[
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "*Issue #, if available:*\n\n*Description of changes:*\n\n\nBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.\n"
  },
  {
    "path": ".gitignore",
    "content": ".idea\n*.iml\n\nnode_modules/\ndist/\nignored\n.DS_Store\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "## Code of Conduct\nThis project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).\nFor more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact\nopensource-codeofconduct@amazon.com with any additional questions or comments.\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing Guidelines\n\nThank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional\ndocumentation, we greatly value feedback and contributions from our community.\n\nPlease read through this document before submitting any issues or pull requests to ensure we have all the necessary\ninformation to effectively respond to your bug report or contribution.\n\n\n## Reporting Bugs/Feature Requests\n\nWe welcome you to use the GitHub issue tracker to report bugs or suggest features.\n\nWhen filing an issue, please check [existing open](https://github.com/awslabs/aws-service-catalog-products/issues), or [recently closed](https://github.com/awslabs/aws-service-catalog-products/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already\nreported the issue. Please try to include as much information as you can. Details like these are incredibly useful:\n\n* A reproducible test case or series of steps\n* The version of our code being used\n* Any modifications you've made relevant to the bug\n* Anything unusual about your environment or deployment\n\n\n## Contributing via Pull Requests\nContributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:\n\n1. You are working against the latest source on the *master* branch.\n2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.\n3. You open an issue to discuss any significant work - we would hate for your time to be wasted.\n\nTo send us a pull request, please:\n\n1. Fork the repository.\n2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.\n3. Ensure local tests pass.\n4. Commit to your fork using clear commit messages.\n5. Send us a pull request, answering any default questions in the pull request interface.\n6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.\n\nGitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and\n[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).\n\n\n## Finding contributions to work on\nLooking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-service-catalog-products/labels/help%20wanted) issues is a great place to start.\n\n\n## Code of Conduct\nThis project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).\nFor more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact\nopensource-codeofconduct@amazon.com with any additional questions or comments.\n\n\n## Security issue notifications\nIf you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.\n\n\n## Licensing\n\nSee the [LICENSE](https://github.com/awslabs/aws-service-catalog-products/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.\n\nWe may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "## AWS Service Catalog Products\n\nThis repository contains a number of solutions that can be easily deployed by the Service Catalog Tools \n([aws-service-catalog-factory](https://github.com/awslabs/aws-service-catalog-factory) and\n[aws-service-catalog-puppet](https://github.com/awslabs/aws-service-catalog-puppet)).  The solutions are grouped by \nfunctional area:\n\n- foundational - these are the solutions we recommend you use when building a foundation in AWS\n- operations - these are the solutions we recommend to help you with operations\n- reference - these are sample templates useful when you are learning how to write AWS Cloudformation templates\n- unsorted - these are solutions that have been tested but not yet classified or standardised\n\n## Getting started\n\nWithin the functional area directories you will see a list of solutions:\n\n```bash\nls -la foundational\n\ndrwxr-xr-x   8 user  group   256 18 Nov 21:49 .\ndrwxr-xr-x  15 user  group   480 29 Nov 09:55 ..\ndrwxr-xr-x   7 user  group   224 19 Nov 14:39 amazon-guardduty-multi-account\ndrwxr-xr-x   6 user  group   192 19 Nov 14:44 aws-securityhub-multi-account\ndrwxr-xr-x   6 user  group   192 19 Nov 12:58 delete-default-networking\n```\n\nEach solution should be deployable independently and each solution should be deployable with all other solutions in this\nrepository without issue.  \n\nEach solution has the same consistent folder structure:\n\n```bash\nls -la foundational/amazon-guardduty-multi-account\n\ndrwxr-xr-x  7 user  group   224 19 Nov 14:39 .\ndrwxr-xr-x  8 user  group   256 18 Nov 21:49 ..\n-rw-r--r--  1 user  group     0 18 Nov 21:43 README.md\ndrwxr-xr-x  6 user  group   192 19 Nov 14:07 stacks\ndrwxr-xr-x  6 user  group   192 19 Nov 14:07 portfolios\ndrwxr-xr-x  6 user  group   192 19 Nov 14:07 apps\ndrwxr-xr-x  6 user  group   192 19 Nov 14:07 workspaces\n-rw-r--r--  1 user  group  2602 19 Nov 14:39 example-manifest.yaml\n```\n\n- The README.md explains what the solution does.\n- The stacks directory is the source code for the parts of the solution that should be created as stacks\n- The portfolios directory is the source code for the parts of the solution that should be created as products\n- The apps directory is the source code for the parts of the solution that should be created as CDK apps\n- The workspaces directory is the source code for the parts of the solution that should be created as Terraform workspaces\n- The example-manifest.yaml is a valid YAML file providing an example of how to deploy the solution\n\nWithin each of the directorys stacks, portfolios, apps, workspaces you will find a file named \namazon-guardduty-multi-account.yaml.  Each of the amazon-guardduty-multi-account.yaml files is a valid factory YAML file\nthat can be used to configure your install to build the parts of the solution that are needed.\n\n### Importing a solution\n\nTo import a solution you should copy each of the YAML files from its stacks, apps, workspaces and portfolios directories \ninto the matching directory in your ServiceCatalogFactory repo.  If you are not going to be using AWS CodeCommit for the\nsource directory you will need to change that configuration.  Once you are ready commit the changes and run the factory\npipeline.  The new pipelines will be created and you are now ready to copy over the source code for the different parts.\n\n### Deploying a solution\n\nTo deploy a solution you should copy the contents of the example-manifest.yaml into your ServiceCatalogPuppet repo into \nthe path manifests/<functional_area>.yaml.  If there is a file in that path already you should merge the contents.  \nEnsure you are happy with the parameters specified and the tags used before committing and pushing the change. \n\n### Contributing\n\nIf you have a solution you would like to contribute please \n[raise an issue](https://github.com/awslabs/aws-service-catalog-products/issues/new) to see verify if a similar solution\nexisting already or is in active development.  \n\nOnce you are ready to get started please fork the repository and complete the following TODOs:\n\n1. choose which or create a new functional area your solution should be added to (see above for descriptions)\n2. choose a unique and descriptive name - eg amazon-guardduty-multi-account\n3. create a foundational/amazon-guardduty-multi-account/README.md\n4. read over the programming standards section below\n5. build out your solution in the directories foundational/amazon-guardduty-multi-account/stacks, foundational/amazon-guardduty-multi-account/apps, foundational/amazon-guardduty-multi-account/workspaces, foundational/amazon-guardduty-multi-account/portfolios\n6. create each factory YAML file in each directory - eg. foundational/amazon-guardduty-multi-account/stacks/amazon-guardduty-multi-account.yaml \n7. create an foundational/amazon-guardduty-multi-account/example-manifest.yaml file containing each part of the solution and each of the parameters you have created for each part. \n8. raise a PR\n\n\n## Programming Standards\nPlease read the following standards and follow them when implementing solutions for this repo\n\n### General and Structure\n1. You should not make changes to previously shared parts of your solution - you should create a new version of that part.\n2. For each part of your solution that will be provisioned by the Service Catalog Tools you should use stacks, apps or workspaces - portfolios should be reserved for self service use cases.\n3. When building your solution you should favour mono repos over poly repos - with the exception of when you are using portfolios.\n4. When building solutions where parts need to be provisioned into different accounts try to limit the number of parts needed for each account to 1. This will reduce the complexity for users wishing to deploy your solution.\n5. Each solution should be configured to use AWS CodeCommit as a git source to ensure a consistent experience when users import.\n\n### Common parameters and tags\nWhen writing your solution ensure you are using the autogenerated / provided parameters:\n\n- SCTAccountId - puppet and factory account id\n- SCTManifestAccounts - JSON encoded list of all accounts included in the manifest (including accounts in OUs specified) comprising of account_id and email attributes\n- SCTManifestSpokes - same as SCTManifestAccounts but without including the SCT account. \n- SCTConfigRegions - JSON encoded list of regions specified in the config\n\nYou should also use the following tags in your example-manifest.yaml:\n\n- role:sct - the account containing the Service Catalog Tools\n- role:org_management - the AWS Organizations management account\n- role:securitytooling - the account designated for security tooling \n- role:spoke - spoke accounts  \n\n### AWS CloudFormation\n1. All AWS CloudFormation parameter and output names should be prefixed with the solution name to avoid parameter clashes.\n2. All AWS CloudFormation templates should pass a CFN Nag check\n3. Each AWS CloudFormation template should have a description\n4. Each AWS CloudFormation template parameter should have a description\n5. Each AWS CloudFormation template output should have a description\n\n### AWS IAM Resources\n1. When creating IAM resources you should allow others to configure the path and role name via parameters.  \n2. There should be default values for IAM path and role name values\n3. IAM path default values should be the same value across all parts of the solution and should contain the solution category and an indication of the solution name in it.\n4. IAM roles should follow least privilege or users should be able to specify an IAM boundary. \n\n### AWS Lambda\n1. AWS Lambda function dependencies should be pinned to specific versions.\n2. AWS Lambda functions should allow the configuration of log level via an environmental variable.\n\n## Where is the old content\nThe previous master branch is still available as the branch archive\n\n## License Summary\n\nThis sample code is made available under the MIT-0 license. See the LICENSE file.\n\n\n"
  },
  {
    "path": "foundational/README.md",
    "content": "\n\n## Global Parameters\n\nSecurityToolingAccountId\nFinanceAccountId"
  },
  {
    "path": "foundational/account-vending/README.md",
    "content": "# Account Vending\nThis solution is to be deployed using the service catalog tools.  Once deployed it will allow you to create new AWS\naccounts using the AWS Organizations API or via the AWS Control Tower Account Factory (using AWS Service Catalog).\n\n## Setting up\nBefore you can create accounts you will need to provision stacks in the stacks directory.  To create accounts you will\nneed to provision the products in the portfolios directory.\n\n### Setting up the stacks\nBefore provisioning the stacks you will need to create pipelines for them.  To do this copy the \nstacks/account-vending.yaml file into the stacks directory of your ServiceCatalogFactory git repo.  It should look like\nthis:\n\n```\ntree ServiceCatalogFactory\nServiceCatalogFactory\n└── stacks\n    └── account-vending.yaml\n```\n\nYou will most likely have other files in the repository - this is okay.\n\nOnce you have copied the file edit it to declare where your source code will be. The account-vending.yaml file uses \npaths for the source code.  You do not have to do so and are free to change it.  You can read more about \npaths / monorepos here: https://service-catalog-tools-workshop.com/every-day-use/using-a-mono-repo.html\n\nOnce you have done that you should upload/create the source code for the four stacks where ever you decided.\n\nOnce you have done that you can commit and push your ServiceCatalogFactory changes and the solution will execute.  Once\ncompleted you will have four new pipelines that will run creating artefacts for the four stacks:\n\n- prereqs-puppet-account\n- prereqs-controltower-account\n- prereqs-orgs-account\n- prereqs-puppet-account-optional\n\n### Creating the Service Catalog Products\n\nThis is very similar to the creating of the stacks.  You will need to copy the portfolios/account-vending.yaml file\ninto the portfolios directory of your ServiceCatalogFactory repository.  Within the portfolios/account-vending.yaml file\nyou will need to update the source details to declare where your source code will be.  This works the same as stacks.\n\nYou will need to upload/create the source code for the two products where ever you decided.\n\nOnce you have done that you can commit and push your ServiceCatalogFactory changes and the solution will execute.  Once\ncompleted you will have four new pipelines that will run creating artefacts for the two products:\n\naccount-vending-with-aws-organizations\naccount-vending-with-aws-control-tower\n\nYou can verify this by checking Service Catalog to see the products are there.\n\n\n## Provisioning the stacks\n\nWhen accounts are created using AWS Service Catalog or AWS Control Tower this solution will ensure we wait for the \naccount to be created, then bootstrap it and then run the single account pipeline for it.  This will ensure it is ready \nfor use by the end user.\n\nTo do all of this there is a step function and some helper lambda functions.  To ensure they are provisioned you will\nneed to provision the stacks we created in the earlier step.  To provision the stacks you will need to add the following\nto your manifest file:\n\n```yaml\nparameters:\n  AccountVendingIAMRolesPath:\n      default: /foundational/account-vending/\nstacks:\n  account-vending-prereqs-controltower-account:\n    name: account-vending-prereqs-controltower-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    parameters:\n      AccountVendingControlTowerRoleName:\n        default: AccountVendingOrgsRole\n    deploy_to:\n      tags:\n        - tag: 'role:controltower_management'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountVendingControlTowerRoleArn\"\n          stack_output: AccountVendingAccountVendingControlTowerRoleArn\n\n  account-vending-prereqs-orgs-account:\n    name: account-vending-prereqs-orgs-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    parameters:\n      AccountVendingOrgsRoleName:\n        default: AccountVendingOrgsRoleName\n      AWSOrganizationsCrossAccountRoleName:\n        default: OrganizationAccountAccessRole\n    deploy_to:\n      tags:\n        - tag: 'role:orgs_management'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingOrgsRoleArn\"\n          stack_output: AccountVendingOrgsRoleArn\n\n  account-vending-prereqs-puppet-account-optional:\n    name: account-vending-prereqs-puppet-account-optional\n    version: v1\n    execution: hub\n    parameters:\n      AccountVendingAccountNotificationCreatedTopicName:\n        default: AccountVendingAccountNotificationCreatedTopic\n    deploy_to:\n      tags:\n        - tag: 'role:sct'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountNotificationCreatedTopicArn\"\n          stack_output: AccountVendingAccountNotificationCreatedTopicArn\n\n  account-vending-prereqs-puppet-account:\n    name: account-vending-prereqs-puppet-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n      - CAPABILITY_AUTO_EXPAND\n    depends_on:\n      - name: account-vending-prereqs-controltower-account\n        affinity: stack\n        type: stack\n      - name: account-vending-prereqs-orgs-account\n        affinity: stack\n        type: stack\n      - name: account-vending-prereqs-puppet-account-optional\n        affinity: stack\n        type: stack\n    parameters:\n      AccountVendingIAMRolesPath:\n        default: /foundational/account-vending/\n      AccountVendingAccountOrganizationsRoleArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingOrgsRoleArn\"\n      AccountVendingControlTowerRoleArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingAccountVendingControlTowerRoleArn\"\n      AccountVendingAccountCreationCustomResourceBackerFunctionName:\n        default: AccountCreationCustomResourceBacker\n      AccountCreationCustomResourceBackerRoleName:\n        default: AccountCreationCustomResourceBackerRole\n      AccountVendingAccountCreationSNSTopicArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingAccountNotificationCreatedTopicArn\"\n      AccountVendingStateMachineName:\n        default: account-vending-state-machine\n      AccountVendingStateMachineRoleName:\n        default: StateMachineRole\n      AccountVendingInputValidatorFunctionName:\n        default: InputValidator\n      AccountVendingInputValidatorRoleName:\n        default: InputValidatorRole\n      AccountVendingOrganizationsAccountCreatorFunctionName:\n        default: OrganizationsAccountCreator\n      AccountVendingOrganizationsAccountCreatorRoleName:\n        default: OrganizationsAccountCreatorRole\n      AccountVendingOrganizationsAccountWaiterFunctionName:\n        default: OrganizationsAccountWaiter\n      AccountVendingOrganizationsAccountWaiterRoleName:\n        default: OrganizationsAccountWaiterRole\n      AccountVendingControlTowerAccountCreatorFunctionName:\n        default: ControlTowerAccountCreator\n      AccountVendingControlTowerAccountCreatorRoleName:\n        default: ControlTowerAccountCreatorRole\n      AccountVendingControlTowerAccountWaiterFunctionName:\n        default: ControlTowerAccountWaiter\n      AccountVendingControlTowerAccountWaiterRoleName:\n        default: ControlTowerAccountWaiterRole\n      AccountVendingSubscriptionWaiterFunctionName:\n        default: SubscriptionWaiter\n      AccountVendingSubscriptionWaiterRoleName:\n        default: SubscriptionWaiterRole\n\n    deploy_to:\n      tags:\n        - tag: 'role:sct'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountCreationCustomResourceBackerArn\"\n          stack_output: AccountVendingAccountCreationCustomResourceBackerArn\n```\n\nWe recommend you create a new file named ServiceCatalogPuppet/manifests/account-vending.yaml so the resources needed for\naccount vending are kept together.  Please note you will to verify the deploy_to statements in the snippet to make sure\nyou have matches for your Organization / Control Tower management account and your SCT account.  You may need to add \ntags to these accounts or you may wish to update the tags in the snippet.\n\nOnce you have added this file you can commit and push your ServiceCatalogPuppet repository changes.  When the solution\nruns the needed stacks will be created and you are ready to create an account!\n\n### Creating an account using AWS Control Tower\nTo create an account using AWS Control Tower you will need to provision the Service Catalog product named \naccount-vending-account-with-aws-control-tower.  This product has parameters that you would expect for account creation\nand it has a parameter named AccountVendingAccountCreationCustomResourceBackerArn.  If you followed the instructions \nabove the value of parameter will be in AWS Systems Manager in the parameter store as a parameter with the name\n/foundational/account-vending/AccountVendingAccountCreationCustomResourceBackerArn.  When you provision the product the\naccount will be created.  If you provide account details for an already created account the solution will resume the \naccount creation process.\n\n### Creating an account using AWS Organizations\nTo create an account using AWS Organizations you will need to provision the Service Catalog product named \naccount-vending-account-with-aws-organizations.  This product has parameters that you would expect for account creation\nand it has a parameter named AccountVendingAccountCreationCustomResourceBackerArn.  If you followed the instructions \nabove the value of parameter will be in AWS Systems Manager in the parameter store as a parameter with the name\n/foundational/account-vending/AccountVendingAccountCreationCustomResourceBackerArn.  When you provision the product the\naccount will be created.  If you provide account details for an already created account the solution will resume the \naccount creation process."
  },
  {
    "path": "foundational/account-vending/example-manifest.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nparameters:\n  AccountVendingIAMRolesPath:\n      default: /foundational/account-vending/\nstacks:\n  account-vending-prereqs-controltower-account:\n    name: account-vending-prereqs-controltower-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    parameters:\n      AccountVendingControlTowerRoleName:\n        default: AccountVendingOrgsRole\n    deploy_to:\n      tags:\n        - tag: 'role:controltower_management'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountVendingControlTowerRoleArn\"\n          stack_output: AccountVendingAccountVendingControlTowerRoleArn\n\n  account-vending-prereqs-orgs-account:\n    name: account-vending-prereqs-orgs-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    parameters:\n      AccountVendingOrgsRoleName:\n        default: AccountVendingOrgsRoleName\n      AWSOrganizationsCrossAccountRoleName:\n        default: OrganizationAccountAccessRole\n    deploy_to:\n      tags:\n        - tag: 'role:orgs_management'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingOrgsRoleArn\"\n          stack_output: AccountVendingOrgsRoleArn\n\n  account-vending-prereqs-puppet-account-optional:\n    name: account-vending-prereqs-puppet-account-optional\n    version: v1\n    execution: hub\n    parameters:\n      AccountVendingAccountNotificationCreatedTopicName:\n        default: AccountVendingAccountNotificationCreatedTopic\n    deploy_to:\n      tags:\n        - tag: 'role:sct'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountNotificationCreatedTopicArn\"\n          stack_output: AccountVendingAccountNotificationCreatedTopicArn\n\n  account-vending-prereqs-puppet-account:\n    name: account-vending-prereqs-puppet-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n      - CAPABILITY_AUTO_EXPAND\n    depends_on:\n      - name: account-vending-prereqs-controltower-account\n        affinity: stack\n        type: stack\n      - name: account-vending-prereqs-orgs-account\n        affinity: stack\n        type: stack\n      - name: account-vending-prereqs-puppet-account-optional\n        affinity: stack\n        type: stack\n    parameters:\n      AccountVendingIAMRolesPath:\n        default: /foundational/account-vending/\n      AccountVendingAccountOrganizationsRoleArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingOrgsRoleArn\"\n      AccountVendingControlTowerRoleArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingAccountVendingControlTowerRoleArn\"\n      AccountVendingAccountCreationCustomResourceBackerFunctionName:\n        default: AccountCreationCustomResourceBacker\n      AccountCreationCustomResourceBackerRoleName:\n        default: AccountCreationCustomResourceBackerRole\n      AccountVendingAccountCreationSNSTopicArn:\n        ssm:\n          name: \"/foundational/account-vending/AccountVendingAccountNotificationCreatedTopicArn\"\n      AccountVendingStateMachineName:\n        default: account-vending-state-machine\n      AccountVendingStateMachineRoleName:\n        default: StateMachineRole\n      AccountVendingInputValidatorFunctionName:\n        default: InputValidator\n      AccountVendingInputValidatorRoleName:\n        default: InputValidatorRole\n      AccountVendingOrganizationsAccountCreatorFunctionName:\n        default: OrganizationsAccountCreator\n      AccountVendingOrganizationsAccountCreatorRoleName:\n        default: OrganizationsAccountCreatorRole\n      AccountVendingOrganizationsAccountWaiterFunctionName:\n        default: OrganizationsAccountWaiter\n      AccountVendingOrganizationsAccountWaiterRoleName:\n        default: OrganizationsAccountWaiterRole\n      AccountVendingControlTowerAccountCreatorFunctionName:\n        default: ControlTowerAccountCreator\n      AccountVendingControlTowerAccountCreatorRoleName:\n        default: ControlTowerAccountCreatorRole\n      AccountVendingControlTowerAccountWaiterFunctionName:\n        default: ControlTowerAccountWaiter\n      AccountVendingControlTowerAccountWaiterRoleName:\n        default: ControlTowerAccountWaiterRole\n      AccountVendingSubscriptionWaiterFunctionName:\n        default: SubscriptionWaiter\n      AccountVendingSubscriptionWaiterRoleName:\n        default: SubscriptionWaiterRole\n\n    deploy_to:\n      tags:\n        - tag: 'role:sct'\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/account-vending/AccountVendingAccountCreationCustomResourceBackerArn\"\n          stack_output: AccountVendingAccountCreationCustomResourceBackerArn\n\n"
  },
  {
    "path": "foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/product.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nTransform: AWS::Serverless-2016-10-31\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"account-vending-with-aws-control-tower\", \"version\": \"v1\"}\n\nMetadata:\n  AWS::CloudFormation::Interface:\n    ParameterGroups:\n      - Label:\n          default: \"Account Details\"\n        Parameters:\n          - AccountName\n          - AccountEmail\n          - SSOUserFirstName\n          - SSOUserLastName\n          - SSOUserEmail\n          - ManagedOrganizationalUnit\n\n      - Label:\n          default: \"Settings\"\n        Parameters:\n          - ShouldWaitForAccountSubscriptionCreateComplete\n          - ShouldBootstrapAccount\n          - ShouldRunSingleAccountPipeline\n          - ShouldNotifiyOnCompletion\n          - AccountVendingAccountCreationCustomResourceBackerArn\n\nParameters:\n  AccountName:\n    Type: String\n  AccountEmail:\n    Type: String\n  SSOUserFirstName:\n    Type: String\n  SSOUserLastName:\n    Type: String\n  SSOUserEmail:\n    Type: String\n  ManagedOrganizationalUnit:\n    Type: String\n\n  ShouldWaitForAccountSubscriptionCreateComplete:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldBootstrapAccount:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldRunSingleAccountPipeline:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldNotifiyOnCompletion:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n\n  AccountVendingAccountCreationCustomResourceBackerArn:\n    Type: String\n\n\nResources:\n  Account:\n    Type: Custom::Account\n    Properties:\n      ServiceToken: !Ref AccountVendingAccountCreationCustomResourceBackerArn\n\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !Ref ManagedOrganizationalUnit\n\n      ShouldWaitForAccountSubscriptionCreateComplete: !Ref ShouldWaitForAccountSubscriptionCreateComplete\n      ShouldBootstrapAccount: !Ref ShouldBootstrapAccount\n      ShouldRunSingleAccountPipeline: !Ref ShouldRunSingleAccountPipeline\n      ShouldNotifiyOnCompletion: !Ref ShouldNotifiyOnCompletion\n      AccountCreationMethod: \"AWSControlTower\"\n\nOutputs:\n  AccountId:\n    Value: !Ref Account\n"
  },
  {
    "path": "foundational/account-vending/portfolios/account-vending-with-aws-control-tower/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"Account\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.account;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/product.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"account-vending-with-aws-organizations\", \"version\": \"v1\"}\n\nMetadata:\n  AWS::CloudFormation::Interface:\n    ParameterGroups:\n      - Label:\n          default: \"Account Details\"\n        Parameters:\n          - Email\n          - AccountName\n          - RoleName\n          - IamUserAccessToBilling\n          - TargetOrganizationalUnitId\n\n      - Label:\n          default: \"Settings\"\n        Parameters:\n          - ShouldWaitForAccountSubscriptionCreateComplete\n          - ShouldBootstrapAccount\n          - ShouldRunSingleAccountPipeline\n          - ShouldNotifiyOnCompletion\n          - AccountCreationCustomResourceBackerArn\n\nParameters:\n  Email:\n    Type: String\n  AccountName:\n    Type: String\n  RoleName:\n    Type: String\n  IamUserAccessToBilling:\n    Type: String\n    AllowedValues:\n      - 'ALLOW'\n      - 'DENY'\n  TargetOrganizationalUnitId:\n    Type: String\n\n  ShouldWaitForAccountSubscriptionCreateComplete:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldBootstrapAccount:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldRunSingleAccountPipeline:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ShouldNotifiyOnCompletion:\n    Type: String\n    Default: 'true'\n    AllowedValues:\n      - 'true'\n      - 'false'\n\n  AccountCreationCustomResourceBackerArn:\n    Type: String\n\n\nResources:\n  Account:\n    Type: Custom::Account\n    Properties:\n      ServiceToken: !Ref AccountCreationCustomResourceBackerArn\n      Email: !Ref Email\n      AccountName: !Ref AccountName\n      RoleName: !Ref RoleName\n      IamUserAccessToBilling: !Ref IamUserAccessToBilling\n      TargetOrganizationalUnitId: !Ref TargetOrganizationalUnitId\n      ShouldWaitForAccountSubscriptionCreateComplete: !Ref ShouldWaitForAccountSubscriptionCreateComplete\n      ShouldBootstrapAccount: !Ref ShouldBootstrapAccount\n      ShouldRunSingleAccountPipeline: !Ref ShouldRunSingleAccountPipeline\n      ShouldNotifiyOnCompletion: !Ref ShouldNotifiyOnCompletion\n      AccountCreationMethod: \"AWSOrganizations\"\n\nOutputs:\n  AccountId:\n    Value: !Ref Account\n"
  },
  {
    "path": "foundational/account-vending/portfolios/account-vending-with-aws-organizations/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"Account\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.account;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/account-vending/portfolios/account-vending.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n- DisplayName: account-vending\n  Description: account creation products\n  ProviderName: central-it-team\n\nProducts:\n  - Name: account-vending-account-with-aws-control-tower\n    Owner: central-it@customer.com\n    Description: Create an account using AWS Control Tower\n    Distributor: central-it-team\n    SupportDescription: Contact us on Chime for help\n    SupportEmail: central-it-team@example.com\n    SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n    Tags:\n      - Key: product-set\n        Value: account-vending\n    Versions:\n      - Name: v1\n        Description: Create an account using AWS Control Tower\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: portfolios/account-vending-with-aws-control-tower/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main\n    Portfolios:\n      - account-vending\n\n  - Name: account-vending-account-with-aws-organizations\n    Owner: central-it@customer.com\n    Description: Create an account using AWS Organizations\n    Distributor: central-it-team\n    SupportDescription: Contact us on Chime for help\n    SupportEmail: central-it-team@example.com\n    SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n    Options:\n      ShouldCFNNag: True\n    Tags:\n      - Key: product-set\n        Value: account-vending\n    Versions:\n      - Name: v1\n        Description: Create an account using AWS Organizations\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: portfolios/account-vending-with-aws-organizations/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main\n    Portfolios:\n      - account-vending\n"
  },
  {
    "path": "foundational/account-vending/stacks/account-vending.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: account-vending-prereqs-controltower-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-controltower-account/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main\n\n  - Name: account-vending-prereqs-orgs-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-orgs-account/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main\n\n  - Name: account-vending-prereqs-puppet-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-puppet-account/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main\n        Stages:\n          Package:\n            BuildSpec: |\n              version: 0.2\n              phases:\n                install:\n                  runtime-versions:\n                    python: 3.x\n                build:\n                  commands:\n                    - cd $SOURCE_PATH\n                    - pip install -r requirements.txt -t src/AccountCreationCustomResourceBacker\n                  {% for region in ALL_REGIONS %}\n                    - aws cloudformation package --template $(pwd)/stack.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file stack.template-{{ region }}.yaml\n                  {% endfor %}\n              artifacts:\n                files:\n                  - '*'\n                  - '**/*'\n              \n  - Name: account-vending-prereqs-puppet-account-optional\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-puppet-account-optional/v1\n          Configuration:\n            RepositoryName: account-vending\n            BranchName: main"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-controltower-account/v1/stack.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"prereqs-controltower-account\", \"version\": \"v1\"}\n\n\nParameters:\n  SCTAccountId:\n    Type: String\n\n  AccountVendingControlTowerRoleName:\n    Type: String\n    Default: AccountVendingOrgsRole\n\n  AccountVendingIAMRolesPath:\n    Type: String\n    Default: /foundational/account-vending/\n\n\nResources:\n  AccountVendingControlTowerRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingControlTowerRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${SCTAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: PermissionsNeededForServiceCatalog\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - servicecatalog:SearchProducts\n                  - servicecatalog:DescribeProduct\n                Resource: \"*\"\n        - PolicyName: PermissionsNeededForSpokeExecution\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: \"arn:aws:iam::*:role/AWSControlTowerExecution\"\n        - PolicyName: PermissionsNeededForControlTower\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - servicecatalog:DescribeProvisionedProduct\n                  - servicecatalog:GetProvisionedProductOutputs\n                  - servicecatalog:ProvisionProduct\n                  - sso:GetProfile\n                  - sso:CreateProfile\n                  - sso:UpdateProfile\n                  - sso:AssociateProfile\n                  - sso:CreateApplicationInstance\n                  - sso:GetSSOStatus\n                  - sso:GetTrust\n                  - sso:CreateTrust\n                  - sso:UpdateTrust\n                  - sso:GetPeregrineStatus\n                  - sso:GetApplicationInstance\n                  - sso:ListDirectoryAssociations\n                  - sso:ListPermissionSets\n                  - sso:GetPermissionSet\n                  - sso:ProvisionApplicationInstanceForAWSAccount\n                  - sso:ProvisionApplicationProfileForAWSAccountInstance\n                  - sso:ProvisionSAMLProvider\n                  - sso:ListProfileAssociations\n                  - sso-directory:ListMembersInGroup\n                  - sso-directory:AddMemberToGroup\n                  - sso-directory:SearchGroups\n                  - sso-directory:SearchGroupsWithGroupName\n                  - sso-directory:SearchUsers\n                  - sso-directory:CreateUser\n                  - sso-directory:DescribeGroups\n                  - sso-directory:DescribeDirectory\n                  - sso-directory:GetUserPoolInfo\n                  - controltower:CreateManagedAccount\n                  - controltower:DescribeManagedAccount\n                  - controltower:DeregisterManagedAccount\n                  - organizations:describeOrganization\n                  - sso:DescribeRegisteredRegions\n                Resource: \"*\"\n              - Effect: \"Allow\"\n                Action: s3:GetObject\n                Resource:\n                  - !Sub \"arn:${AWS::Partition}:s3:::cf-templates-*\"\n                  - !Sub \"arn:${AWS::Partition}:s3:::cf-templates-*/*\"\n\nOutputs:\n  AccountVendingAccountVendingControlTowerRoleArn:\n    Description: Arn of the AccountVendingControlTowerRole\n    Value: !GetAtt AccountVendingControlTowerRole.Arn\n"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-controltower-account/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"AccountVendingControlTowerRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry y=\"100\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"iam  ${sctaccountid}&#xA;root\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"4\" value=\"s3  &#xA;cf-templates-*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.s3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"100\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"5\" value=\"s3  &#xA;cf-templates-*/*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.s3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"200\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"iam  ${sctaccountid}&#xA;root|AccountVendingControlTowerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"111.66666666666667\"/><mxPoint x=\"238\" y=\"25\"/></Array></mxGeometry></mxCell><mxCell id=\"s3  &#xA;cf-templates-*|AccountVendingControlTowerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"4\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"64\" y=\"125\"/><mxPoint x=\"238\" y=\"125\"/></Array></mxGeometry></mxCell><mxCell id=\"s3  &#xA;cf-templates-*/*|AccountVendingControlTowerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"5\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"138.33333333333334\"/><mxPoint x=\"238\" y=\"225\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-orgs-account/v1/stack.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"prereqs-orgs-account\", \"version\": \"v1\"}\n\n\nParameters:\n  SCTAccountId:\n    Type: String\n\n  AccountVendingOrgsRoleName:\n    Type: String\n    Default: AccountVendingOrgsRole\n\n  AccountVendingIAMRolesPath:\n    Type: String\n    Default: /foundational/account-vending/\n\n  AWSOrganizationsCrossAccountRoleName:\n    Type: String\n\n\nResources:\n  AccountVendingOrgsRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingOrgsRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${SCTAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: PermissionsNeededForOrgs\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:CreateAccount\n                  - organizations:DescribeCreateAccountStatus\n                  - organizations:ListAccounts\n                  - organizations:ListAccountsForParent\n                  - organizations:MoveAccount\n                  - organizations:ListParents\n                Resource: \"*\"\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Sub \"arn:aws:iam::*:role/${AWSOrganizationsCrossAccountRoleName}\"\n\nOutputs:\n  AccountVendingOrgsRoleArn:\n    Description: Arn of the AccountVendingOrgsRole\n    Value: !GetAtt AccountVendingOrgsRole.Arn"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-orgs-account/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"AccountVendingOrgsRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry y=\"50\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"iam  ${sctaccountid}&#xA;root\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"4\" value=\"iam  *&#xA;role/${awsorganizationscrossaccountrolename}\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"100\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"iam  ${sctaccountid}&#xA;root|AccountVendingOrgsRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"65\"/><mxPoint x=\"238\" y=\"25\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  *&#xA;role/${awsorganizationscrossaccountrolename}|AccountVendingOrgsRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"4\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"85\"/><mxPoint x=\"238\" y=\"125\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account/v1/requirements.txt",
    "content": "crhelper==2.0.10"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account/v1/src/AccountCreationCustomResourceBacker/handler.py",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nimport logging\nimport json\nimport os\nfrom crhelper import CfnResource\nimport boto3\n\nlogger = logging.getLogger(__name__)\nhelper = CfnResource(json_logging=False, log_level='DEBUG', boto_level='CRITICAL', sleep_on_delete=120, ssl_verify=None)\n\n\n@helper.create\n@helper.update\ndef create(event, context):\n    properties = event.get(\"ResourceProperties\")\n    input = dict(\n        AccountCreationMethod=properties.get(\"AccountCreationMethod\"),\n        ShouldWaitForAccountSubscriptionCreateComplete=properties.get(\"ShouldWaitForAccountSubscriptionCreateComplete\") == 'true',\n        ShouldBootstrapAccount=properties.get(\"ShouldBootstrapAccount\") == 'true',\n        ShouldRunSingleAccountPipeline=properties.get(\"ShouldRunSingleAccountPipeline\") == 'true',\n        ShouldNotifiyOnCompletion=properties.get(\"ShouldNotifiyOnCompletion\") == 'true',\n    )\n\n    if properties.get(\"AccountCreationMethod\") == \"AWSOrganizations\":\n        input.update(dict(\n            Email=properties.get(\"Email\"),\n            AccountName=properties.get(\"AccountName\"),\n            RoleName=properties.get(\"RoleName\"),\n            IamUserAccessToBilling=properties.get(\"IamUserAccessToBilling\"),\n            TargetOrganizationalUnitId=properties.get(\"TargetOrganizationalUnitId\"),\n        ))\n\n    elif properties.get(\"AccountCreationMethod\") == \"AWSControlTower\":\n        input.update(dict(\n            AccountName=properties.get(\"AccountName\"),\n            AccountEmail=properties.get(\"AccountEmail\"),\n            SSOUserFirstName=properties.get(\"SSOUserFirstName\"),\n            SSOUserLastName=properties.get(\"SSOUserLastName\"),\n            SSOUserEmail=properties.get(\"SSOUserEmail\"),\n            ManagedOrganizationalUnit=properties.get(\"ManagedOrganizationalUnit\"),\n        ))\n\n    state_machine_arn = os.environ.get(\"STATE_MACHINE_ARN\")\n\n    client = boto3.client('stepfunctions')\n    response = client.start_execution(\n        stateMachineArn=state_machine_arn,\n        name=event.get(\"RequestId\"),\n        input=json.dumps(input),\n    )\n    execution_arn = response.get(\"executionArn\")\n    helper.Data['execution_arn'] = execution_arn\n    return execution_arn\n\n\n@helper.poll_create\n@helper.poll_update\ndef poll_create(event, context):\n    execution_arn = helper.Data['execution_arn']\n    client = boto3.client('stepfunctions')\n    response = client.describe_execution(executionArn=execution_arn)\n    if response.get(\"status\") == \"RUNNING\":\n        return None\n    elif response.get(\"status\") in ['FAILED', 'TIMED_OUT', 'ABORTED']:\n        raise ValueError(f'Execution {response.get(\"name\")} has finished with status: {response.get(\"status\")}')\n    elif response.get(\"status\") == \"SUCCEEDED\":\n        execution_output = json.loads(response.get(\"output\"))\n        created_account_id = execution_output.get(\"CheckAccountOutput\").get(\"account_id\")\n        return created_account_id\n    else:\n        raise ValueError(f'Execution {response.get(\"name\")} has finished with unknown status: {response.get(\"status\")}')\n\n\ndef handle(event, context):\n    helper(event, context)\n"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account/v1/stack.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nTransform: AWS::Serverless-2016-10-31\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"prereqs-puppet-account\", \"version\": \"v1\"}\n\nMetadata:\n  AWS::CloudFormation::Interface:\n    ParameterGroups:\n      - Label:\n          default: \"Shared Settings\"\n        Parameters:\n          - AccountVendingStateMachineName\n          - AccountVendingStateMachineRoleName\n          - AccountVendingIAMRolesPath\n          - AccountVendingInputValidatorFunctionName\n          - AccountVendingInputValidatorRoleName\n          - AccountVendingSubscriptionWaiterFunctionName\n          - AccountVendingSubscriptionWaiterRoleName\n          - AccountVendingAccountCreationSNSTopicArn\n          - AccountVendingAccountCreationCustomResourceBackerFunctionName\n\n      - Label:\n          default: \"AWS Organizations Settings\"\n        Parameters:\n          - AccountVendingAccountOrganizationsRoleArn\n          - AccountVendingOrganizationsAccountCreatorFunctionName\n          - AccountVendingOrganizationsAccountCreatorRoleName\n          - AccountVendingOrganizationsAccountWaiterFunctionName\n          - AccountVendingOrganizationsAccountWaiterRoleName\n\n      - Label:\n          default: \"AWS Control Tower Settings\"\n        Parameters:\n          - AccountVendingControlTowerRoleArn\n          - AccountVendingControlTowerAccountCreatorFunctionName\n          - AccountVendingControlTowerAccountCreatorRoleName\n          - AccountVendingControlTowerAccountWaiterFunctionName\n          - AccountVendingControlTowerAccountWaiterRoleName\n\nParameters:\n  AccountVendingIAMRolesPath:\n    Type: String\n    Default: /foundational/account-vending/\n  AccountVendingAccountOrganizationsRoleArn:\n    Type: String\n    Description: Arn of an IAM Role that can create accounts using the AWS Orgs API\n    Default: arn:aws:iam::156551640785:role/servicecatalog-puppet/PuppetRole\n  AccountVendingControlTowerRoleArn:\n    Type: String\n    Description: Arn of an IAM Role that can create accounts using AWS Control Tower\n    Default: arn:aws:iam::182157867954:role/Admin\n\n  AccountVendingAccountCreationCustomResourceBackerFunctionName:\n    Type: String\n    Default: AccountCreationCustomResourceBacker\n  AccountCreationCustomResourceBackerRoleName:\n    Type: String\n    Default: AccountCreationCustomResourceBackerRole\n\n  AccountVendingAccountCreationSNSTopicArn:\n    Type: String\n    Description: Arn of the SNS Topic account creations are published to\n    Default: arn:aws:sns:eu-west-1:000000000000:dev-null\n\n  AccountVendingStateMachineName:\n    Type: String\n    Default: account-vending-state-machine\n\n  AccountVendingStateMachineRoleName:\n    Type: String\n    Description: Name of the IAM Role used by the State machine\n    Default: StateMachineRole\n\n  AccountVendingInputValidatorFunctionName:\n    Type: String\n    Default: InputValidator\n  AccountVendingInputValidatorRoleName:\n    Type: String\n    Default: InputValidatorRole\n\n  AccountVendingOrganizationsAccountCreatorFunctionName:\n    Type: String\n    Default: OrganizationsAccountCreator\n  AccountVendingOrganizationsAccountCreatorRoleName:\n    Type: String\n    Default: OrganizationsAccountCreatorRole\n  AccountVendingOrganizationsAccountWaiterFunctionName:\n    Type: String\n    Default: OrganizationsAccountWaiter\n  AccountVendingOrganizationsAccountWaiterRoleName:\n    Type: String\n    Default: OrganizationsAccountWaiterRole\n\n\n  AccountVendingControlTowerAccountCreatorFunctionName:\n    Type: String\n    Default: ControlTowerAccountCreator\n  AccountVendingControlTowerAccountCreatorRoleName:\n    Type: String\n    Default: ControlTowerAccountCreatorRole\n  AccountVendingControlTowerAccountWaiterFunctionName:\n    Type: String\n    Default: ControlTowerAccountWaiter\n  AccountVendingControlTowerAccountWaiterRoleName:\n    Type: String\n    Default: ControlTowerAccountWaiterRole\n\n\n  AccountVendingSubscriptionWaiterFunctionName:\n    Type: String\n    Default: SubscriptionWaiter\n  AccountVendingSubscriptionWaiterRoleName:\n    Type: String\n    Default: SubscriptionWaiterRole\n\n\nResources:\n  InputValidatorFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingInputValidatorFunctionName\n      Code:\n        ZipFile: |\n          import json\n\n          def handle(event, context):\n              required_values = [\"AccountCreationMethod\", \"ShouldWaitForAccountSubscriptionCreateComplete\", \"ShouldBootstrapAccount\", \"ShouldRunSingleAccountPipeline\", \"ShouldNotifiyOnCompletion\", ]\n\n              allowed_values = dict(\n                  AccountCreationMethod=[\"AWSOrganizations\", \"AWSControlTower\"],\n                  ShouldWaitForAccountSubscriptionCreateComplete=[True, False],\n                  ShouldBootstrapAccount=[True, False],\n                  ShouldRunSingleAccountPipeline=[True, False],\n                  ShouldNotifiyOnCompletion=[True, False],\n              )\n\n              if event.get(\"AccountCreationMethod\") == \"AWSOrganizations\":\n                  required_values += [\"Email\", \"AccountName\", \"RoleName\", \"IamUserAccessToBilling\", \"TargetOrganizationalUnitId\", ]\n\n              if event.get(\"AccountCreationMethod\") == \"AWSControlTower\":\n                  required_values += [\"AccountName\", \"AccountEmail\", \"SSOUserFirstName\", \"SSOUserLastName\", \"SSOUserEmail\", \"ManagedOrganizationalUnit\", ]\n\n\n              for thing_to_check in required_values:\n                  if event.get(thing_to_check) is None:\n                      raise Exception(f\"{thing_to_check} is a required field\")\n\n              for thing_to_check in [\"AccountCreationMethod\"]:\n                  if event.get(thing_to_check) not in allowed_values.get(thing_to_check):\n                      raise Exception(f\"{thing_to_check} must be in {allowed_values.get(thing_to_check)}\")\n\n              return True\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt InputValidatortRole.Arn\n      Timeout: 30\n\n  InputValidatortRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingInputValidatorRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n\n  AccountCreatorFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingOrganizationsAccountCreatorFunctionName\n      Code:\n        ZipFile: |\n          from boto3.session import Session\n          import os\n          import json\n\n\n          def handle(event, context):\n              sts = Session().client('sts')\n              assumable_cross_account_role_arn = os.environ.get(\"ORGANIZATIONS_ROLE_ARN\")\n              assumed_role_object = sts.assume_role(\n                      RoleArn=assumable_cross_account_role_arn,\n                      RoleSessionName=\"sts_session\",\n              )\n\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n              client = Session().client(service_name=\"organizations\", **kwargs)\n\n\n              create_args = dict(\n                  Email=event.get(\"Email\"),\n                  AccountName=event.get(\"AccountName\"),\n                  RoleName=event.get(\"RoleName\"),\n                  IamUserAccessToBilling=event.get(\"IamUserAccessToBilling\"),\n              )\n              create_account_request_id = client.create_account(**create_args)[\"CreateAccountStatus\"][\"Id\"]\n\n              return {\n                  'create_account_request_id': create_account_request_id\n              }\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt AccountCreatorRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          ORGANIZATIONS_ROLE_ARN: !Ref AccountVendingAccountOrganizationsRoleArn\n\n\n  AccountCreatorRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingOrganizationsAccountCreatorRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: OrgRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingAccountOrganizationsRoleArn\n\n  AccountWaiterFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingOrganizationsAccountWaiterFunctionName\n      Code:\n        ZipFile: |\n          import json\n          import logging\n          import os\n          from boto3.session import Session\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handle(event, context):\n              sts = Session().client('sts')\n              assumable_cross_account_role_arn = os.environ.get(\"ORGANIZATIONS_ROLE_ARN\")\n              assumed_role_object = sts.assume_role(\n                      RoleArn=assumable_cross_account_role_arn,\n                      RoleSessionName=\"sts_session\",\n              )\n\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n              client = Session().client(service_name=\"organizations\", **kwargs)\n\n              create_account_request_id = event.get(\"CreateAccountUsingAWSOrganizationsOutput\").get(\"create_account_request_id\")\n\n              create_account_status = client.describe_create_account_status(CreateAccountRequestId=create_account_request_id).get(\"CreateAccountStatus\")\n\n              del create_account_status[\"RequestedTimestamp\"]\n              del create_account_status[\"CompletedTimestamp\"]\n\n              if create_account_status.get(\"State\") == \"FAILED\" and create_account_status.get(\"FailureReason\") == \"EMAIL_ALREADY_EXISTS\":\n                  if create_account_status.get(\"AccountName\") == event.get(\"AccountName\"):\n                      logger.info(f\"account {event.get('AccountName')} was already created using the email {event.get('Email')}\")\n                      create_account_status[\"State\"] = \"SUCCEEDED\"\n                      del create_account_status[\"FailureReason\"]\n                      if create_account_status.get(\"AccountId\") is None:\n                          logger.info(\"Having to get account id\")\n                          paginator = client.get_paginator('list_accounts')\n                          for page in paginator.paginate():\n                              for account in page.get(\"Accounts\", []):\n                                  if account.get(\"Name\") == event.get('AccountName'):\n                                      create_account_status[\"AccountId\"] = account.get(\"Id\")\n\n\n              account_id = create_account_status['AccountId']\n              parents = client.list_parents(\n                  ChildId=account_id,\n              ).get(\"Parents\", [])\n              if len(parents) != 1:\n                  raise Exception(f\"account: {account_id} does not have one parent\")\n\n              if parents[0].get(\"Id\") != event.get(\"TargetOrganizationalUnitId\"):\n                  client.move_account(\n                      AccountId=account_id,\n                      SourceParentId=parents[0].get(\"Id\"),\n                      DestinationParentId=event.get(\"TargetOrganizationalUnitId\"),\n                  )\n\n              create_account_status[\"assumable_role_in_spoke\"] = f\"arn:{os.environ.get('AWS_PARTITION')}:iam::{account_id}:role/{event.get('RoleName')}\"\n              create_account_status[\"assumable_role_in_hub\"] = os.environ.get(\"ORGANIZATIONS_ROLE_ARN\")\n              return create_account_status\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt AccountWaiterRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          ORGANIZATIONS_ROLE_ARN: !Ref AccountVendingAccountOrganizationsRoleArn\n          AWS_PARTITION: !Sub \"${AWS::Partition}\"\n\n\n  AccountWaiterRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingOrganizationsAccountWaiterRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: OrgRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingAccountOrganizationsRoleArn\n\n  ControlTowerAccountCreatorFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingControlTowerAccountCreatorFunctionName\n      Code:\n        ZipFile: |\n          from boto3.session import Session\n          import os\n          import json\n\n          def handle(event, context):\n              sts = Session().client('sts')\n              assumable_cross_account_role_arn = os.environ.get(\"CONTROL_TOWER_ROLE_ARN\")\n              assumed_role_object = sts.assume_role(\n                      RoleArn=assumable_cross_account_role_arn,\n                      RoleSessionName=\"sts_session\",\n              )\n\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n              client = Session().client(service_name=\"servicecatalog\", **kwargs)\n\n              try:\n                  pp_id = client.describe_provisioned_product(Name=event.get(\"AccountName\")).get(\"ProvisionedProductDetail\", {}).get(\"Id\")\n                  if pp_id is not None:\n                      return {\n                          'create_account_request_id': pp_id\n                      }\n              except client.exceptions.ResourceNotFoundException:\n                pass\n\n\n              product_id = None\n              product_view_summaries = client.search_products(Filters=dict(FullTextSearch=[\"AWS Control Tower Account Factory\"])).get(\"ProductViewSummaries\", [])\n              for product_view_summary in product_view_summaries:\n                  if product_view_summary.get(\"Name\") == \"AWS Control Tower Account Factory\":\n                      product_id = product_view_summary.get(\"ProductId\")\n                      break\n\n              if product_id is None:\n                  raise Execption(\"Could not find AWS Control Tower Account Factory product\")\n\n              provisioning_artifacts = client.describe_product(Id=product_id).get(\"ProvisioningArtifacts\", [])\n              for provisioning_artifact in provisioning_artifacts:\n                  if provisioning_artifact.get(\"Name\") == \"AWS Control Tower Account Factory\":\n                      pa_id = provisioning_artifact.get(\"Id\")\n\n              if pa_id is None:\n                  raise Execption(\"Could not find AWS Control Tower Account Factory provisioning artifact\")\n\n              print(f\"Using pa_id: {pa_id} of: {product_id} to provision\")\n              create_args = dict(\n                  ProductId=product_id,\n                  ProvisioningArtifactId=pa_id,\n\n                  ProvisionedProductName=event.get(\"AccountName\"),\n                  ProvisioningParameters=[\n                      {\n                          'Key': 'AccountName',\n                          'Value': event.get(\"AccountName\")\n                      },\n                      {\n                          'Key': 'AccountEmail',\n                          'Value': event.get(\"AccountEmail\")\n                      },\n                      {\n                          'Key': 'SSOUserFirstName',\n                          'Value': event.get(\"SSOUserFirstName\")\n                      },\n                      {\n                          'Key': 'SSOUserLastName',\n                          'Value': event.get(\"SSOUserLastName\")\n                      },\n                      {\n                          'Key': 'SSOUserEmail',\n                          'Value': event.get(\"SSOUserEmail\")\n                      },\n                      {\n                          'Key': 'ManagedOrganizationalUnit',\n                          'Value': event.get(\"ManagedOrganizationalUnit\")\n                      },\n                  ]\n              )\n              create_account_request_id = client.provision_product(**create_args).get(\"RecordDetail\").get(\"ProvisionedProductId\")\n\n              return {\n                  'create_account_request_id': create_account_request_id\n              }\n\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt ControlTowerAccountCreatorRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          CONTROL_TOWER_ROLE_ARN: !Ref AccountVendingControlTowerRoleArn\n\n\n  ControlTowerAccountCreatorRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingControlTowerAccountCreatorRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: OrgRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingControlTowerRoleArn\n\n  ControlTowerAccountWaiterFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingControlTowerAccountWaiterFunctionName\n      Code:\n        ZipFile: |\n          import json\n          import logging\n          import os\n          from boto3.session import Session\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handle(event, context):\n              sts = Session().client('sts')\n              assumable_cross_account_role_arn = os.environ.get(\"CONTROL_TOWER_ROLE_ARN\")\n              assumed_role_object = sts.assume_role(\n                      RoleArn=assumable_cross_account_role_arn,\n                      RoleSessionName=\"sts_session\",\n              )\n\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n              client = Session().client(service_name=\"servicecatalog\", **kwargs)\n\n\n              create_account_request_id = event.get(\"CreateAccountUsingAWSOrganizationsOutput\").get(\"create_account_request_id\")\n\n              provisioned_product_detail = client.describe_provisioned_product(Id=create_account_request_id).get(\"ProvisionedProductDetail\")\n\n              account_id = \"unknown\"\n              if provisioned_product_detail.get(\"Status\") == \"AVAILABLE\":\n                  account_id = client.get_provisioned_product_outputs(ProvisionedProductId=create_account_request_id,OutputKeys=[\"AccountId\"]).get(\"Outputs\")[0].get(\"OutputValue\")\n\n              state = provisioned_product_detail.get(\"Status\")\n              if state in [\"ERROR\", \"TAINTED\"]:\n                  raise Exception(f\"Control Tower account factory product provision status of: {state}\")\n              response = dict(\n                  account_id=account_id,\n                  state=state,\n                  assumable_role_in_spoke=f\"arn:{os.environ.get('AWS_PARTITION')}:iam::{account_id}:role/AWSControlTowerExecution\",\n                  assumable_role_in_hub=os.environ.get(\"CONTROL_TOWER_ROLE_ARN\")\n              )\n              return response\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt ControlTowerAccountWaiterRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          CONTROL_TOWER_ROLE_ARN: !Ref AccountVendingControlTowerRoleArn\n          AWS_PARTITION: !Sub \"${AWS::Partition}\"\n\n\n  ControlTowerAccountWaiterRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingControlTowerAccountWaiterRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: OrgRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingControlTowerRoleArn\n\n  SubscriptionWaiterFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref AccountVendingSubscriptionWaiterFunctionName\n      Code:\n        ZipFile: |\n          from boto3.session import Session\n\n          def handle(event, context):\n              sts = Session().client('sts')\n              assumable_cross_account_role_arn = event.get(\"CheckAccountOutput\").get(\"assumable_role_in_hub\")\n              assumed_role_object = sts.assume_role(\n                      RoleArn=assumable_cross_account_role_arn,\n                      RoleSessionName=\"sts_session\",\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n              assumable_cross_account_client = Session().client(service_name=\"sts\", **kwargs)\n\n              spoke_role_arn = event.get(\"CheckAccountOutput\").get(\"assumable_role_in_spoke\")\n              assumed_role_object = assumable_cross_account_client.assume_role(\n                      RoleArn=spoke_role_arn,\n                      RoleSessionName=\"spoke_role_sts\",\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                      \"aws_access_key_id\": credentials['AccessKeyId'],\n                      \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                      \"aws_session_token\": credentials['SessionToken'],\n              }\n\n              codebuild = Session().client(service_name=\"codebuild\", **kwargs)\n              codebuild.list_projects()\n\n              cloudformation = Session().client(service_name=\"cloudformation\", **kwargs)\n              cloudformation.list_stacks()\n\n              return {\n                  \"state\": \"READY\",\n              }\n\n\n      Handler: index.handle\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt SubscriptionWaiterRole.Arn\n      Timeout: 90\n\n\n  SubscriptionWaiterRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingSubscriptionWaiterRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: OrgRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingAccountOrganizationsRoleArn\n        - PolicyName: ControlTowerRoleAssumption\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AccountVendingControlTowerRoleArn\n\n  StateMachine:\n    Type: AWS::StepFunctions::StateMachine\n    Properties:\n      StateMachineName: !Ref AccountVendingStateMachineName\n      RoleArn: !GetAtt StateMachineRole.Arn\n      DefinitionSubstitutions:\n        AWS_PARTITION: !Sub \"${AWS::Partition}\"\n        INPUT_VALIDATOR_ARN: !GetAtt InputValidatorFunction.Arn\n        ACCOUNT_CREATOR_ARN: !GetAtt AccountCreatorFunction.Arn\n        ACCOUNT_WAITER_ARN: !GetAtt AccountWaiterFunction.Arn\n        CONTROL_TOWER_ACCOUNT_CREATOR_ARN: !GetAtt ControlTowerAccountCreatorFunction.Arn\n        CONTROL_TOWER_ACCOUNT_WAITER_ARN: !GetAtt ControlTowerAccountWaiterFunction.Arn\n        SUBSCRIPTION_WAITER_ARN: !GetAtt SubscriptionWaiterFunction.Arn\n        ACCOUNT_CREATION_SNS_TOPIC_ARN: !Ref AccountVendingAccountCreationSNSTopicArn\n      DefinitionString: |\n        {\n          \"Comment\": \"Account vending solution supporting both AWS Organizations and AWS Control Tower\",\n          \"StartAt\": \"ValidateInput\",\n          \"States\": {\n            \"ValidateInput\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${INPUT_VALIDATOR_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2\n                }\n              ],\n              \"Next\": \"IsUsingAWSControlTower\",\n              \"ResultPath\": null\n            },\n            \"IsUsingAWSControlTower\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.AccountCreationMethod\",\n                  \"StringMatches\": \"AWSControlTower\",\n                  \"Next\": \"CreateAccountUsingAWSControlTower\"\n                }\n              ],\n              \"Default\": \"CreateAccountUsingAWSOrganizations\"\n            },\n            \"CreateAccountUsingAWSControlTower\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${CONTROL_TOWER_ACCOUNT_CREATOR_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2\n                }\n              ],\n              \"Next\": \"WaitForAccountCreateCompleteUsingAWSControlTower\",\n              \"ResultSelector\": {\n                \"create_account_request_id.$\": \"$.Payload.create_account_request_id\"\n              },\n              \"ResultPath\": \"$.CreateAccountUsingAWSOrganizationsOutput\"\n            },\n            \"WaitForAccountCreateCompleteUsingAWSControlTower\": {\n              \"Type\": \"Wait\",\n              \"Seconds\": 30,\n              \"Next\": \"CheckAccountCreateCompleteUsingAWSControlTower\"\n            },\n            \"CheckAccountCreateCompleteUsingAWSControlTower\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${CONTROL_TOWER_ACCOUNT_WAITER_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2\n                }\n              ],\n              \"Next\": \"IsAccountCreateCompleteUsingAWSControlTower\",\n              \"ResultSelector\": {\n                \"account_id.$\": \"$.Payload.account_id\",\n                \"state.$\": \"$.Payload.state\",\n                \"assumable_role_in_spoke.$\": \"$.Payload.assumable_role_in_spoke\",\n                \"assumable_role_in_hub.$\": \"$.Payload.assumable_role_in_hub\"\n              },\n              \"ResultPath\": \"$.CheckAccountOutput\"\n            },\n            \"IsAccountCreateCompleteUsingAWSControlTower\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.CheckAccountOutput.state\",\n                  \"StringEquals\": \"AVAILABLE\",\n                  \"Next\": \"ShouldWaitForAccountSubscriptionCreateComplete\"\n                }\n              ],\n              \"Default\": \"WaitForAccountCreateCompleteUsingAWSControlTower\"\n            },\n            \"CreateAccountUsingAWSOrganizations\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${ACCOUNT_CREATOR_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2\n                }\n              ],\n              \"Next\": \"WaitForAccountCreateCompleteUsingAWSOrganizations\",\n              \"ResultPath\": \"$.CreateAccountUsingAWSOrganizationsOutput\",\n              \"ResultSelector\": {\n                \"create_account_request_id.$\": \"$.Payload.create_account_request_id\"\n              }\n            },\n            \"WaitForAccountCreateCompleteUsingAWSOrganizations\": {\n              \"Type\": \"Wait\",\n              \"Seconds\": 5,\n              \"Next\": \"CheckAccountCreateCompleteUsingAWSOrganizations\"\n            },\n            \"CheckAccountCreateCompleteUsingAWSOrganizations\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${ACCOUNT_WAITER_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2\n                }\n              ],\n              \"Next\": \"IsAccountCreateCompleteUsingAWSOrganizationsComplete\",\n              \"ResultPath\": \"$.CheckAccountOutput\",\n              \"ResultSelector\": {\n                \"account_id.$\": \"$.Payload.AccountId\",\n                \"state.$\": \"$.Payload.State\",\n                \"assumable_role_in_spoke.$\": \"$.Payload.assumable_role_in_spoke\",\n                \"assumable_role_in_hub.$\": \"$.Payload.assumable_role_in_hub\"\n              }\n            },\n            \"IsAccountCreateCompleteUsingAWSOrganizationsComplete\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.CheckAccountOutput.state\",\n                  \"StringEquals\": \"SUCCEEDED\",\n                  \"Next\": \"ShouldWaitForAccountSubscriptionCreateComplete\"\n                }\n              ],\n              \"Default\": \"WaitForAccountCreateCompleteUsingAWSOrganizations\"\n            },\n            \"ShouldWaitForAccountSubscriptionCreateComplete\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.ShouldWaitForAccountSubscriptionCreateComplete\",\n                  \"BooleanEquals\": true,\n                  \"Next\": \"WaitForAccountSubscriptionCreateComplete\"\n                }\n              ],\n              \"Default\": \"ShouldBootstrap\"\n            },\n            \"WaitForAccountSubscriptionCreateComplete\": {\n              \"Type\": \"Wait\",\n              \"Seconds\": 5,\n              \"Next\": \"CheckWaitForAccountSubscription\"\n            },\n            \"CheckWaitForAccountSubscription\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::lambda:invoke\",\n              \"Parameters\": {\n                \"Payload.$\": \"$\",\n                \"FunctionName\": \"${SUBSCRIPTION_WAITER_ARN}\"\n              },\n              \"Retry\": [\n                {\n                  \"ErrorEquals\": [\n                      \"Lambda.ServiceException\",\n                      \"Lambda.AWSLambdaException\",\n                      \"Lambda.SdkClientException\"\n                  ],\n                  \"IntervalSeconds\": 2,\n                  \"MaxAttempts\": 6,\n                  \"BackoffRate\": 2,\n                  \"Comment\": \"L\"\n                },\n                {\n                  \"ErrorEquals\": [\n                      \"States.TaskFailed\"\n                  ],\n                  \"BackoffRate\": 2,\n                  \"IntervalSeconds\": 4,\n                  \"MaxAttempts\": 15,\n                  \"Comment\": \"InvalidInputException\"\n                }\n              ],\n              \"Next\": \"IsWaitForAccountSubscriptionComplete\",\n              \"ResultPath\": \"$.CheckWaitForAccountSubscriptionOutput\",\n              \"ResultSelector\": {\n                \"state.$\": \"$.Payload.state\"\n              },\n              \"TimeoutSeconds\": 90\n            },\n            \"IsWaitForAccountSubscriptionComplete\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.CheckWaitForAccountSubscriptionOutput.state\",\n                  \"StringEquals\": \"READY\",\n                  \"Next\": \"ShouldBootstrap\"\n                }\n              ],\n              \"Default\": \"WaitForAccountSubscriptionCreateComplete\"\n            },\n            \"ShouldBootstrap\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.ShouldBootstrapAccount\",\n                  \"BooleanEquals\": true,\n                  \"Next\": \"BootstrapSpoke\"\n                }\n              ],\n              \"Default\": \"BootstrapCompleted\"\n            },\n            \"BootstrapSpoke\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::codebuild:startBuild.sync\",\n              \"Parameters\": {\n                \"ProjectName\": \"servicecatalog-puppet-bootstrap-spoke\",\n                \"EnvironmentVariablesOverride\": [\n                  {\n                    \"Name\": \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\",\n                    \"Value.$\": \"$.CheckAccountOutput.assumable_role_in_hub\"\n                  },\n                  {\n                    \"Name\": \"ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN\",\n                    \"Value.$\": \"$.CheckAccountOutput.assumable_role_in_spoke\"\n                  },\n                  {\n                    \"Name\": \"OPTIONS\",\n                    \"Value\": \"\"\n                  }\n                ]\n              },\n              \"Next\": \"BootstrapCompleted\",\n              \"ResultSelector\": {\n                \"status.$\": \"$.Build.BuildStatus\",\n                \"id.$\": \"$.Build.Id\"\n              },\n              \"ResultPath\": \"$.BootstrapSpokeOutput\"\n            },\n            \"BootstrapCompleted\": {\n              \"Type\": \"Pass\",\n              \"Next\": \"ShouldRunPipeline\"\n            },\n            \"ShouldRunPipeline\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.ShouldRunSingleAccountPipeline\",\n                  \"BooleanEquals\": true,\n                  \"Next\": \"SingleAccountRun\"\n                }\n              ],\n              \"Default\": \"PipelineCompleted\"\n            },\n            \"SingleAccountRun\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::codebuild:startBuild.sync\",\n              \"Parameters\": {\n                \"ProjectName\": \"servicecatalog-puppet-single-account-run\",\n                \"EnvironmentVariablesOverride\": [\n                  {\n                    \"Name\": \"SINGLE_ACCOUNT_ID\",\n                    \"Value.$\": \"$.CheckAccountOutput.account_id\"\n                  }\n                ]\n              },\n              \"Next\": \"PipelineCompleted\",\n              \"ResultPath\": \"$.SingleAccountRunOutput\",\n              \"ResultSelector\": {\n                \"status.$\": \"$.Build.BuildStatus\",\n                \"id.$\": \"$.Build.Id\"\n              }\n            },\n            \"PipelineCompleted\": {\n              \"Type\": \"Pass\",\n              \"Next\": \"ShouldNotifyOnCompletion\"\n            },\n            \"ShouldNotifyOnCompletion\": {\n              \"Type\": \"Choice\",\n              \"Choices\": [\n                {\n                  \"Variable\": \"$.ShouldNotifiyOnCompletion\",\n                  \"BooleanEquals\": true,\n                  \"Next\": \"NotifyOnCompletion\"\n                }\n              ],\n              \"Default\": \"Completion\"\n            },\n            \"NotifyOnCompletion\": {\n              \"Type\": \"Task\",\n              \"Resource\": \"arn:${AWS_PARTITION}:states:::sns:publish\",\n              \"Parameters\": {\n                \"Message.$\": \"$\",\n                \"TopicArn\": \"${ACCOUNT_CREATION_SNS_TOPIC_ARN}\"\n              },\n              \"Next\": \"Completion\",\n              \"ResultPath\": null\n            },\n            \"Completion\": {\n              \"Type\": \"Pass\",\n              \"End\": true,\n              \"ResultPath\": null\n            }\n          }\n        }\n\n  StateMachineRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountVendingStateMachineRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - !Sub states.${AWS::Region}.amazonaws.com\n            Action: sts:AssumeRole\n      Policies:\n        - PolicyName: StatesExecutionPolicy\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action:\n                  - \"lambda:InvokeFunction\"\n                Resource:\n                  - !GetAtt InputValidatorFunction.Arn\n                  - !Sub \"${InputValidatorFunction.Arn}:*\"\n                  - !GetAtt AccountCreatorFunction.Arn\n                  - !Sub \"${AccountCreatorFunction.Arn}:*\"\n                  - !GetAtt AccountWaiterFunction.Arn\n                  - !Sub \"${AccountWaiterFunction.Arn}:*\"\n                  - !GetAtt ControlTowerAccountCreatorFunction.Arn\n                  - !Sub \"${ControlTowerAccountCreatorFunction.Arn}:*\"\n                  - !GetAtt ControlTowerAccountWaiterFunction.Arn\n                  - !Sub \"${ControlTowerAccountWaiterFunction.Arn}:*\"\n                  - !GetAtt SubscriptionWaiterFunction.Arn\n                  - !Sub \"${SubscriptionWaiterFunction.Arn}:*\"\n\n              - Effect: Allow\n                Action:\n                  - codebuild:StartBuild\n                  - codebuild:StopBuild\n                  - codebuild:BatchGetBuilds\n                Resource:\n                  - !Sub \"arn:${AWS::Partition}:codebuild:${AWS::Region}:${AWS::AccountId}:project/servicecatalog-puppet-bootstrap-spoke\"\n                  - !Sub \"arn:${AWS::Partition}:codebuild:${AWS::Region}:${AWS::AccountId}:project/servicecatalog-puppet-single-account-run\"\n\n              - Effect: Allow\n                Action:\n                  - sns:Publish\n                Resource:\n                  - !Ref AccountVendingAccountCreationSNSTopicArn\n\n        - PolicyName: ParentStepFunctionExecutionPolicy\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - states:DescribeExecution\n                  - states:StopExecution\n                Resource: \"*\"\n              - Effect: Allow\n                Action:\n                  - events:PutTargets\n                  - events:PutRule\n                  - events:DescribeRule\n                Resource: !Sub arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:rule/StepFunctionsGetEventForCodeBuildStartBuildRule\n\n\n\n\n  AccountCreationCustomResourceBackerRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref AccountCreationCustomResourceBackerRoleName\n      Path: !Ref AccountVendingIAMRolesPath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: startmachine\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - states:StartExecution\n                Resource: !GetAtt StateMachine.Arn\n              - Effect: Allow\n                Action:\n                  - states:DescribeExecution\n                Resource: !Sub \"arn:${AWS::Partition}:states:${AWS::Region}:${AWS::AccountId}:execution:${AccountVendingStateMachineName}:*\"\n        - PolicyName: crhelper\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - lambda:AddPermission\n                  - lambda:RemovePermission\n                Resource:\n                  - !Sub \"arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:${AccountVendingAccountCreationCustomResourceBackerFunctionName}\"\n                  - !Sub \"arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:${AccountVendingAccountCreationCustomResourceBackerFunctionName}:*\"\n              - Effect: Allow\n                Action:\n                  - events:PutRule\n                  - events:DeleteRule\n                  - events:PutTargets\n                  - events:RemoveTargets\n                Resource: \"*\"\n\n  AccountCreationCustomResourceBacker:\n    Type: AWS::Serverless::Function\n    Properties:\n      FunctionName: !Ref AccountVendingAccountCreationCustomResourceBackerFunctionName\n      CodeUri: src/AccountCreationCustomResourceBacker\n      Handler: handler.handle\n      Environment:\n        Variables:\n          STATE_MACHINE_ARN: !GetAtt StateMachine.Arn\n      Architectures:\n        - arm64\n      MemorySize: 128\n      Runtime: python3.9\n      Role: !GetAtt AccountCreationCustomResourceBackerRole.Arn\n      Timeout: 30\n\nOutputs:\n  AccountVendingAccountCreationCustomResourceBackerArn:\n    Value: !GetAtt AccountCreationCustomResourceBacker.Arn\n"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"InputValidatorFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"InputValidatortRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"150\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"4\" value=\"AccountCreatorFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"400\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"5\" value=\"AccountCreatorRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"6\" value=\"AccountWaiterFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"500\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"7\" value=\"AccountWaiterRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"350\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"8\" value=\"ControlTowerAccountCreatorFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"600\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"9\" value=\"ControlTowerAccountCreatorRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"450\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"10\" value=\"ControlTowerAccountWaiterFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"700\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"11\" value=\"ControlTowerAccountWaiterRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"550\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"12\" value=\"SubscriptionWaiterFunction\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"800\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"13\" value=\"SubscriptionWaiterRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1250\" y=\"650\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"14\" value=\"StateMachine\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.step_functions;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"500\" y=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"15\" value=\"StateMachineRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"750\" y=\"300\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"16\" value=\"AccountCreationCustomResourceBackerRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"391.2037037037037\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"17\" value=\"AccountCreationCustomResourceBacker\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry y=\"344.9074074074074\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"18\" value=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1500\" y=\"450\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"19\" value=\"codebuild  &#xA;project/servicecatalog-puppet-bootstrap-spoke\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"100\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"20\" value=\"codebuild  &#xA;project/servicecatalog-puppet-single-account-run\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"200\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"21\" value=\"events  &#xA;rule/stepfunctionsgeteventforcodebuildstartbuildrule\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.eventbridge;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"300\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"22\" value=\"states  &#xA;*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.states;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"500\" y=\"400\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"InputValidatortRole|InputValidatorFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"25\"/><mxPoint x=\"1238\" y=\"175\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|InputValidatortRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"3\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"175\"/><mxPoint x=\"1488\" y=\"453.57142857142856\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountCreatorRole|AccountCreatorFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"4\" target=\"5\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"425\"/><mxPoint x=\"1238\" y=\"275\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|AccountCreatorRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"5\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"275\"/><mxPoint x=\"1486\" y=\"460.7142857142857\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountWaiterRole|AccountWaiterFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"7\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"525\"/><mxPoint x=\"1238\" y=\"375\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|AccountWaiterRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"7\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"375\"/><mxPoint x=\"1484\" y=\"467.8571428571429\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountCreatorRole|ControlTowerAccountCreatorFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"8\" target=\"9\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"625\"/><mxPoint x=\"1238\" y=\"475\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|ControlTowerAccountCreatorRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"9\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"475\"/><mxPoint x=\"1482\" y=\"475.00000000000006\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountWaiterRole|ControlTowerAccountWaiterFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"10\" target=\"11\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"725\"/><mxPoint x=\"1238\" y=\"575\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|ControlTowerAccountWaiterRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"11\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"575\"/><mxPoint x=\"1484\" y=\"482.1428571428572\"/></Array></mxGeometry></mxCell><mxCell id=\"SubscriptionWaiterRole|SubscriptionWaiterFunction\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"12\" target=\"13\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1062\" y=\"825\"/><mxPoint x=\"1238\" y=\"675\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|SubscriptionWaiterRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"13\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"1312\" y=\"675\"/><mxPoint x=\"1486\" y=\"489.2857142857144\"/></Array></mxGeometry></mxCell><mxCell id=\"StateMachineRole|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"15\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"564\" y=\"260.7142857142857\"/><mxPoint x=\"738\" y=\"325\"/></Array></mxGeometry></mxCell><mxCell id=\"InputValidatorFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"2\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"562\" y=\"253.57142857142858\"/><mxPoint x=\"650\" y=\"150\"/><mxPoint x=\"900\" y=\"150\"/><mxPoint x=\"988\" y=\"15\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountCreatorFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"4\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"566\" y=\"267.8571428571429\"/><mxPoint x=\"650\" y=\"400\"/><mxPoint x=\"900\" y=\"400\"/><mxPoint x=\"988\" y=\"435\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountWaiterFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"6\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"568\" y=\"275.00000000000006\"/><mxPoint x=\"650\" y=\"450\"/><mxPoint x=\"900\" y=\"450\"/><mxPoint x=\"988\" y=\"535\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountCreatorFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"8\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"566\" y=\"282.1428571428572\"/><mxPoint x=\"650\" y=\"500\"/><mxPoint x=\"900\" y=\"500\"/><mxPoint x=\"988\" y=\"635\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountWaiterFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"10\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"564\" y=\"289.2857142857144\"/><mxPoint x=\"650\" y=\"550\"/><mxPoint x=\"900\" y=\"550\"/><mxPoint x=\"988\" y=\"735\"/></Array></mxGeometry></mxCell><mxCell id=\"SubscriptionWaiterFunction|StateMachine\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"14\" target=\"12\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"562\" y=\"296.42857142857156\"/><mxPoint x=\"650\" y=\"600\"/><mxPoint x=\"900\" y=\"600\"/><mxPoint x=\"988\" y=\"835\"/></Array></mxGeometry></mxCell><mxCell id=\"codebuild  &#xA;project/servicecatalog-puppet-bootstrap-spoke|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"19\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"814\" y=\"308.3333333333333\"/><mxPoint x=\"988\" y=\"125\"/></Array></mxGeometry></mxCell><mxCell id=\"codebuild  &#xA;project/servicecatalog-puppet-single-account-run|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"20\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"816\" y=\"313.88888888888886\"/><mxPoint x=\"988\" y=\"225\"/></Array></mxGeometry></mxCell><mxCell id=\"events  &#xA;rule/stepfunctionsgeteventforcodebuildstartbuildrule|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"21\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"818\" y=\"319.4444444444444\"/><mxPoint x=\"988\" y=\"325\"/></Array></mxGeometry></mxCell><mxCell id=\"InputValidatorFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"2\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"812\" y=\"302.77777777777777\"/><mxPoint x=\"988\" y=\"35\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountCreatorFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"4\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"820\" y=\"324.99999999999994\"/><mxPoint x=\"988\" y=\"415\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountWaiterFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"6\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"818\" y=\"330.5555555555555\"/><mxPoint x=\"988\" y=\"515\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountCreatorFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"8\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"816\" y=\"336.11111111111103\"/><mxPoint x=\"988\" y=\"615\"/></Array></mxGeometry></mxCell><mxCell id=\"ControlTowerAccountWaiterFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"10\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"814\" y=\"341.6666666666666\"/><mxPoint x=\"988\" y=\"715\"/></Array></mxGeometry></mxCell><mxCell id=\"SubscriptionWaiterFunction|StateMachineRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"15\" target=\"12\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"812\" y=\"347.2222222222221\"/><mxPoint x=\"988\" y=\"815\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  aws&#xA;policy/service-role/awslambdabasicexecutionrole|AccountCreationCustomResourceBackerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"16\" target=\"18\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"314\" y=\"408.2037037037037\"/><mxPoint x=\"400\" y=\"350\"/><mxPoint x=\"650\" y=\"350\"/><mxPoint x=\"650\" y=\"900\"/><mxPoint x=\"900\" y=\"900\"/><mxPoint x=\"900\" y=\"900\"/><mxPoint x=\"1150\" y=\"900\"/><mxPoint x=\"1150\" y=\"900\"/><mxPoint x=\"1400\" y=\"900\"/><mxPoint x=\"1488\" y=\"496.42857142857156\"/></Array></mxGeometry></mxCell><mxCell id=\"states  &#xA;*|AccountCreationCustomResourceBackerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"16\" target=\"22\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"316\" y=\"416.2037037037037\"/><mxPoint x=\"488\" y=\"425\"/></Array></mxGeometry></mxCell><mxCell id=\"StateMachine|AccountCreationCustomResourceBackerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"16\" target=\"14\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"312\" y=\"400.2037037037037\"/><mxPoint x=\"488\" y=\"285\"/></Array></mxGeometry></mxCell><mxCell id=\"StateMachine|AccountCreationCustomResourceBacker\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"17\" target=\"14\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"359.9074074074074\"/><mxPoint x=\"150\" y=\"322.4537037037037\"/><mxPoint x=\"400\" y=\"322.4537037037037\"/><mxPoint x=\"488\" y=\"265\"/></Array></mxGeometry></mxCell><mxCell id=\"AccountCreationCustomResourceBackerRole|AccountCreationCustomResourceBacker\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"17\" target=\"16\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"379.9074074074074\"/><mxPoint x=\"238\" y=\"416.2037037037037\"/></Array></mxGeometry></mxCell><mxCell id=\"25\" value=\"lambda  &#xA;${accountvendingaccountcreationcustomresourcebackerfunctionname}\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"500\" y=\"500\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"26\" value=\"lambda  &#xA;*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"500\" y=\"600\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"lambda  &#xA;${accountvendingaccountcreationcustomresourcebackerfunctionname}|AccountCreationCustomResourceBackerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"16\" target=\"25\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"314\" y=\"424.2037037037037\"/><mxPoint x=\"488\" y=\"525\"/></Array></mxGeometry></mxCell><mxCell id=\"lambda  &#xA;*|AccountCreationCustomResourceBackerRole\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"16\" target=\"26\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"312\" y=\"432.2037037037037\"/><mxPoint x=\"488\" y=\"625\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/stack.template.yaml",
    "content": "# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"account-vending\", \"product\": \"prereqs-puppet-account-optional\", \"version\": \"v1\"}\n\nParameters:\n  AccountVendingAccountNotificationCreatedTopicName:\n    Type: String\n    Default: AccountVendingAccountNotificationCreatedTopic\n\nResources:\n  AccountNotificationCreatedTopicArn:\n    Type: AWS::SNS::Topic\n    Properties:\n      TopicName: !Ref AccountVendingAccountNotificationCreatedTopicName\n\nOutputs:\n  AccountVendingAccountNotificationCreatedTopicArn:\n    Description: The Arn of the topic created\n    Value: !Ref AccountNotificationCreatedTopicArn\n"
  },
  {
    "path": "foundational/account-vending/stacks/prereqs-puppet-account-optional/v1/template.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"AccountNotificationCreatedTopicArn\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sns;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/README.md",
    "content": ""
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/example-manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nparameters:\n  SCTAccountId:\n    default: &SCTAccountId \"${AWS::PuppetAccountId}\"\n\n  SecurityToolingAccountId:\n    default: &SecurityToolingAccountId \"338024302548\"\n\n  GuardDutyMultiAccountFunctionName:\n    default: &GuardDutyMultiAccountFunctionName GuardDutyMultiAccountFunction\n\nstacks:\n  amazon-guardduty-multi-account-prereqs-orgs-account:\n    name: amazon-guardduty-multi-account-prereqs-orgs-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    deploy_to:\n      tags:\n      - tag: 'role:org_management'\n        regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/GuardDutyMultiAccount/GuardDutyMultiAccountDelegateAdminRoleArn\"\n          stack_output: GuardDutyMultiAccountDelegateAdminRoleArn\n\n  amazon-guardduty-multi-account-prereqs-securitytooling-account:\n    name: amazon-guardduty-multi-account-prereqs-securitytooling-account\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    deploy_to:\n      tags:\n      - tag: 'role:securitytooling'\n        regions: default_region\n    outputs:\n      ssm:\n        - param_name: \"/foundational/GuardDutyMultiAccount/GuardDutyMultiAccountGuardDutyRoleArn\"\n          stack_output: GuardDutyMultiAccountGuardDutyRoleArn\n\n  amazon-guardduty-multi-account-enabler-and-creator:\n    name: amazon-guardduty-multi-account-enabler-and-creator\n    version: v1\n    execution: hub\n    capabilities:\n      - CAPABILITY_NAMED_IAM\n    parameters:\n      GuardDutyMultiAccountDelegateAdminRoleArn:\n        ssm:\n          name: \"/foundational/GuardDutyMultiAccount/GuardDutyMultiAccountDelegateAdminRoleArn\"\n      GuardDutyMultiAccountGuardDutyRoleArn:\n        ssm:\n          name: \"/foundational/GuardDutyMultiAccount/GuardDutyMultiAccountGuardDutyRoleArn\"\n    depends_on:\n      - name: amazon-guardduty-multi-account-prereqs-orgs-account\n        affinity: stack\n        type: stack\n    deploy_to:\n      tags:\n      - tag: 'role:sct'\n        regions: default_region\n\nlambda-invocations:\n  amazon-guardduty-multi-account:\n    function_name: *GuardDutyMultiAccountFunctionName\n    qualifier: $LATEST\n    invocation_type: RequestResponse\n    parameters:\n        accounts_to_ensure:\n            default: ${AWS::ManifestAccountsSpokes}\n    depends_on:\n      - name: amazon-guardduty-multi-account-enabler-and-creator\n        affinity: stack\n        type: stack\n    invoke_for:\n      tags:\n        - regions: \"default_region\"\n          tag: \"role:securitytooling\"\n"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/amazon-guardduty-multi-account.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: amazon-guardduty-multi-account-enabler-and-creator\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/enabler-and-creator/v1\n          Configuration:\n            RepositoryName: amazon-guardduty-multi-account\n            BranchName: main\n  - Name: amazon-guardduty-multi-account-prereqs-orgs-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-orgs-account/v1\n          Configuration:\n            RepositoryName: amazon-guardduty-multi-account\n            BranchName: main\n  - Name: amazon-guardduty-multi-account-prereqs-securitytooling-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-securitytooling-account/v1\n          Configuration:\n            RepositoryName: amazon-guardduty-multi-account\n            BranchName: main\n"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/enabler-and-creator.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"Function\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"ExecutionRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"ExecutionRole|Function\" value=\"Role\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"25\"/><mxPoint x=\"238\" y=\"25\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml",
    "content": "Parameters:\n  GuardDutyMultiAccountDelegateAdminRoleArn:\n    Type: String\n\n  GuardDutyMultiAccountGuardDutyRoleArn:\n    Type: String\n\n  GuardDutyMultiAccountExecutionRoleName:\n    Type: String\n    Default: \"GuardDutyMultiAccountExecutionRole\"\n\n  GuardDutyMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/GuardDutyMultiAccount/\"\n\n  GuardDutyMultiAccountFunctionName:\n    Type: String\n    Default: \"GuardDutyMultiAccountFunction\"\n\n  SecurityToolingAccountId:\n    Type: String\n\nResources:\n  Function:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref GuardDutyMultiAccountFunctionName\n      Code:\n        ZipFile: |\n          import logging\n          import boto3\n          import os\n          import json\n\n          boto_level = os.environ.get(\"BOTO_LOG_LEVEL\", logging.CRITICAL)\n          logging.getLogger(\"boto\").setLevel(boto_level)\n          logging.getLogger(\"boto3\").setLevel(boto_level)\n          logging.getLogger(\"botocore\").setLevel(boto_level)\n          logging.getLogger(\"urllib3\").setLevel(boto_level)\n\n          log_level = os.environ.get(\"LOG_LEVEL\", logging.WARNING)\n          logger = logging.getLogger(__name__)\n          logging.basicConfig(\n              format=\"%(levelname)s %(threadName)s %(message)s\", level=logging.INFO\n          )\n          logger.setLevel(log_level)\n\n\n          def get_detector_id(client):\n              paginator = client.get_paginator('list_detectors')\n              for page in paginator.paginate():\n                  for detector_id in page.get(\"DetectorIds\", []):\n                      logger.debug(f\"Looking at {detector_id}\")\n                      detector = client.get_detector(\n                          DetectorId=detector_id\n                      )\n                      logger.debug(f\"Checking detector: {detector.get('Status')}\")\n                      if detector.get(\"Status\") == \"ENABLED\":\n                          return detector_id\n              logger.info(\"Did not find an enabled detector\")\n              return None\n\n\n          def create_detector(client):\n              response = client.create_detector(\n                  Enable=True,\n                  ClientToken='foundational-aws-guardduty-multi-account',\n                  FindingPublishingFrequency='FIFTEEN_MINUTES',\n                  DataSources={\n                      'S3Logs': {\n                          'Enable': True\n                      }\n                  },\n              )\n              logger.info(\"created a detector\")\n              return response.get(\"DetectorId\")\n\n\n          def update_organization_configuration(client, detector_id):\n              if client.describe_organization_configuration(DetectorId=detector_id).get(\"AutoEnable\", False) is not True:\n                  logger.info(\"AutoEnabled was not enabled\")\n                  client.update_organization_configuration(\n                      DetectorId=detector_id,\n                      AutoEnable=True,\n                      DataSources={\n                          'S3Logs': {\n                              'AutoEnable': True\n                          }\n                      }\n                  )\n                  logger.info(\"AutoEnabled set to true\")\n\n\n          def enable_organization_admin_account(client, admin_account_id):\n              client.enable_organization_admin_account(\n                  AdminAccountId=admin_account_id\n              )\n\n\n          def is_an_organization_admin_accounts(client, account_id):\n              paginator = client.get_paginator('list_organization_admin_accounts')\n              for page in paginator.paginate():\n                  for admin_accounts in page.get(\"AdminAccounts\", []):\n                      if admin_accounts.get(\"AdminAccountId\") == account_id:\n                          return admin_accounts.get(\"AdminStatus\") == \"ENABLED\"\n              return False\n\n\n          def make_an_organization_admin_accounts(client, account_id):\n              client.enable_organization_admin_account(\n                  AdminAccountId=account_id\n              )\n              logger.info(f\"made {account_id} an org admin account\")\n\n\n          def get_org_client():\n              guard_duty_multi_account_delegate_admin_role_arn = os.environ.get(\n                  \"GUARD_DUTY_MULTI_ACCOUNT_DELEGATE_ADMIN_ROLE_ARN\")\n              sts = boto3.client('sts')\n              assumed_role_object = sts.assume_role(\n                  RoleArn=guard_duty_multi_account_delegate_admin_role_arn,\n                  RoleSessionName='guard_duty_multi_account_delegate_admin_role_arn',\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                  \"aws_access_key_id\": credentials['AccessKeyId'],\n                  \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                  \"aws_session_token\": credentials['SessionToken'],\n              }\n              return boto3.client('guardduty', **kwargs)\n\n\n          def create_client(region):\n              guard_duty_multi_account_guard_duty_role_arn = os.environ.get(\n                  \"GUARD_DUTY_MULTI_ACCOUNT_GUARD_DUTY_ROLE_ARN\")\n              sts = boto3.client('sts')\n              assumed_role_object = sts.assume_role(\n                  RoleArn=guard_duty_multi_account_guard_duty_role_arn,\n                  RoleSessionName='guard_duty_multi_account_guard_duty_role_arn',\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                  \"aws_access_key_id\": credentials['AccessKeyId'],\n                  \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                  \"aws_session_token\": credentials['SessionToken'],\n              }\n              return boto3.client('guardduty', region_name=region, **kwargs)\n\n\n          def ensure_all_are_members(client, detector_id, accounts_to_ensure):\n              accounts_to_add = [{\n                  'AccountId': account_to_ensure.get(\"account_id\"),\n                  'Email': account_to_ensure.get(\"email\")\n              } for account_to_ensure in accounts_to_ensure]\n              client.create_members(\n                  DetectorId=detector_id,\n                  AccountDetails=accounts_to_add\n              )\n              logger.info(f\"created members: {accounts_to_add}\")\n\n\n          def handle(event, context):\n              logger.info(\"starting\")\n              logger.debug(json.dumps(event, default=str))\n              parameters = event.get(\"parameters\")\n\n              security_tooling_account_id = parameters.get(\"SecurityToolingAccountId\")\n              accounts_to_ensure = json.loads(parameters.get(\"SCTManifestSpokes\"))\n              regions_to_ensure = json.loads(parameters.get(\"SCTConfigRegions\"))\n\n              org_client = get_org_client()\n              if not is_an_organization_admin_accounts(org_client, security_tooling_account_id):\n                  logger.info(f\"{security_tooling_account_id} is not an org admin account\")\n                  make_an_organization_admin_accounts(org_client, security_tooling_account_id)\n              logger.info(f\"Finished with org setup/config\")\n              paginator = org_client.get_paginator('list_detectors')\n              detectors = []\n              for page in paginator.paginate():\n                  detectors += page.get(\"DetectorIds\", [])\n              if len(detectors) != 1:\n                  raise Exception(f\"There was not 1 detector in the home region of the gd org account. Detectors: {detectors}\")\n              detector_id = detectors[0]\n              update_organization_configuration(org_client, detector_id)\n\n              for region in regions_to_ensure:\n                  guardduty = create_client(region)\n                  detector_id = get_detector_id(guardduty)\n                  if detector_id is None:\n                      detector_id = create_detector(guardduty)\n\n                  ensure_all_are_members(guardduty, detector_id, accounts_to_ensure)\n                  logger.info(f\"Finished with region: {region}\")\n\n              logger.info(f\"Finished with regional setup/config\")\n\n              logger.info(\"created\")\n\n\n      Handler: index.handle\n      MemorySize: 128\n      Runtime: python3.8\n      Role: !GetAtt ExecutionRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          GUARD_DUTY_MULTI_ACCOUNT_DELEGATE_ADMIN_ROLE_ARN: !Ref GuardDutyMultiAccountDelegateAdminRoleArn\n          GUARD_DUTY_MULTI_ACCOUNT_GUARD_DUTY_ROLE_ARN: !Ref GuardDutyMultiAccountGuardDutyRoleArn\n          BOTO_LOG_LEVEL: CRITICAL\n          LOG_LEVEL: INFO\n\n  ExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GuardDutyMultiAccountExecutionRoleName\n      Path: !Ref GuardDutyMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      Policies:\n        - PolicyName: OrgsPerms\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GuardDutyMultiAccountDelegateAdminRoleArn\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GuardDutyMultiAccountGuardDutyRoleArn\n        - PolicyName: Logging\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - logs:CreateLogGroup\n                  - logs:CreateLogStream\n                  - logs:PutLogEvents\n                Resource: \"*\"\n"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/prereqs-orgs-account.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"GuardDutyMultiAccountDelegateAdminRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"iam  ${sctaccountid}&#xA;root\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"iam  ${sctaccountid}&#xA;root|GuardDutyMultiAccountDelegateAdminRole\" value=\"AWS\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"25\"/><mxPoint x=\"238\" y=\"25\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml",
    "content": "Parameters:\n  GuardDutyMultiAccountDelegateAdminRoleName:\n    Type: String\n    Default: \"GuardDutyMultiAccountDelegateAdminRole\"\n\n  GuardDutyMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/GuardDutyMultiAccount/\"\n\n  SCTAccountId:\n    Type: String\n\nResources:\n  GuardDutyMultiAccountDelegateAdminRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GuardDutyMultiAccountDelegateAdminRoleName\n      Path: !Ref GuardDutyMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${SCTAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: PermissionsForGuardDutyAdmin\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - \"organizations:EnableAWSServiceAccess\"\n                  - \"organizations:RegisterDelegatedAdministrator\"\n                  - \"organizations:ListDelegatedAdministrators\"\n                  - \"organizations:ListAWSServiceAccessForOrganization\"\n                  - \"organizations:DescribeOrganizationalUnit\"\n                  - \"organizations:DescribeAccount\"\n                  - \"organizations:DescribeOrganization\"\n                  - \"guardduty:ListOrganizationAdminAccounts\"\n                  - \"guardduty:EnableOrganizationAdminAccount\"\n                  - \"guardduty:ListDetectors\"\n                  - \"guardduty:DescribeOrganizationConfiguration\"\n                Resource: \"*\"\n\nOutputs:\n  GuardDutyMultiAccountDelegateAdminRoleArn:\n    Description: Arn of the GuardDutyMultiAccountDelegateAdminRole\n    Value: !GetAtt GuardDutyMultiAccountDelegateAdminRole.Arn\n"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/prereqs-securitytooling-account/prereqs-securitytooling-account.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"GuardDutyMultiAccountGuardDutyRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"iam  ${sctaccountid}&#xA;root\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"iam  ${sctaccountid}&#xA;root|GuardDutyMultiAccountGuardDutyRole\" value=\"AWS\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"2\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"25\"/><mxPoint x=\"238\" y=\"25\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "foundational/amazon-guardduty-multi-account/stacks/prereqs-securitytooling-account/v1/stack.template.yaml",
    "content": "Parameters:\n  GuardDutyMultiAccountGuardDutyRoleName:\n    Type: String\n    Default: \"GuardDutyMultiAccountGuardDutyRole\"\n\n  GuardDutyMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/GuardDutyMultiAccount/\"\n\n  SCTAccountId:\n    Type: String\n\nResources:\n  GuardDutyMultiAccountGuardDutyRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GuardDutyMultiAccountGuardDutyRoleName\n      Path: !Ref GuardDutyMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${SCTAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: GDPerms\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - guardduty:ListDetectors\n                  - guardduty:GetDetector\n                  - guardduty:CreateDetector\n                  - guardduty:DescribeOrganizationConfiguration\n                  - guardduty:UpdateOrganizationConfiguration\n                  - guardduty:CreateMembers\n                  - iam:CreateServiceLinkedRole\n                Resource: \"*\"\nOutputs:\n  GuardDutyMultiAccountGuardDutyRoleArn:\n    Description: Arn of the GuardDutyMultiAccountGuardDutyRole\n    Value: !GetAtt GuardDutyMultiAccountGuardDutyRole.Arn\n"
  },
  {
    "path": "foundational/aws-securityhub-multi-account/README.md",
    "content": "## What to deploy\n\nDeploy prereqs orgs account to orgs management account\n\ndeploy prereqs to security tooling account global to home region of security tooling account\n\ndeploy prereqs to security tooling account regional to enabled regions of security tooling account\n\n## What it does\n\ncreates deletegated administrator perms for security tooling account\ncreates iam role for use in regional bits\n\nregional bits create a detector, invites all members and sets auto enable to on\n\n\n\n\n"
  },
  {
    "path": "foundational/aws-securityhub-multi-account/stacks/aws-securityhub-multi-account.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: aws-securityhub-multi-account-enabler-and-creator\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/enabler-and-creator/v1\n          Configuration:\n            RepositoryName: aws-securityhub-multi-account\n            BranchName: main\n\n  - Name: aws-securityhub-multi-account-prereqs-orgs-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-orgs-account/v1\n          Configuration:\n            RepositoryName: aws-securityhub-multi-account\n            BranchName: main\n\n  - Name: aws-securityhub-multi-account-prereqs-securitytooling-account\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: governance\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/prereqs-securitytooling-account/v1\n          Configuration:\n            RepositoryName: aws-securityhub-multi-account\n            BranchName: main\n"
  },
  {
    "path": "foundational/aws-securityhub-multi-account/stacks/enabler-and-creator/v1/stack.template.yaml",
    "content": "Parameters:\n  SecurityHubMultiAccountDelegateAdminRoleArn:\n    Type: String\n\n  SecurityHubMultiAccountSecurityHubRoleArn:\n    Type: String\n\n  SecurityHubMultiAccountExecutionRoleName:\n    Type: String\n    Default: \"SecurityHubMultiAccountExecutionRole\"\n\n  SecurityHubMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/SecurityHubMultiAccount/\"\n\nResources:\n  Function:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import logging\n          import boto3\n          import os\n          import json\n\n          boto_level = os.environ.get(\"BOTO_LOG_LEVEL\", logging.CRITICAL)\n          logging.getLogger(\"boto\").setLevel(boto_level)\n          logging.getLogger(\"boto3\").setLevel(boto_level)\n          logging.getLogger(\"botocore\").setLevel(boto_level)\n          logging.getLogger(\"urllib3\").setLevel(boto_level)\n\n          log_level = os.environ.get(\"LOG_LEVEL\", logging.WARNING)\n          logger = logging.getLogger(__name__)\n          logging.basicConfig(\n              format=\"%(levelname)s %(threadName)s %(message)s\", level=logging.INFO\n          )\n          logger.setLevel(log_level)\n\n\n          def update_organization_configuration(client):\n              describe_organization_configuration_response = client.describe_organization_configuration()\n              if describe_organization_configuration_response.get(\"MemberAccountLimitReached\", False) is True:\n                  raise Exception(\"Member account limit reached\")\n              if describe_organization_configuration_response.get(\"AutoEnable\", False) is not True:\n                  logger.info(\"AutoEnabled was not enabled\")\n                  client.update_organization_configuration(\n                      AutoEnable=True,\n                  )\n                  logger.info(\"AutoEnabled set to true\")\n\n\n          def enable_organization_admin_account(client, admin_account_id):\n              client.enable_organization_admin_account(\n                  AdminAccountId=admin_account_id\n              )\n\n\n          def is_an_organization_admin_accounts(client, account_id):\n              paginator = client.get_paginator('list_organization_admin_accounts')\n              for page in paginator.paginate():\n                  for admin_accounts in page.get(\"AdminAccounts\", []):\n                      if admin_accounts.get(\"AdminAccountId\") == account_id:\n                          return admin_accounts.get(\"AdminStatus\") == \"ENABLED\"\n              return False\n\n\n          def make_an_organization_admin_accounts(client, account_id):\n              client.enable_organization_admin_account(\n                  AdminAccountId=account_id\n              )\n              logger.info(f\"made {account_id} an org admin account\")\n\n\n          def get_org_client(region):\n              security_hub_multi_account_delegate_admin_role_arn = os.environ.get(\n                  \"SECURITY_HUB_MULTI_ACCOUNT_DELEGATE_ADMIN_ROLE_ARN\")\n              sts = boto3.client('sts')\n              assumed_role_object = sts.assume_role(\n                  RoleArn=security_hub_multi_account_delegate_admin_role_arn,\n                  RoleSessionName='security_hub_multi_account_delegate_admin_role_arn',\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                  \"aws_access_key_id\": credentials['AccessKeyId'],\n                  \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                  \"aws_session_token\": credentials['SessionToken'],\n              }\n              return boto3.client('securityhub', region_name=region, **kwargs)\n\n\n          def create_client(region):\n              security_hub_multi_account_security_hub_role_arn = os.environ.get(\n                  \"SECURITY_HUB_MULTI_ACCOUNT_SECURITY_HUB_ROLE_ARN\")\n              sts = boto3.client('sts')\n              assumed_role_object = sts.assume_role(\n                  RoleArn=security_hub_multi_account_security_hub_role_arn,\n                  RoleSessionName='security_hub_multi_account_security_hub_role_arn',\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                  \"aws_access_key_id\": credentials['AccessKeyId'],\n                  \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                  \"aws_session_token\": credentials['SessionToken'],\n              }\n              return boto3.client('securityhub', region_name=region, **kwargs)\n\n\n          def ensure_all_are_members(client, accounts_to_ensure):\n              create_members_response = client.create_members(\n                  AccountDetails=[{\n                      'AccountId': account_to_ensure.get(\"account_id\"),\n                      'Email': account_to_ensure.get(\"email\")\n                  } for account_to_ensure in accounts_to_ensure]\n              )\n              if len(create_members_response.get(\"UnprocessedAccounts\", [])) > 0:\n                  raise Exception(f\"There were unprocessed accounts: {create_members_response.get('UnprocessedAccounts')}\")\n              logger.info(f\"created members\")\n\n\n          def handle(event, context):\n              logger.info(\"starting\")\n              logger.debug(json.dumps(event, default=str))\n              parameters = event.get(\"parameters\")\n\n              security_tooling_account_id = parameters.get(\"SecurityToolingAccountId\")\n              accounts_to_ensure = parameters.get(\"SCTManifestSpokes\")\n              regions_to_ensure = parameters.get(\"SCTConfigRegions\").split(\",\")\n\n              for region in regions_to_ensure:\n                  org_client = get_org_client(region)\n                  if not is_an_organization_admin_accounts(org_client, security_tooling_account_id):\n                      logger.info(f\"{security_tooling_account_id} is not an org admin account\")\n                      make_an_organization_admin_accounts(org_client, security_tooling_account_id)\n\n                  securityhub = create_client(region)\n                  update_organization_configuration(securityhub)\n                  ensure_all_are_members(securityhub, json.loads(accounts_to_ensure))\n                  logger.info(\"created\")\n\n\n      Handler: index.handle\n      MemorySize: 128\n      Runtime: python3.8\n      Role: !GetAtt ExecutionRole.Arn\n      Timeout: 30\n      Environment:\n        Variables:\n          SECURITY_HUB_MULTI_ACCOUNT_DELEGATE_ADMIN_ROLE_ARN: !Ref SecurityHubMultiAccountDelegateAdminRoleArn\n          SECURITY_HUB_MULTI_ACCOUNT_SECURITY_HUB_ROLE_ARN: !Ref SecurityHubMultiAccountSecurityHubRoleArn\n          BOTO_LOG_LEVEL: CRITICAL\n          LOG_LEVEL: INFO\n\n  ExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref SecurityHubMultiAccountExecutionRoleName\n      Path: !Ref SecurityHubMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      Policies:\n        - PolicyName: OrgsPerms\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref SecurityHubMultiAccountDelegateAdminRoleArn\n        - PolicyName: GDPerms\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref SecurityHubMultiAccountSecurityHubRoleArn\n        - PolicyName: Logging\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - logs:CreateLogGroup\n                  - logs:CreateLogStream\n                  - logs:PutLogEvents\n                Resource: \"*\"\n"
  },
  {
    "path": "foundational/aws-securityhub-multi-account/stacks/prereqs-orgs-account/v1/stack.template.yaml",
    "content": "Parameters:\n  SecurityHubMultiAccountDelegateAdminRoleName:\n    Type: String\n    Default: \"SecurityHubMultiAccountDelegateAdminRole\"\n\n  SecurityHubMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/SecurityHubMultiAccount/\"\n\n  SCTAccountId:\n    Type: String\n\nResources:\n  SecurityHubMultiAccountDelegateAdminRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref SecurityHubMultiAccountDelegateAdminRoleName\n      Path: !Ref SecurityHubMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${SCTAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: PermissionsForSecurityHubAdmin\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - \"organizations:EnableAWSServiceAccess\"\n                  - \"organizations:RegisterDelegatedAdministrator\"\n                  - \"organizations:ListDelegatedAdministrators\"\n                  - \"organizations:ListAWSServiceAccessForOrganization\"\n                  - \"organizations:DescribeOrganizationalUnit\"\n                  - \"organizations:DescribeAccount\"\n                  - \"organizations:DescribeOrganization\"\n                  - \"securityhub:ListOrganizationAdminAccounts\"\n                  - \"securityhub:EnableOrganizationAdminAccount\"\n                Resource: \"*\"\n\nOutputs:\n  SecurityHubMultiAccountDelegateAdminRoleArn:\n    Description: Arn of the SecurityHubMultiAccountDelegateAdminRole\n    Value: !GetAtt SecurityHubMultiAccountDelegateAdminRole.Arn\n"
  },
  {
    "path": "foundational/aws-securityhub-multi-account/stacks/prereqs-securitytooling-account/v1/stack.template.yaml",
    "content": "Parameters:\n  SecurityHubMultiAccountSecutityHubRoleName:\n    Type: String\n    Default: \"SecurityHubMultiAccountSecutityHubRole\"\n\n  SecurityHubMultiAccountRolePath:\n    Type: String\n    Default: \"/foundational/SecurityHubMultiAccount/\"\n\nResources:\n  SecurityHubMultiAccountSecutityHubRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref SecurityHubMultiAccountSecutityHubRoleName\n      Path: !Ref SecurityHubMultiAccountRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: sts:AssumeRole\n      Policies:\n        - PolicyName: GDPerms\n          PolicyDocument:\n            Statement:\n              - Effect: Allow\n                Action:\n                  - securityhub:DescribeOrganizationConfiguration\n                  - securityhub:UpdateOrganizationConfiguration\n                Resource: \"*\"\n\nOutputs:\n  SecurityHubMultiAccountSecutityHubRoleArn:\n    Description: Arn of the SecurityHubMultiAccountSecutityHubRole\n    Value: !GetAtt SecurityHubMultiAccountSecutityHubRole.Arn\n"
  },
  {
    "path": "foundational/delete-default-networking/example-manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nstacks:\n  delete-default-networking-function:\n    name: delete-default-networking-function\n    version: v1\n    parameters:\n      DeleteDefaultNetworkingRoleNameToAssume:\n        default: servicecatalog-puppet/PuppetRole\n      DeleteDefaultVPCLambdaExecutionIAMRoleName:\n        default: DeleteDefaultVPCLambdaExecution\n      DeleteDefaultVPCLambdaExecutionIAMRolePath:\n        default: /foundational/DeleteDefaultVPCLambdaExecution/\n      DeleteDefaultNetworkingLambdaFunctionName:\n        default: &DeleteDefaultNetworking DeleteDefaultNetworking\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: role:sct\n\nlambda-invocations:\n  delete-default-networking:\n    function_name: *DeleteDefaultNetworking\n    qualifier: $LATEST\n    invocation_type: Event\n    invoke_for:\n      tags:\n        - regions: enabled_regions\n          tag: \"role:spoke\""
  },
  {
    "path": "foundational/delete-default-networking/stacks/delete-default-networking.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: delete-default-networking-function\n    Tags:\n      - Key: category\n        Value: foundational\n      - Key: product-type\n        Value: networking\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/function/v1\n          Configuration:\n            RepositoryName: delete-default-networking\n            BranchName: main\n"
  },
  {
    "path": "foundational/delete-default-networking/stacks/function/v1/README.md",
    "content": "# product.template\n# Description\nDeletes the following default networking components from AWS Accounts:\n1) Deletes the internet gateway\n2) Deletes the subnets\n4) Deletes the network access lists\n5) Deletes the security groups\n6) Deletes the default VPC\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"delete-default-vpc\", \"product\": \"delete-default-vpc\", \"version\": \"v1\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### RegionsToDeleteFrom \nType: String  \nDescription: Comma separated list of AWS Regions to delete the default VPC from \n\n## Resources\nThe list of resources this template creates:\n\n### DefaultVpcDeletionRole \nType: AWS::IAM::Role  \n### CustomDefaultVpcDeletionPolicy \nType: AWS::IAM::Policy  \n### DefaultVpcDeletionLambda \nType: AWS::Lambda::Function  \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "foundational/delete-default-networking/stacks/function/v1/stack.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Deletes the following default networking components from AWS Accounts:\n  1) Deletes the internet gateway\n  2) Deletes the subnets\n  4) Deletes the network access lists\n  5) Deletes the security groups\n  6) Deletes the default VPC\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"delete-default-vpc\", \"product\": \"delete-default-vpc\", \"version\": \"v1\"}\n\n\nParameters:\n  DeleteDefaultNetworkingRoleNameToAssume:\n    Description: \"Name of the IAM Role that will be assumed in the spoke account to remove networking\"\n    Type: String\n    Default: \"servicecatalog-puppet/PuppetRole\"\n  DeleteDefaultVPCLambdaExecutionIAMRoleName:\n    Description: \"Name of the IAM Role that will be created to execute the lambda function\"\n    Type: String\n    Default: \"DeleteDefaultVPCLambdaExecution\"\n  DeleteDefaultVPCLambdaExecutionIAMRolePath:\n    Description: \"The path for the IAM Role that will be created to execute the lambda function\"\n    Type: String\n    Default: \"/foundational/DeleteDefaultVPCLambdaExecution/\"\n  DeleteDefaultNetworkingLambdaFunctionName:\n    Description: \"The name to give the function that deletes the default networking resources\"\n    Type: String\n    Default: \"DeleteDefaultNetworking\"\n\nResources:\n  DefaultVpcDeletionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref DeleteDefaultVPCLambdaExecutionIAMRoleName\n      Path: !Ref DeleteDefaultVPCLambdaExecutionIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Action: sts:AssumeRole\n            Principal:\n              Service: lambda.amazonaws.com\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - \"sts:AssumeRole\"\n                Resource: !Sub 'arn:${AWS::Partition}:iam::*:role/${DeleteDefaultNetworkingRoleNameToAssume}'\n              - Effect: Allow\n                Action:\n                  - \"ec2:DescribeInternetGateways\"\n                  - \"ec2:DetachInternetGateway\"\n                  - \"ec2:DeleteInternetGateway\"\n                  - \"ec2:DescribeSubnets\"\n                  - \"ec2:DeleteSubnet\"\n                  - \"ec2:DescribeRouteTables\"\n                  - \"ec2:DeleteRouteTable\"\n                  - \"ec2:DescribeNetworkAcls\"\n                  - \"ec2:DeleteNetworkAcl\"\n                  - \"ec2:DeleteSecurityGroup\"\n                  - \"ec2:DeleteVpc\"\n                  - \"ec2:DescribeRegions\"\n                  - \"ec2:DescribeAccountAttributes\"\n                  - \"ec2:DescribeNetworkInterfaces\"\n                  - \"ec2:DescribeSecurityGroups\"\n                  - \"ec2:DeleteSecurityGroup\"\n                  - \"logs:CreateLogGroup\"\n                  - \"logs:CreateLogStream\"\n                  - \"logs:PutLogEvents\"\n                Resource: '*'\n\n  Function:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref DeleteDefaultNetworkingLambdaFunctionName\n      Handler: index.lambda_handler\n      Runtime: python3.7\n      Timeout: 600\n      Role: !GetAtt DefaultVpcDeletionRole.Arn\n      Environment:\n        Variables:\n          DeleteDefaultNetworkingRoleNameToAssume: !Ref DeleteDefaultNetworkingRoleNameToAssume\n          Partition: !Sub '${AWS::Partition}'\n      Code:\n        ZipFile: |\n          import boto3, logging, traceback, os\n          from boto3 import Session\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n          logging.basicConfig(\n              format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n              datefmt='%Y-%m-%d:%H:%M:%S',\n              level=logging.INFO\n          )\n\n\n          def delete_igw(client, vpc_id):\n              fltr = [{'Name': 'attachment.vpc-id', 'Values': [vpc_id]}]\n\n              try:\n                  igw = client.describe_internet_gateways(Filters=fltr)['InternetGateways']\n\n                  if igw:\n                      igw_id = igw[0]['InternetGatewayId']\n                      client.detach_internet_gateway(InternetGatewayId=igw_id, VpcId=vpc_id)\n                      client.delete_internet_gateway(InternetGatewayId=igw_id)\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def delete_subnets(client):\n              try:\n                  subs = client.describe_subnets()['Subnets']\n\n                  if subs:\n                      for sub in subs:\n                          sub_id = sub['SubnetId']\n                          client.delete_subnet(SubnetId=sub_id)\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def delete_rtbs(client):\n              try:\n                  rtbs = client.describe_route_tables()['RouteTables']\n\n                  if rtbs:\n                      for rtb in rtbs:\n                          main = False\n                          for assoc in rtb['Associations']:\n                              main = assoc['Main']\n                          if main:\n                              continue\n                          rtb_id = rtb['RouteTableId']\n                          client.delete_route_table(RouteTableId=rtb_id)\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def delete_acls(client):\n              try:\n                  acls = client.describe_network_acls()['NetworkAcls']\n\n                  if acls:\n                      for acl in acls:\n                          default = acl['IsDefault']\n                          if default:\n                              continue\n                          acl_id = acl['NetworkAclId']\n                          client.delete_network_acl(NetworkAclId=acl_id)\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def delete_sgps(client):\n              try:\n                  sgps = client.describe_security_groups()['SecurityGroups']\n\n                  if sgps:\n                      for sgp in sgps:\n                          default = sgp['GroupName']\n                          if default == 'default':\n                              continue\n                          sg_id = sgp['GroupId']\n                          client.delete_security_group(GroupId=sg_id)\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def delete_vpc(client, vpc_id, region):\n              try:\n                  client.delete_vpc(VpcId=vpc_id)\n                  logger.info('VPC {} has been deleted from the {} region.'.format(vpc_id, region))\n                  return\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n                  raise\n\n\n          def lambda_handler(e, c):\n              account_id=e.get(\"account_id\")\n              region=e.get(\"region\")\n              role_arn = f\"arn:{os.getenv('Partition')}:iam::{account_id}:role/{os.getenv('DeleteDefaultNetworkingRoleNameToAssume')}\"\n              sts = Session().client('sts')\n              assumed_role_object = sts.assume_role(\n                  RoleArn=role_arn,\n                  RoleSessionName=\"spoke\",\n              )\n              credentials = assumed_role_object['Credentials']\n              kwargs = {\n                  \"service_name\": \"ec2\",\n                  \"aws_access_key_id\": credentials['AccessKeyId'],\n                  \"aws_secret_access_key\": credentials['SecretAccessKey'],\n                  \"aws_session_token\": credentials['SessionToken'],\n              }\n              ec2 = Session().client(**kwargs, region_name=region)\n\n              try:\n                  attribs = ec2.describe_account_attributes(AttributeNames=['default-vpc'])['AccountAttributes']\n                  vpc_id = attribs[0]['AttributeValues'][0]['AttributeValue']\n                  if vpc_id == 'none':\n                      logger.info('Default VPC not found in {}'.format(region))\n                      return\n\n                  # Since most resources are attached an ENI, this checks for additional resources\n                  f = [{'Name': 'vpc-id', 'Values': [vpc_id]}]\n                  eni = ec2.describe_network_interfaces(Filters=f)['NetworkInterfaces']\n                  if eni:\n                      logger.error('VPC {} has existing resources in the {} region.'.format(vpc_id, region))\n                      return\n\n                  delete_igw(ec2, vpc_id)\n                  delete_subnets(ec2)\n                  delete_rtbs(ec2)\n                  delete_acls(ec2)\n                  delete_sgps(ec2)\n                  delete_vpc(ec2, vpc_id, region)\n\n              except Exception as ex:\n                  logger.error(ex)\n                  traceback.print_tb(ex.__traceback__)\n"
  },
  {
    "path": "operations/codebuild-sns-notifier/README.md",
    "content": "# CodeBuild SNS Notifier\n\nThis solution creates an SNS notification for CodeBuild Jobs in the event that a build fails or is stopped.\n## Description\n* Deploys a single product in the tooling account that will trigger Cloudwatch events rule if a commit is made to a designated branch of all repositories in the designated AWS account\n* Product consists of CloudWatch Event rule that is triggered for a CodeBuild Build job in the event that a build fails or is stopped\n* SNS Topic and subscripton is created and Notification sent via E-mail when event occurs\n"
  },
  {
    "path": "operations/codebuild-sns-notifier/example-manifest.yaml",
    "content": "schema: puppet-2019-04-01\nstacks:\n  code-commitbackups:\n    name: code-commit-backups\n    version: v1\n    parameters:\n      pServiceCatalogCodeCommitSnsNotifyEmail:\n        default: 'itops@company.com'\n    deploy_to:\n      tags:\n        - tag: role:sct\n          regions: default_region"
  },
  {
    "path": "operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier/v1/stack.template.yaml",
    "content": "# Copyright 2021 Amazon.com Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  Product that sends an SNS notification when a CodeBuild Build job succeeeds or fails.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-category\": \"operations\", \"product-set\": \"codebuild-sns-notifier\", \"product\": \"codebuild-sns-notifier\", \"version\": \"v1\"}\n\nParameters:\n  CodeBuildSnsNotifyEmail:\n    Type: String\n    Description: Target E-mail address for SNS Notifications to be sent to\n\nResources:\n# sns topic for notifications\n  rSnsTopic:\n    Type: AWS::SNS::Topic\n    Properties: \n      DisplayName: codebuild-notify\n      TopicName: codebuild-notify\n\n  # sns subscription for notifications\n  rSnsSubscription:\n    Type: AWS::SNS::Subscription\n    Properties:\n      Endpoint:\n        Ref: CodeBuildSnsNotifyEmail\n      Protocol: email\n      TopicArn:\n        Ref: rSnsTopic\n\n  # policy to allow cloudwatch to publish to sns\n  rEventTopicPolicy:\n    Type: 'AWS::SNS::TopicPolicy'\n    Properties:\n      PolicyDocument:\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: events.amazonaws.com\n            Action: 'sns:Publish'\n            Resource: !Ref rSnsTopic\n      Topics:\n        - !Ref rSnsTopic\n\n  # SNS notification Cloudwatch rule\n  rCloudwatchNotifyRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Description: Cloudwatch rule that watches for codebuild events\n      Name: codebuild-build-notify\n      EventPattern:\n        source:\n          - aws.codebuild\n        detail-type:\n          - CodeBuild Build State Change\n        detail:\n          build-status:\n            - FAILED\n            - STOPPED\n      Targets:\n        - Arn: !Ref rSnsTopic\n          Id: codebuild-trigger-notify\n          InputTransformer:\n            InputPathsMap: {\"build-id\":\"$.detail.build-id\",\"project-name\":\"$.detail.project-name\",\"build-status\":\"$.detail.build-status\",\"account-id\":\"$.account\",\"region\":\"$.region\",\"stream-id\":\"$.detail.additional-information.logs.stream-name\",\"cloudwatchlogs-url\":\"$.detail.additional-information.logs.deep-link\"} #uses jsonpath to pull logstream \n            InputTemplate: | \n                {\"Build '<build-id>' for build project '<project-name>' has reached the build status of\": <build-status>,\n                \"BuildUrl\": \"https://console.aws.amazon.com/codesuite/codebuild/<account-id>/projects/<project-name>/build/<project-name>%3A<stream-id>/log?region=<region>\",\n                \"CloudWatchLogsUrl\": <cloudwatchlogs-url>,\n                \"AccountId\": <account-id>,\n                \"Region\": <region>\n                }\n\nOutputs:\n  oSnsTopic:\n    Description: SNS Topic Arn\n    Value: !Ref  rSnsTopic\n  oSnsSubscription:\n    Description: SNS Subscription Arn\n    Value: !Ref rSnsSubscription"
  },
  {
    "path": "operations/codebuild-sns-notifier/stacks/codebuild-sns-notifier.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: codebuild-sns-notifier\n    Tags:\n      - Key: category\n        Value: operations\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/codebuild-sns-notifier/v1\n          Configuration:\n            RepositoryName: codebuild-sns-notifier\n            BranchName: main\n"
  },
  {
    "path": "operations/codecommit-backups/README.md",
    "content": "# CodeCommit backups\n\nThis solution backs up CodeCommit repositories to an S3 bucket in the event of a commit to the main/Main or master/Master branch of a codecommit repo. If setting parameter pScheduleBackups to 'true' will also create  a schedule for backups (daily at 12PM by default, via a Cloudwatch Rule with schedule and a Lambda function)\n\n## Description\n\n* Deploys a single product in the tooling account that will trigger Cloudwatch events rule if a commit is made to a designated branch of all repositories in the designated AWS account\n* Triggers a Codebuild project\n* Clones the repo and exports to an S3 bucket\n"
  },
  {
    "path": "operations/codecommit-backups/example-manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\nstacks:\n  codecommit-backups:\n    name: codecommit-backups\n    version: v1\n    parameters:\n      pServiceCatalogCodeCommitBackupsScheduleBackups:\n        default: 'true'\n    deploy_to:\n      tags:\n        - tag: role:sct\n          regions: default_region"
  },
  {
    "path": "operations/codecommit-backups/stacks/codecommit-backups/v1/stack.template.yaml",
    "content": "# Copyright 2021 Amazon.com Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Product that zips up code commit repo when a cloudwatch commit event occurs the zip is added to an s3 bucket.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-category\": \"operations\", \"product-set\": \"codecommit-backups\", \"product\": \"codecommit-backups\", \"version\": \"v1\"}\n\nParameters:\n  pServiceCatalogCodeCommitBackupsScheduleBackups:\n    Type: String\n    Description: Option whether to enable scheduled backups for the repo's in the account\n    AllowedValues:\n      - 'Yes'\n      - 'No'\n  pServiceCatalogCodeCommitBackupsCloudwatchEventsRoleName: \n    Type: String\n    Default: scpuppet-codecommit-backup-cloudwatchrole\n  pServiceCatalogCodeCommitBackupsCodebuildRoleName:\n    Type: String\n    Default: scpuppet-codecommit-backup-codebuildrole\n  pServiceCatalogCodeCommitBackupsLambdaRoleName:\n    Type: String \n    Default: scpuppet-codecommit-backup-lambdarole\n  pServiceCatalogCodeCommitBackupRolePath:\n    Type: String\n    Default: /operations/service-catalog-code-commit-backups/\n  pServiceCatalogCodeCommitBackupdEnvVersion:\n    Type: String\n    Description: Version of Codebuild Environment Version\n    Default: '5.0'\n  pServiceCatalogCodeCommitBackupschedule:\n    Type: String\n    Description: Expression for how frequently the backup is created. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html for syntax.\n    Default: 'cron(0 12 * * ? *)'\n  pServiceCatalogCodeCommitBackupsGitExtraArgs:\n    Type: String\n    Description: Extra arguments to pass to git clone operation, for example --depth or --recurse-submodules\n    Default: ''\n  pServiceCatalogCodeCommitBackupGrcVersion:\n    Type: String\n    Description: Version of Git remote codecommit to be installed\n    Default: '1.16'\n\nConditions:\n  ScheduleBackups: !Not [!Equals ['Yes', !Ref pServiceCatalogCodeCommitBackupsScheduleBackups]]\n\nResources:\n  # S3 Bucket to store backup files\n  rS3Bucket:\n    Type: AWS::S3::Bucket\n    DeletionPolicy: Retain\n    Properties:\n      BucketName: !Sub codecommit-backups-${AWS::AccountId}-${AWS::Region}\n      BucketEncryption: \n        ServerSideEncryptionConfiguration: \n        - ServerSideEncryptionByDefault:\n            SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n  # LogGroup for storing Codebuild logs\n  rCodeBuildLogs:\n    Type: AWS::Logs::LogGroup\n    Properties:\n      LogGroupName: /aws/codebuild/codecommit-backup-pipeline-logs\n      RetentionInDays: 7 \n\n  # Service role for Codebuild  \n  rCodeBuildRole:\n    Type: AWS::IAM::Role\n    DependsOn: rCodeBuildLogs\n    Properties:\n      RoleName: !Ref pServiceCatalogCodeCommitBackupsCodebuildRoleName\n      Path: !Ref pServiceCatalogCodeCommitBackupRolePath\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: codebuild.amazonaws.com\n            Action: sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: codecommit-clone\n          PolicyDocument:\n            Version: '2012-10-17'\n            Statement:\n              - Effect: Allow\n                Action:\n                  - codecommit:GitPull\n                Resource:\n                  - !Sub 'arn:aws:codecommit:${AWS::Region}:${AWS::AccountId}:*'\n              - Effect: Allow\n                Action:\n                  - s3:PutObject\n                  - s3:GetObject\n                  - s3:GetObjectVersion\n                  - s3:GetBucketAcl\n                  - s3:GetBucketLocation\n                Resource:\n                  - !Sub 'arn:aws:s3:::codecommit-backups-${AWS::AccountId}-${AWS::Region}/*'\n              - Effect: Allow\n                Action:\n                  - logs:CreateLogGroup\n                  - logs:CreateLogStream\n                  - logs:PutLogEvents\n                Resource:\n                  - !GetAtt rCodeBuildLogs.Arn\n              - Effect: Allow\n                Action:\n                  - s3:PutObject\n                  - s3:GetObject\n                  - s3:GetObjectVersion\n                  - s3:GetBucketAcl\n                  - s3:GetBucketLocation\n                Resource:\n                  - !Sub arn:aws:s3:::codepipeline-${AWS::Region}-*\n              - Effect: Allow\n                Action:\n                  - codebuild:CreateReportGroup\n                  - codebuild:CreateReport\n                  - codebuild:UpdateReport\n                  - codebuild:BatchPutTestCases\n                  - codebuild:BatchPutCodeCoverages\n                Resource:\n                  - !Sub arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:report-group/codecommit-backup*\n  \n  # Codebuild project \n  rCodeBuildProject:\n    Type: AWS::CodeBuild::Project\n    DependsOn: \n      - rCodeBuildRole\n      - rS3Bucket\n    Properties:\n      Name: codecommit-backup-pipeline\n      LogsConfig:\n        CloudWatchLogs:\n          GroupName: !Ref rCodeBuildLogs\n          Status: ENABLED\n      Environment:\n        Type: LINUX_CONTAINER\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: !Sub aws/codebuild/standard:${pServiceCatalogCodeCommitBackupdEnvVersion}\n        EnvironmentVariables:\n          - Name: S3Bucket\n            Type: PLAINTEXT\n            Value: !Ref rS3Bucket\n          - Name: GIT_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: !Ref pServiceCatalogCodeCommitBackupsGitExtraArgs\n          - Name: GRC_VERSION\n            Value: !Ref pServiceCatalogCodeCommitBackupGrcVersion\n      ServiceRole: !GetAtt rCodeBuildRole.Arn\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - pip install git-remote-codecommit==$GRC_VERSION\n            build:\n              commands:\n                - git clone $GIT_EXTRA_ARGS -b $REFERENCE_NAME codecommit::$REPO_REGION://$REPOSITORY_NAME\n                - dt=$(date '+%d-%m-%Y-%H:%M:%S');\n                - hash=$(git rev-parse --short HEAD);\n                - zip -r $REPOSITORY_NAME-$REFERENCE_NAME-$dt-$hash-backup.zip ./\n          artifacts: \n            files:\n             - $REFERENCE_NAME-$dt-$REPOSITORY_NAME-backup.zip\n      Artifacts:\n        Type: S3\n        Location: !Ref rS3Bucket\n        Name: backups\n        Packaging: NONE\n        EncryptionDisabled: false\n\n  # Cloudwatch role to put artifact in S3 bucket\n  rCloudWatchRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref pServiceCatalogCodeCommitBackupsCloudwatchEventsRoleName\n      Path: !Ref pServiceCatalogCodeCommitBackupRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: [events.amazonaws.com]\n            Action: [\"sts:AssumeRole\"]\n      Description: Role for Cloudwatch to publish to codecommit backup bucket\n      Policies:\n        - PolicyName: CwForwardEventPolicy\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - codebuild:StartBuild\n                Resource:\n                  - !GetAtt rCodeBuildProject.Arn\n  \n  # Cloudwatch rule to monitor for state change to Codecommit repository\n  rCloudWatchRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Description: Cloudwatch rule that watches for commit events \n      Name: code-commit-backup-trigger\n      EventPattern:\n        source:\n          - aws.codecommit\n        detail-type:\n          - CodeCommit Repository State Change\n        detail:\n          event:\n           - referenceCreated\n           - referenceUpdated\n          referenceType: \n           - branch\n          referenceName:\n           - main\n           - master\n           - Master\n           - Main\n      Targets:\n        - Arn: !GetAtt rCodeBuildProject.Arn\n          Id: codebuild-trigger-backup\n          RoleArn: !GetAtt rCloudWatchRole.Arn\n          InputTransformer:\n            InputPathsMap: {\"referenceType\":\"$.detail.referenceType\",\"region\":\"$.region\",\"repositoryName\":\"$.detail.repositoryName\",\"account\":\"$.account\",\"referenceName\":\"$.detail.referenceName\"}\n            InputTemplate: | \n              {\"environmentVariablesOverride\": [\n                    {\n                        \"name\": \"REFERENCE_NAME\",\n                        \"value\": <referenceName>\n                    },\n                    {\n                        \"name\": \"REFERENCE_TYPE\",\n                        \"value\": <referenceType>\n                    },\n                    {\n                        \"name\": \"REPOSITORY_NAME\",\n                        \"value\": <repositoryName>\n                    },\n                    {\n                        \"name\": \"REPO_REGION\",\n                        \"value\": <region>\n                    },\n                    {\n                        \"name\": \"ACCOUNT_ID\",\n                        \"value\": <account>\n                    }\n              ]}\n\n  rCodeCommitBackupLambdaFunction:\n    Type: AWS::Serverless::Function\n    Condition: ScheduleBackups\n    Properties:\n      InlineCode: |\n          import boto3\n          import logging\n          import os\n          import time\n          from botocore.exceptions import ClientError\n\n          # set region\n          region = os.environ['region']\n          boto_level = os.environ.get(\"BOTO_LOG_LEVEL\", logging.CRITICAL)\n          logging.getLogger(\"boto\").setLevel(boto_level)\n          logging.getLogger(\"boto3\").setLevel(boto_level)\n          logging.getLogger(\"botocore\").setLevel(boto_level)\n          logging.getLogger(\"urllib3\").setLevel(boto_level)\n          log_level = os.environ.get(\"LOG_LEVEL\", logging.WARNING)\n          log = logging.getLogger(__name__)\n          logging.basicConfig(format=\"%(levelname)s %(threadName)s %(message)s\", level=logging.INFO)\n          log.setLevel(log_level)\n\n          def export_repos():\n              try:\n                  # obtain repositories in aws account\n                  client = boto3.client('codecommit')\n                  codecommit = boto3.client('codebuild')\n                  log.info('listing code commit repositories')\n                  repos = client.list_repositories()\n                  log.info(repos)\n                  for repo in repos['repositories']:\n                      reponame = repo['repositoryName']\n                      log.info('get branches for repository')\n                      log.info('repo name is:' +reponame)\n                      branchpoll = getrepobranch(reponame)\n                      for branch in branchpoll:\n                          targetbranches = ['main','master','Main','Master']\n                          # only targeting main branche(s)\n                          if branch in targetbranches:\n                              log.info(f'starting build for repo: {reponame}, branch {branch}')\n                              buildjob = codecommit.start_build(\n                                  projectName='codecommit-backup-pipeline',\n                                  environmentVariablesOverride=[\n                                      {\n                                          'name': 'REFERENCE_NAME',\n                                          'value': branch,\n                                          'type': 'PLAINTEXT'\n                                      },\n                                      {\n                                          'name': 'REPOSITORY_NAME',\n                                          'value': reponame,\n                                          'type': 'PLAINTEXT'\n                                      },\n                                      {\n                                          'name': 'REPO_REGION',\n                                          'value': region,\n                                          'type': 'PLAINTEXT'\n                                      },\n                                      \n                                  ]\n                              )\n              except ClientError as e:\n                  log.error('issue backing up repository')\n                  log.error(str(e))\n\n          def getrepobranch(repo):\n              client = boto3.client('codecommit')\n              branchList = client.list_branches(repositoryName=repo)\n              if not branchList:\n                  log.error('no branches found for repository:'+repo)\n                  return\n              # obtaining list of branches\n              branches =  branchList['branches']\n              return branches\n\n          def lambda_handler(event, context):\n              try:\n                  export_repos()\n              except Exception as e:\n                  log.error('error in execution of backups for repo')\n\n      Handler: index.lambda_handler\n      PackageType: Zip\n      MemorySize: 256\n      Role: !GetAtt rCodeCommitBackupLambdaRole.Arn\n      Runtime: python3.9\n      Timeout: 900\n      Environment:\n        Variables:\n          region: !Sub ${AWS::Region}\n          BOTO_LOG_LEVEL: CRITICAL\n          LOG_LEVEL: WARNING\n\n  rCodeCommitBackupLambdaRole:\n    Type: AWS::IAM::Role\n    Condition: ScheduleBackups\n    Properties:\n      RoleName: !Ref pServiceCatalogCodeCommitBackupsLambdaRoleName\n      Path: !Ref pServiceCatalogCodeCommitBackupRolePath\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n        Version: \"2012-10-17\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: StartCodebuild\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - codebuild:StartBuild\n                Effect: Allow\n                Resource: \n                  - !GetAtt rCodeBuildProject.Arn\n        - PolicyName: ListRepos\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - codecommit:ListBranches\n                  - codecommit:ListRepositories\n                Effect: Allow\n                Resource: '*'\n\n  rCodeCommitBackupSchedule:\n    Type: AWS::Events::Rule\n    DependsOn:\n      - rCodeCommitBackupLambdaFunction\n    Condition: ScheduleBackups\n    Properties:\n      Name: scpuppet-codecommit-backup-schedule-rule\n      Description: Creates a backup job that runs on a daily basis\n      ScheduleExpression: !Ref pServiceCatalogCodeCommitBackupschedule\n      Targets:\n        - Arn: !GetAtt rCodeCommitBackupLambdaFunction.Arn\n          Id: codecommit-backup-schedule\n  \n  rCodeCommitLambdaInvokePermission:\n    Type: AWS::Lambda::Permission\n    Condition: ScheduleBackups\n    Properties: \n      FunctionName: !GetAtt rCodeCommitBackupLambdaFunction.Arn\n      Action: lambda:InvokeFunction\n      Principal: events.amazonaws.com\n      SourceArn: !GetAtt rCodeCommitBackupSchedule.Arn\n\nOutputs:\n  oServiceCatalogCodeCommitBackupsBackupBucketName:\n    Description: S3 Backup bucket name\n    Value: !Ref rS3Bucket\n  oServiceCatalogCodeCommitBackupsBackupBuildProject:\n    Description: Codebuild project that runs the backup job\n    Value: !Ref rCodeBuildProject\n  oServiceCatalogCodeCommitBackupsCloudwatchRuleArn:\n    Description: CloudWatch role that puts backup exports into the target S3 bucket\n    Value: !GetAtt rCloudWatchRole.Arn\n  oServiceCatalogCodeCommitBackupsCodebuildRoleArn:\n    Description: Role created for Codebuild project execution\n    Value: !GetAtt rCodeBuildRole.Arn\n  oServiceCatalogCodeCommitBackupsCodebuildProject:\n    Description: Codebuild Project used to export Code Commit repos to s3\n    Value: !Ref rCodeBuildProject\n  oServiceCatalogCodeCommitBackupsBackupLambdaFunctionArn:\n    Description: Lambda Backup function\n    Value: !GetAtt rCodeCommitBackupLambdaFunction.Arn\n    Condition: ScheduleBackups\n  \n\n\n\n"
  },
  {
    "path": "operations/codecommit-backups/stacks/codecommit-backups.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: code-commit-backups\n    Tags:\n      - Key: category\n        Value: operations\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/code-commit-backups/v1\n          Configuration:\n            RepositoryName: code-commit-backups\n            BranchName: main\n"
  },
  {
    "path": "operations/service-catalog-puppet-pipeline-logs-exporter/README.md",
    "content": "# Service Catalog Puppet Logs Exporter\n\nThis solution exports the pipeline logs to an S3 bucket in the event that the Service Catalog Pipeline fails, is superseded or is cancelled.\n\n![Template Design](scpuppet-logs.png)\n\n## Description\n\n* Deploys a single product in the tooling account that will trigger Cloudwatch events rule if Service Catalog Puppet pipeline fails\n* Triggers a Codebuild project\n* Exports logs as a build artifact to an S3 bucket\n\nboto_level = os.environ.get(“BOTO_LOG_LEVEL”, logging.CRITICAL)\nlogging.getLogger(“boto”).setLevel(boto_level)\nlogging.getLogger(“boto3”).setLevel(boto_level)\nlogging.getLogger(“botocore”).setLevel(boto_level)\nlogging.getLogger(“urllib3”).setLevel(boto_level)\nlog_level = os.environ.get(“LOG_LEVEL”, logging.WARNING)\nlogger = logging.getLogger(__name__)\nlogging.basicConfig(\n    format=“%(levelname)s %(threadName)s %(message)s”, level=logging.INFO\n)\nlogger.setLevel(log_level)"
  },
  {
    "path": "operations/service-catalog-puppet-pipeline-logs-exporter/example-manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\nstacks:\n  scpuppet-logs:\n    name: service-catalog-puppet-pipeline-logs-exporter\n    version: v1\n    deploy_to:\n      tags:\n        - tag: role:sct\n          regions: default_region"
  },
  {
    "path": "operations/service-catalog-puppet-pipeline-logs-exporter/stacks/service-catalog-puppet-pipeline-logs-exporter/service-catalog-puppet-pipeline-logs-exporter.drawio",
    "content": "<mxfile host=\"\" modified=\"2020-05-24T15:21:41.060Z\" agent=\"5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.45.0 Chrome/78.0.3904.130 Electron/7.2.4 Safari/537.36\" version=\"13.1.3\" etag=\"lrwgP8mNOWNbAz78NI_h\" pages=\"2\">\n            <diagram id=\"diagramid\" name=\"Diagram\">\n              <mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/><mxCell id=\"2\" value=\"rS3Bucket\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#60A337;gradientDirection=north;fillColor=#277116;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.s3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"750\" y=\"375\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"3\" value=\"rServiceCatalogPuppetLogsExporterCloudWatchRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"250\" y=\"425\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"4\" value=\"rCloudwatchRule\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.eventbridge;\" vertex=\"1\" parent=\"1\"><mxGeometry y=\"387.5\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"5\" value=\"rCodeBuildLogs\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudwatch;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"6\" value=\"rCodeBuildRole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.role;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"750\" y=\"475\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"7\" value=\"rCodeBuildProject\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"500\" y=\"380\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"8\" value=\"s3  &#xA;scpuppet-logs--/*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.s3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"100\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"9\" value=\"logs  &#xA;*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudwatch;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"200\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"10\" value=\"s3  &#xA;codepipeline--*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.s3;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"300\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"11\" value=\"codebuild  &#xA;report-group/scpuppet-logs-pipeline*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"400\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"12\" value=\"codebuild  &#xA;project/servicecatalog-puppet*\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"500\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"13\" value=\"ssm  &#xA;parameter/service-catalog-puppet-version\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ssm;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"600\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"14\" value=\"iam  &#xA;role/servicecatalog-puppet/puppetrole\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"700\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"15\" value=\"codepipeline  &#xA;servicecatalog-puppet-pipeline\" style=\"outlineConnect=0;fontColor=#B3B3B3;gradientColor=#aaaaaa;gradientDirection=north;fillColor=#aaaaaa;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codepipeline;\" vertex=\"1\" parent=\"1\"><mxGeometry x=\"1000\" y=\"800\" width=\"50\" height=\"50\" as=\"geometry\"/></mxCell><mxCell id=\"rCodeBuildProject|rServiceCatalogPuppetLogsExporterCloudWatchRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"3\" target=\"7\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"312\" y=\"450\"/><mxPoint x=\"488\" y=\"415\"/></Array></mxGeometry></mxCell><mxCell id=\"rCodeBuildProject|rCloudwatchRule\" value=\"Arn\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"4\" target=\"7\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"402.5\"/><mxPoint x=\"150\" y=\"375\"/><mxPoint x=\"400\" y=\"375\"/><mxPoint x=\"488\" y=\"395\"/></Array></mxGeometry></mxCell><mxCell id=\"rServiceCatalogPuppetLogsExporterCloudWatchRole|rCloudwatchRule\" value=\"RoleArn\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"4\" target=\"3\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"62\" y=\"422.5\"/><mxPoint x=\"238\" y=\"450\"/></Array></mxGeometry></mxCell><mxCell id=\"s3  &#xA;scpuppet-logs--/*|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"8\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"814\" y=\"483.3333333333333\"/><mxPoint x=\"988\" y=\"125\"/></Array></mxGeometry></mxCell><mxCell id=\"logs  &#xA;*|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"9\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"816\" y=\"488.88888888888886\"/><mxPoint x=\"988\" y=\"225\"/></Array></mxGeometry></mxCell><mxCell id=\"s3  &#xA;codepipeline--*|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"10\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"818\" y=\"494.4444444444444\"/><mxPoint x=\"988\" y=\"325\"/></Array></mxGeometry></mxCell><mxCell id=\"codebuild  &#xA;report-group/scpuppet-logs-pipeline*|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"11\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"820\" y=\"499.99999999999994\"/><mxPoint x=\"988\" y=\"425\"/></Array></mxGeometry></mxCell><mxCell id=\"codebuild  &#xA;project/servicecatalog-puppet*|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"12\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"818\" y=\"505.5555555555555\"/><mxPoint x=\"988\" y=\"525\"/></Array></mxGeometry></mxCell><mxCell id=\"ssm  &#xA;parameter/service-catalog-puppet-version|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"13\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"816\" y=\"511.11111111111103\"/><mxPoint x=\"988\" y=\"625\"/></Array></mxGeometry></mxCell><mxCell id=\"iam  &#xA;role/servicecatalog-puppet/puppetrole|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"14\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"814\" y=\"516.6666666666666\"/><mxPoint x=\"988\" y=\"725\"/></Array></mxGeometry></mxCell><mxCell id=\"codepipeline  &#xA;servicecatalog-puppet-pipeline|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"15\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"812\" y=\"522.2222222222222\"/><mxPoint x=\"988\" y=\"825\"/></Array></mxGeometry></mxCell><mxCell id=\"rCodeBuildLogs|rCodeBuildRole\" value=\"PolicyDocument\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"6\" target=\"5\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"812\" y=\"477.77777777777777\"/><mxPoint x=\"988\" y=\"35\"/></Array></mxGeometry></mxCell><mxCell id=\"rCodeBuildLogs|rCodeBuildProject\" value=\"GroupName\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"7\" target=\"5\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"562\" y=\"391.6666666666667\"/><mxPoint x=\"650\" y=\"215\"/><mxPoint x=\"900\" y=\"215\"/><mxPoint x=\"988\" y=\"15\"/></Array></mxGeometry></mxCell><mxCell id=\"rS3Bucket|rCodeBuildProject\" value=\"Variable&#xA;Location\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"7\" target=\"2\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"564\" y=\"405\"/><mxPoint x=\"738\" y=\"400\"/></Array></mxGeometry></mxCell><mxCell id=\"rCodeBuildRole|rCodeBuildProject\" value=\"ServiceRole\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;labelBackgroundColor=none;fontColor=#EA6B66;noEdgeStyle=1;orthogonal=1;\" edge=\"1\" parent=\"1\" source=\"7\" target=\"6\"><mxGeometry relative=\"1\" as=\"geometry\"><Array as=\"points\"><mxPoint x=\"562\" y=\"418.3333333333333\"/><mxPoint x=\"738\" y=\"500\"/></Array></mxGeometry></mxCell></root></mxGraphModel>\n            </diagram>\n          </mxfile>"
  },
  {
    "path": "operations/service-catalog-puppet-pipeline-logs-exporter/stacks/service-catalog-puppet-pipeline-logs-exporter/v1/stack.template.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  Creates a Cloudwatch events rule that triggers a Codebuild project to export all logs from a failed/cancelled/superseded Service Catalog Puppet pipeline execution. Provides a pre-signed S3 url at the end of execution\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-category\": \"operations\", \"product-set\": \"service-catalog-puppet-pipeline-logs-exporter\", \"product\": \"service-catalog-puppet-pipeline-logs-exporter\", \"version\": \"v1\"}\n\nParameters:\n  pServiceCatalogPuppetLogsExporterCodeBuildEnvVersion:\n    Type: String\n    Description: Version of Codebuild Environment Version\n    Default: '5.0'\n  pServiceCatalogPuppetLogsExporterExportExpiresIn:\n    Type: String\n    Description: Time in seconds that the Pre-signed S3 link expires in, default is 3600 (one hour)\n    Default: '3600'\n  ServiceCatalogPuppetLogsExporterCloudWatchRoleName:\n    Type: String\n    Default: scpuppet-logs-cloudwatch-role\n  ServiceCatalogPuppetLogsExporterCloudWatchRolePath:\n    Type: String\n    Default: /operations/servicecatalog-puppet-logs-export/\n\nResources:\n  rS3Bucket:\n    Type: AWS::S3::Bucket\n    Description: \"S3 Bucket for pipeline logs\"\n    DeletionPolicy: Retain\n    Properties:\n      BucketName: !Sub scpuppet-logs-${AWS::Region}-${AWS::AccountId}\n      BucketEncryption: \n        ServerSideEncryptionConfiguration: \n        - ServerSideEncryptionByDefault:\n            SSEAlgorithm: AES256\n\n  rServiceCatalogPuppetLogsExporterCloudWatchRole:\n      Type: AWS::IAM::Role\n      Description: \"Cloudwatch role associated with events rule to catch jobs in cancelled/failed/superseded state\"\n      Properties:\n        RoleName: !Ref ServiceCatalogPuppetLogsExporterCloudWatchRoleName\n        Path: !Ref ServiceCatalogPuppetLogsExporterCloudWatchRolePath\n        AssumeRolePolicyDocument:\n          Version: 2012-10-17\n          Statement:\n            - Effect: Allow\n              Principal:\n                Service: [events.amazonaws.com]\n              Action: [\"sts:AssumeRole\"]\n        Description: Role for Cloudwatch to publish to codecommit backup bucket\n        Policies:\n          - PolicyName: CwForwardEventPolicy\n            PolicyDocument:\n              Version: 2012-10-17\n              Statement:\n                - Effect: Allow\n                  Action:\n                    - codebuild:StartBuild\n                  Resource:\n                    - !GetAtt rCodeBuildProject.Arn\n  rCloudwatchRule:\n    Type: AWS::Events::Rule\n    Description: \"Cloudwatch events rule to grab servicecatalog puppet pipeline execution on failure/cancellation/superseded state\"\n    Properties:\n      Description: Cloudwatch events rule to grab servicecatalog puppet pipeline execution on failure/cancellation/superseded state\n      EventPattern:\n        source:\n          - aws.codepipeline\n        detail-type:\n          - CodePipeline Pipeline Execution State Change\n        detail:\n          state:\n            - FAILED\n            - CANCELED\n            - SUPERSEDED\n          pipeline: \n            - servicecatalog-puppet-pipeline\n          \n      Targets:\n      - \n        Arn: !GetAtt rCodeBuildProject.Arn\n        Id: codebuild-trigger-logs\n        RoleArn: !GetAtt rServiceCatalogPuppetLogsExporterCloudWatchRole.Arn\n        InputTransformer:\n          InputPathsMap: {\"State\":\"$.detail.state\",\"executionid\":\"$.detail.execution-id\",\"detailtype\":\"$.detail-type\"}\n          InputTemplate: |\n              {\"environmentVariablesOverride\": [\n                    {\n                        \"name\": \"State\",\n                        \"value\": <State>\n                    },\n                    {\n                        \"name\": \"EXECUTION_ID\",\n                        \"value\": <executionid>\n                    },\n                    {\n                        \"name\": \"DETAIL_TYPE\",\n                        \"value\": <detailtype>\n                    }\n              ]}\n\n  rCodeBuildLogs:\n    Type: AWS::Logs::LogGroup\n    Description: \"LogGroup for storing Codebuild logs\"\n    Properties:\n      LogGroupName: /aws/codebuild/scpuppet-build-pipeline-logs\n      RetentionInDays: 7 \n\n  rCodeBuildRole:\n    Type: AWS::IAM::Role\n    Description: \"Service role for Codebuild\"\n    DependsOn: rCodeBuildLogs\n    Properties:\n      RoleName: scpuppet-logs-codebuild-role\n      Path: /foundational/servicecatalog-puppet-logs-export/\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: codebuild.amazonaws.com\n            Action: sts:AssumeRole\n      MaxSessionDuration: 43200\n      Policies:\n        - PolicyName: codebuildservicerole-permissions\n          PolicyDocument:\n            Version: '2012-10-17'\n            Statement:\n              - Effect: Allow\n                Action:\n                  - s3:PutObject\n                  - s3:GetObject\n                  - s3:GetObjectVersion\n                  - s3:GetBucketAcl\n                  - s3:GetBucketLocation\n                Resource:\n                  - !Sub 'arn:aws:s3:::scpuppet-logs-${AWS::Region}-${AWS::AccountId}/*'\n              - Effect: Allow\n                Action:\n                  - logs:CreateLogGroup\n                  - logs:CreateLogStream\n                  - logs:PutLogEvents\n                Resource:\n                  - !GetAtt rCodeBuildLogs.Arn\n              - Effect: Allow\n                Action: \n                  - logs:GetLogEvents\n                Resource: \n                  - !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/servicecatalog-puppet*:log-stream:*\n              - Effect: Allow\n                Action:\n                  - s3:PutObject\n                  - s3:GetObject\n                  - s3:GetObjectVersion\n                  - s3:GetBucketAcl\n                  - s3:GetBucketLocation\n                Resource:\n                  - !Sub arn:aws:s3:::codepipeline-${AWS::Region}-*\n              - Effect: Allow\n                Action:\n                  - codebuild:CreateReportGroup\n                  - codebuild:CreateReport\n                  - codebuild:UpdateReport\n                  - codebuild:BatchPutTestCases\n                  - codebuild:BatchPutCodeCoverages\n                Resource:\n                  - !Sub arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:report-group/scpuppet-logs-pipeline*\n              - Effect: Allow\n                Action:\n                  - codebuild:BatchGetBuilds\n                Resource:\n                  - !Sub arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/servicecatalog-puppet*\n              - Effect: Allow\n                Action:\n                  - ssm:GetParameters\n                Resource:\n                  - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/service-catalog-puppet-version\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource:\n                  - !Sub arn:aws:iam::${AWS::AccountId}:role/servicecatalog-puppet/PuppetRole\n              - Effect: Allow\n                Action:\n                  - codepipeline:ListActionExecutions \n                Resource: \n                 - !Sub arn:aws:codepipeline:${AWS::Region}:${AWS::AccountId}:servicecatalog-puppet-pipeline\n        \n  rCodeBuildProject:\n    Type: AWS::CodeBuild::Project\n    DependsOn: \n      - rCodeBuildRole\n      - rS3Bucket\n    Properties:\n      Name: scpuppet-logs-pipeline\n      LogsConfig:\n        CloudWatchLogs:\n          GroupName: !Ref rCodeBuildLogs\n          Status: ENABLED\n      Environment:\n        Type: LINUX_CONTAINER\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: !Sub aws/codebuild/standard:${pServiceCatalogPuppetLogsExporterCodeBuildEnvVersion}\n        EnvironmentVariables:\n          - Name: S3Bucket\n            Type: PLAINTEXT\n            Value: !Ref rS3Bucket\n          - Name: PuppetVersion\n            Type: PARAMETER_STORE\n            Value: service-catalog-puppet-version\n          - Name: ExportExpiresIn\n            Type: PLAINTEXT\n            Value: !Ref pServiceCatalogPuppetLogsExporterExportExpiresIn\n      ServiceRole: !GetAtt rCodeBuildRole.Arn\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - pip install aws-service-catalog-puppet==$PuppetVersion\n            build:\n              commands:\n                - env\n                - echo \"Pipeline state is $State\"\n                - dt=$(date '+%d-%m-%Y-%H:%M:%S');\n                - echo $dt\n                - servicecatalog-puppet export-puppet-pipeline-logs $EXECUTION_ID\n                - logbundle=servicecatalogpuppet-pipelinelogs-$dt.zip\n                - zip $logbundle log-servicecatalog*.log\n                - echo \"Pre-signing S3 URL\"\n                - aws s3 presign s3://$S3Bucket/logs/$logbundle --expires-in $ExportExpiresIn\n          artifacts: \n            files:\n             - $logbundle\n      Artifacts:\n        Type: S3\n        Location: !Ref rS3Bucket\n        Name: logs\n        Packaging: NONE\n        EncryptionDisabled: false\n\nOutputs: \n  oS3Bucket: \n    Description: S3 Bucket that is a location for log exports\n    Value: !Ref rS3Bucket\n  oServiceCatalogPuppetLogsExporterCloudWatchRoleArn:\n    Description: Arn for Cloudwatch Role \n    Value: !GetAtt rServiceCatalogPuppetLogsExporterCloudWatchRole.Arn\n  oCodebuildProject:\n    Description: Codebuild project that exports puppet pipeline logs\n    Value: !Ref rCodeBuildProject\n  oCodebuildRoleArn:\n    Description: Codebuild Role Arn\n    Value: !GetAtt rCodeBuildRole.Arn\n"
  },
  {
    "path": "operations/service-catalog-puppet-pipeline-logs-exporter/stacks/service-catalog-puppet-pipeline-logs-exporter.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nStacks:\n  - Name: service-catalog-puppet-pipeline-logs-exporter\n    Tags:\n      - Key: category\n        Value: operations\n    Versions:\n      - Name: v1\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Path: stacks/service-catalog-puppet-pipeline-logs-exporter/v1\n          Configuration:\n            RepositoryName: service-catalog-puppet-pipeline-logs-exporter\n            BranchName: main\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  Validity:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-validity\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity: !Ref 'Validity'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  Validity:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-validity\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity: !Ref 'Validity'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  TemplateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-templatearn\n    Default: null\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      TemplateArn: !Ref 'TemplateArn'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  Subject:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-subject\n  RevocationConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-revocationconfiguration\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: !Ref 'Subject'\n      RevocationConfiguration: !Ref 'RevocationConfiguration'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  Subject:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-subject\n  RevocationConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-revocationconfiguration\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: !Ref 'Subject'\n      RevocationConfiguration: !Ref 'RevocationConfiguration'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  SubjectCountry:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-country\n    Default: null\n  SubjectOrganization:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organization\n    Default: null\n  SubjectOrganizationalUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-organizationalunit\n    Default: null\n  SubjectDistinguishedNameQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-distinguishednamequalifier\n    Default: null\n  SubjectState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-state\n    Default: null\n  SubjectCommonName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-commonname\n    Default: null\n  SubjectSerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-serialnumber\n    Default: null\n  SubjectLocality:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-locality\n    Default: null\n  SubjectTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-title\n    Default: null\n  SubjectSurname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-surname\n    Default: null\n  SubjectGivenName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-givenname\n    Default: null\n  SubjectInitials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-initials\n    Default: null\n  SubjectPseudonym:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-pseudonym\n    Default: null\n  SubjectGenerationQualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-subject.html#cfn-acmpca-certificateauthority-subject-generationqualifier\n    Default: null\n  RevocationConfigurationCrlConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RevocationConfigurationCrlConfigurationExpirationInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-expirationindays\n    Default: null\n  RevocationConfigurationCrlConfigurationCustomCname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-customcname\n    Default: null\n  RevocationConfigurationCrlConfigurationS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-s3bucketname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject:\n        Country: !Ref 'SubjectCountry'\n        Organization: !Ref 'SubjectOrganization'\n        OrganizationalUnit: !Ref 'SubjectOrganizationalUnit'\n        DistinguishedNameQualifier: !Ref 'SubjectDistinguishedNameQualifier'\n        State: !Ref 'SubjectState'\n        CommonName: !Ref 'SubjectCommonName'\n        SerialNumber: !Ref 'SubjectSerialNumber'\n        Locality: !Ref 'SubjectLocality'\n        Title: !Ref 'SubjectTitle'\n        Surname: !Ref 'SubjectSurname'\n        GivenName: !Ref 'SubjectGivenName'\n        Initials: !Ref 'SubjectInitials'\n        Pseudonym: !Ref 'SubjectPseudonym'\n        GenerationQualifier: !Ref 'SubjectGenerationQualifier'\n      RevocationConfiguration:\n        CrlConfiguration:\n          Enabled: !Ref 'RevocationConfigurationCrlConfigurationEnabled'\n          ExpirationInDays: !Ref 'RevocationConfigurationCrlConfigurationExpirationInDays'\n          CustomCname: !Ref 'RevocationConfigurationCrlConfigurationCustomCname'\n          S3BucketName: !Ref 'RevocationConfigurationCrlConfigurationS3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\n  CertificateChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificatechain\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-status\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\n      CertificateChain: !Ref 'CertificateChain'\n      Status: !Ref 'Status'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  AnalyzerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzername\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      AnalyzerName: !Ref 'AnalyzerName'\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Broker/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id\n  MaintenanceWindowDayOfWeek:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-dayofweek\n  MaintenanceWindowTimeOfDay:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timeofday\n  MaintenanceWindowTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-maintenancewindow.html#cfn-amazonmq-broker-maintenancewindow-timezone\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LogListAudit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-audit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogListGeneral:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-loglist.html#cfn-amazonmq-broker-loglist-general\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EncryptionOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-kmskeyid\n    Default: null\n  EncryptionOptionsUseAwsOwnedKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-encryptionoptions.html#cfn-amazonmq-broker-encryptionoptions-useawsownedkey\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      EngineVersion: !Ref 'EngineVersion'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n      MaintenanceWindowStartTime:\n        DayOfWeek: !Ref 'MaintenanceWindowDayOfWeek'\n        TimeOfDay: !Ref 'MaintenanceWindowTimeOfDay'\n        TimeZone: !Ref 'MaintenanceWindowTimeZone'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      Logs:\n        Audit: !Ref 'LogListAudit'\n        General: !Ref 'LogListGeneral'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      EncryptionOptions:\n        KmsKeyId: !Ref 'EncryptionOptionsKmsKeyId'\n        UseAwsOwnedKey: !Ref 'EncryptionOptionsUseAwsOwnedKey'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-description\n    Default: null\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      Description: !Ref 'Description'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  AutoBranchCreationConfigEnableAutoBranchCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobranchcreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigPullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname\n    Default: null\n  AutoBranchCreationConfigEnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigEnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-buildspec\n    Default: null\n  AutoBranchCreationConfigStage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-stage\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoBranchCreationConfigBasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  OauthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description\n    Default: null\n  EnableBranchAutoDeletion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-enablebranchautodeletion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\n  Repository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository\n    Default: null\n  AccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec\n    Default: null\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username\n    Default: null\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password\n    Default: null\n  IAMServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      AutoBranchCreationConfig:\n        EnableAutoBranchCreation: !Ref 'AutoBranchCreationConfigEnableAutoBranchCreation'\n        PullRequestEnvironmentName: !Ref 'AutoBranchCreationConfigPullRequestEnvironmentName'\n        EnablePullRequestPreview: !Ref 'AutoBranchCreationConfigEnablePullRequestPreview'\n        EnableAutoBuild: !Ref 'AutoBranchCreationConfigEnableAutoBuild'\n        BuildSpec: !Ref 'AutoBranchCreationConfigBuildSpec'\n        Stage: !Ref 'AutoBranchCreationConfigStage'\n        BasicAuthConfig:\n          Username: !Ref 'AutoBranchCreationConfigBasicAuthConfigUsername'\n          EnableBasicAuth: !Ref 'AutoBranchCreationConfigBasicAuthConfigEnableBasicAuth'\n          Password: !Ref 'AutoBranchCreationConfigBasicAuthConfigPassword'\n      OauthToken: !Ref 'OauthToken'\n      Description: !Ref 'Description'\n      EnableBranchAutoDeletion: !Ref 'EnableBranchAutoDeletion'\n      Name: !Ref 'Name'\n      Repository: !Ref 'Repository'\n      AccessToken: !Ref 'AccessToken'\n      BuildSpec: !Ref 'BuildSpec'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\n      IAMServiceRole: !Ref 'IAMServiceRole'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Branch/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description\n    Default: null\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  PullRequestEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname\n    Default: null\n  EnablePullRequestPreview:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableAutoBuild:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage\n    Default: null\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\n  BasicAuthConfigUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username\n  BasicAuthConfigEnableBasicAuth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BasicAuthConfigPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      Description: !Ref 'Description'\n      AppId: !Ref 'AppId'\n      PullRequestEnvironmentName: !Ref 'PullRequestEnvironmentName'\n      EnablePullRequestPreview: !Ref 'EnablePullRequestPreview'\n      EnableAutoBuild: !Ref 'EnableAutoBuild'\n      BuildSpec: !Ref 'BuildSpec'\n      Stage: !Ref 'Stage'\n      BranchName: !Ref 'BranchName'\n      BasicAuthConfig:\n        Username: !Ref 'BasicAuthConfigUsername'\n        EnableBasicAuth: !Ref 'BasicAuthConfigEnableBasicAuth'\n        Password: !Ref 'BasicAuthConfigPassword'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Amplify-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  AutoSubDomainIAMRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-autosubdomainiamrole\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\n  EnableAutoSubDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-enableautosubdomain\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      AutoSubDomainIAMRole: !Ref 'AutoSubDomainIAMRole'\n      DomainName: !Ref 'DomainName'\n      EnableAutoSubDomain: !Ref 'EnableAutoSubDomain'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Account/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nParameters:\n  CloudWatchRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n    Properties:\n      CloudWatchRoleArn: !Ref 'CloudWatchRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nParameters:\n  CustomerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateDistinctId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n    Properties:\n      CustomerId: !Ref 'CustomerId'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      GenerateDistinctId: !Ref 'GenerateDistinctId'\n      Name: !Ref 'Name'\n      Value: !Ref 'Value'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authtype\n    Default: null\n  AuthorizerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri\n    Default: null\n  IdentitySource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource\n    Default: null\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      AuthType: !Ref 'AuthType'\n      AuthorizerCredentials: !Ref 'AuthorizerCredentials'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      IdentitySource: !Ref 'IdentitySource'\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid\n    Default: null\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      BasePath: !Ref 'BasePath'\n      DomainName: !Ref 'DomainName'\n      RestApiId: !Ref 'RestApiId'\n      Stage: !Ref 'Stage'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  DeploymentCanarySettingsPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-percenttraffic\n    Default: null\n  DeploymentCanarySettingsUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-deploymentcanarysettings.html#cfn-apigateway-deployment-deploymentcanarysettings-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\n  StageDescriptionAccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-destinationarn\n    Default: null\n  StageDescriptionAccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html#cfn-apigateway-deployment-accesslogsetting-format\n    Default: null\n  StageDescriptionCacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize\n    Default: null\n  StageDescriptionCacheDataEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCacheTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds\n    Default: null\n  StageDescriptionCachingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionCanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-percenttraffic\n    Default: null\n  StageDescriptionCanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-canarysetting.html#cfn-apigateway-deployment-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid\n    Default: null\n  StageDescriptionDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description\n    Default: null\n  StageDescriptionDocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-documentationversion\n    Default: null\n  StageDescriptionLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel\n    Default: null\n  StageDescriptionMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageDescriptionThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit\n    Default: null\n  StageDescriptionThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit\n    Default: null\n  StageDescriptionTracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      DeploymentCanarySettings:\n        PercentTraffic: !Ref 'DeploymentCanarySettingsPercentTraffic'\n        UseStageCache: !Ref 'DeploymentCanarySettingsUseStageCache'\n      Description: !Ref 'Description'\n      RestApiId: !Ref 'RestApiId'\n      StageDescription:\n        AccessLogSetting:\n          DestinationArn: !Ref 'StageDescriptionAccessLogSettingDestinationArn'\n          Format: !Ref 'StageDescriptionAccessLogSettingFormat'\n        CacheClusterEnabled: !Ref 'StageDescriptionCacheClusterEnabled'\n        CacheClusterSize: !Ref 'StageDescriptionCacheClusterSize'\n        CacheDataEncrypted: !Ref 'StageDescriptionCacheDataEncrypted'\n        CacheTtlInSeconds: !Ref 'StageDescriptionCacheTtlInSeconds'\n        CachingEnabled: !Ref 'StageDescriptionCachingEnabled'\n        CanarySetting:\n          PercentTraffic: !Ref 'StageDescriptionCanarySettingPercentTraffic'\n          UseStageCache: !Ref 'StageDescriptionCanarySettingUseStageCache'\n        ClientCertificateId: !Ref 'StageDescriptionClientCertificateId'\n        DataTraceEnabled: !Ref 'StageDescriptionDataTraceEnabled'\n        Description: !Ref 'StageDescriptionDescription'\n        DocumentationVersion: !Ref 'StageDescriptionDocumentationVersion'\n        LoggingLevel: !Ref 'StageDescriptionLoggingLevel'\n        MetricsEnabled: !Ref 'StageDescriptionMetricsEnabled'\n        ThrottlingBurstLimit: !Ref 'StageDescriptionThrottlingBurstLimit'\n        ThrottlingRateLimit: !Ref 'StageDescriptionThrottlingRateLimit'\n        TracingEnabled: !Ref 'StageDescriptionTracingEnabled'\n      StageName: !Ref 'StageName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  LocationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-method\n    Default: null\n  LocationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-name\n    Default: null\n  LocationPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-path\n    Default: null\n  LocationStatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-statuscode\n    Default: null\n  LocationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html#cfn-apigateway-documentationpart-location-type\n    Default: null\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location:\n        Method: !Ref 'LocationMethod'\n        Name: !Ref 'LocationName'\n        Path: !Ref 'LocationPath'\n        StatusCode: !Ref 'LocationStatusCode'\n        Type: !Ref 'LocationType'\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-DomainName/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\n  RegionalCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn\n    Default: null\n  SecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      CertificateArn: !Ref 'CertificateArn'\n      DomainName: !Ref 'DomainName'\n      EndpointConfiguration: {}\n      RegionalCertificateArn: !Ref 'RegionalCertificateArn'\n      SecurityPolicy: !Ref 'SecurityPolicy'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\n  StatusCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-statuscode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n      StatusCode: !Ref 'StatusCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Method/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid\n    Default: null\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  IntegrationCacheNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-cachenamespace\n    Default: null\n  IntegrationConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectionid\n    Default: null\n  IntegrationConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-connectiontype\n    Default: null\n  IntegrationContentHandling:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-contenthandling\n    Default: null\n  IntegrationCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-credentials\n    Default: null\n  IntegrationIntegrationHttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-integrationhttpmethod\n    Default: null\n  IntegrationPassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior\n    Default: null\n  IntegrationTimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis\n    Default: null\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-type\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-uri\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname\n    Default: null\n  RequestValidatorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      AuthorizationType: !Ref 'AuthorizationType'\n      AuthorizerId: !Ref 'AuthorizerId'\n      HttpMethod: !Ref 'HttpMethod'\n      Integration:\n        CacheNamespace: !Ref 'IntegrationCacheNamespace'\n        ConnectionId: !Ref 'IntegrationConnectionId'\n        ConnectionType: !Ref 'IntegrationConnectionType'\n        ContentHandling: !Ref 'IntegrationContentHandling'\n        Credentials: !Ref 'IntegrationCredentials'\n        IntegrationHttpMethod: !Ref 'IntegrationIntegrationHttpMethod'\n        PassthroughBehavior: !Ref 'IntegrationPassthroughBehavior'\n        TimeoutInMillis: !Ref 'IntegrationTimeoutInMillis'\n        Type: !Ref 'IntegrationType'\n        Uri: !Ref 'IntegrationUri'\n      OperationName: !Ref 'OperationName'\n      RequestValidatorId: !Ref 'RequestValidatorId'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-contenttype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-schema\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      ContentType: !Ref 'ContentType'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      Schema: !Ref 'Schema'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-name\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\n  ValidateRequestBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestbody\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidateRequestParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-validaterequestparameters\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      Name: !Ref 'Name'\n      RestApiId: !Ref 'RestApiId'\n      ValidateRequestBody: !Ref 'ValidateRequestBody'\n      ValidateRequestParameters: !Ref 'ValidateRequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Resource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-RestApi/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nParameters:\n  ApiKeySourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-bucket\n    Default: null\n  S3LocationETag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-etag\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-key\n    Default: null\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html#cfn-apigateway-restapi-s3location-version\n    Default: null\n  CloneFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MinimumCompressionSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\n    Properties:\n      ApiKeySourceType: !Ref 'ApiKeySourceType'\n      Body: !Ref 'Body'\n      BodyS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        ETag: !Ref 'S3LocationETag'\n        Key: !Ref 'S3LocationKey'\n        Version: !Ref 'S3LocationVersion'\n      CloneFrom: !Ref 'CloneFrom'\n      Description: !Ref 'Description'\n      EndpointConfiguration: {}\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      MinimumCompressionSize: !Ref 'MinimumCompressionSize'\n      Name: !Ref 'Name'\n      Policy: !Ref 'Policy'\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-Stage/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  AccessLogSettingDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn\n    Default: null\n  AccessLogSettingFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format\n    Default: null\n  CacheClusterEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheClusterSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize\n    Default: null\n  CanarySettingDeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-deploymentid\n    Default: null\n  CanarySettingPercentTraffic:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-percenttraffic\n    Default: null\n  CanarySettingUseStageCache:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-canarysetting.html#cfn-apigateway-stage-canarysetting-usestagecache\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description\n    Default: null\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion\n    Default: null\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename\n    Default: null\n  TracingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      AccessLogSetting:\n        DestinationArn: !Ref 'AccessLogSettingDestinationArn'\n        Format: !Ref 'AccessLogSettingFormat'\n      CacheClusterEnabled: !Ref 'CacheClusterEnabled'\n      CacheClusterSize: !Ref 'CacheClusterSize'\n      CanarySetting:\n        DeploymentId: !Ref 'CanarySettingDeploymentId'\n        PercentTraffic: !Ref 'CanarySettingPercentTraffic'\n        UseStageCache: !Ref 'CanarySettingUseStageCache'\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n      StageName: !Ref 'StageName'\n      TracingEnabled: !Ref 'TracingEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description\n    Default: null\n  QuotaSettingsLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-limit\n    Default: null\n  QuotaSettingsOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-offset\n    Default: null\n  QuotaSettingsPeriod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-quotasettings.html#cfn-apigateway-usageplan-quotasettings-period\n    Default: null\n  ThrottleSettingsBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-burstlimit\n    Default: null\n  ThrottleSettingsRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-throttlesettings.html#cfn-apigateway-usageplan-throttlesettings-ratelimit\n    Default: null\n  UsagePlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n    Properties:\n      Description: !Ref 'Description'\n      Quota:\n        Limit: !Ref 'QuotaSettingsLimit'\n        Offset: !Ref 'QuotaSettingsOffset'\n        Period: !Ref 'QuotaSettingsPeriod'\n      Throttle:\n        BurstLimit: !Ref 'ThrottleSettingsBurstLimit'\n        RateLimit: !Ref 'ThrottleSettingsRateLimit'\n      UsagePlanName: !Ref 'UsagePlanName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nParameters:\n  RouteSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routeselectionexpression\n    Default: null\n  BodyS3LocationEtag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag\n    Default: null\n  BodyS3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket\n    Default: null\n  BodyS3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version\n    Default: null\n  BodyS3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-description\n    Default: null\n  BasePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-basepath\n    Default: null\n  FailOnWarnings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisableSchemaValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-name\n    Default: null\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-target\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-credentialsarn\n    Default: null\n  CorsAllowCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CorsMaxAge:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-version\n    Default: null\n  ProtocolType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-protocoltype\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-routekey\n    Default: null\n  Body:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-body\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-tags\n    Default: null\n  ApiKeySelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-apikeyselectionexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n    Properties:\n      RouteSelectionExpression: !Ref 'RouteSelectionExpression'\n      BodyS3Location:\n        Etag: !Ref 'BodyS3LocationEtag'\n        Bucket: !Ref 'BodyS3LocationBucket'\n        Version: !Ref 'BodyS3LocationVersion'\n        Key: !Ref 'BodyS3LocationKey'\n      Description: !Ref 'Description'\n      BasePath: !Ref 'BasePath'\n      FailOnWarnings: !Ref 'FailOnWarnings'\n      DisableSchemaValidation: !Ref 'DisableSchemaValidation'\n      Name: !Ref 'Name'\n      Target: !Ref 'Target'\n      CredentialsArn: !Ref 'CredentialsArn'\n      CorsConfiguration:\n        AllowCredentials: !Ref 'CorsAllowCredentials'\n        MaxAge: !Ref 'CorsMaxAge'\n      Version: !Ref 'Version'\n      ProtocolType: !Ref 'ProtocolType'\n      RouteKey: !Ref 'RouteKey'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\n      ApiKeySelectionExpression: !Ref 'ApiKeySelectionExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiMappingKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiMappingKey: !Ref 'ApiMappingKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  IdentityValidationExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identityvalidationexpression\n    Default: null\n  AuthorizerUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizeruri\n    Default: null\n  AuthorizerCredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizercredentialsarn\n    Default: null\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  JWTConfigurationIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-issuer\n    Default: null\n  AuthorizerResultTtlInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizerresultttlinseconds\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      IdentityValidationExpression: !Ref 'IdentityValidationExpression'\n      AuthorizerUri: !Ref 'AuthorizerUri'\n      AuthorizerCredentialsArn: !Ref 'AuthorizerCredentialsArn'\n      AuthorizerType: !Ref 'AuthorizerType'\n      JwtConfiguration:\n        Issuer: !Ref 'JWTConfigurationIssuer'\n      AuthorizerResultTtlInSeconds: !Ref 'AuthorizerResultTtlInSeconds'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      Description: !Ref 'Description'\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Tags: !Ref 'Tags'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-description\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-templateselectionexpression\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectiontype\n    Default: null\n  IntegrationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationmethod\n    Default: null\n  PassthroughBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-passthroughbehavior\n    Default: null\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requestparameters\n    Default: null\n  ConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-connectionid\n    Default: null\n  IntegrationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationuri\n    Default: null\n  PayloadFormatVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-payloadformatversion\n    Default: null\n  CredentialsArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-credentialsarn\n    Default: null\n  RequestTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-requesttemplates\n    Default: null\n  TimeoutInMillis:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-timeoutinmillis\n    Default: null\n  TlsConfigServerNameToVerify:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-tlsconfig.html#cfn-apigatewayv2-integration-tlsconfig-servernametoverify\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-contenthandlingstrategy\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      Description: !Ref 'Description'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ConnectionType: !Ref 'ConnectionType'\n      IntegrationMethod: !Ref 'IntegrationMethod'\n      PassthroughBehavior: !Ref 'PassthroughBehavior'\n      RequestParameters: !Ref 'RequestParameters'\n      ConnectionId: !Ref 'ConnectionId'\n      IntegrationUri: !Ref 'IntegrationUri'\n      PayloadFormatVersion: !Ref 'PayloadFormatVersion'\n      CredentialsArn: !Ref 'CredentialsArn'\n      RequestTemplates: !Ref 'RequestTemplates'\n      TimeoutInMillis: !Ref 'TimeoutInMillis'\n      TlsConfig:\n        ServerNameToVerify: !Ref 'TlsConfigServerNameToVerify'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  ResponseTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates\n    Default: null\n  TemplateSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression\n    Default: null\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters\n    Default: null\n  ContentHandlingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy\n    Default: null\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      ResponseTemplates: !Ref 'ResponseTemplates'\n      TemplateSelectionExpression: !Ref 'TemplateSelectionExpression'\n      ResponseParameters: !Ref 'ResponseParameters'\n      ContentHandlingStrategy: !Ref 'ContentHandlingStrategy'\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype\n    Default: null\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  Target:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target\n    Default: null\n  RouteResponseSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression\n    Default: null\n  AuthorizerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid\n    Default: null\n  RequestModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels\n    Default: null\n  OperationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname\n    Default: null\n  ApiKeyRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  AuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype\n    Default: null\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\n  RequestParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      Target: !Ref 'Target'\n      RouteResponseSelectionExpression: !Ref 'RouteResponseSelectionExpression'\n      AuthorizerId: !Ref 'AuthorizerId'\n      RequestModels: !Ref 'RequestModels'\n      OperationName: !Ref 'OperationName'\n      ApiKeyRequired: !Ref 'ApiKeyRequired'\n      RouteKey: !Ref 'RouteKey'\n      AuthorizationType: !Ref 'AuthorizationType'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      RequestParameters: !Ref 'RequestParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  ResponseParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters\n    Default: null\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ModelSelectionExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\n  ResponseModels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      ResponseParameters: !Ref 'ResponseParameters'\n      RouteId: !Ref 'RouteId'\n      ModelSelectionExpression: !Ref 'ModelSelectionExpression'\n      ApiId: !Ref 'ApiId'\n      ResponseModels: !Ref 'ResponseModels'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  ClientCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid\n    Default: null\n  DeploymentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description\n    Default: null\n  AccessLogSettingsFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-format\n    Default: null\n  AccessLogSettingsDestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-accesslogsettings.html#cfn-apigatewayv2-stage-accesslogsettings-destinationarn\n    Default: null\n  AutoDeploy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings\n    Default: null\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  StageVariables:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\n  RouteSettingsLoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel\n    Default: null\n  RouteSettingsDataTraceEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingBurstLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit\n    Default: null\n  RouteSettingsDetailedMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RouteSettingsThrottlingRateLimit:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      ClientCertificateId: !Ref 'ClientCertificateId'\n      DeploymentId: !Ref 'DeploymentId'\n      Description: !Ref 'Description'\n      AccessLogSettings:\n        Format: !Ref 'AccessLogSettingsFormat'\n        DestinationArn: !Ref 'AccessLogSettingsDestinationArn'\n      AutoDeploy: !Ref 'AutoDeploy'\n      RouteSettings: !Ref 'RouteSettings'\n      StageName: !Ref 'StageName'\n      StageVariables: !Ref 'StageVariables'\n      ApiId: !Ref 'ApiId'\n      DefaultRouteSettings:\n        LoggingLevel: !Ref 'RouteSettingsLoggingLevel'\n        DataTraceEnabled: !Ref 'RouteSettingsDataTraceEnabled'\n        ThrottlingBurstLimit: !Ref 'RouteSettingsThrottlingBurstLimit'\n        DetailedMetricsEnabled: !Ref 'RouteSettingsDetailedMetricsEnabled'\n        ThrottlingRateLimit: !Ref 'RouteSettingsThrottlingRateLimit'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-description\n    Default: null\n  RetrievalRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-retrievalrolearn\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      Description: !Ref 'Description'\n      RetrievalRoleArn: !Ref 'RetrievalRoleArn'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-description\n    Default: null\n  RetrievalRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-retrievalrolearn\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      Description: !Ref 'Description'\n      RetrievalRoleArn: !Ref 'RetrievalRoleArn'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-description\n    Default: null\n  RetrievalRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-retrievalrolearn\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      Description: !Ref 'Description'\n      RetrievalRoleArn: !Ref 'RetrievalRoleArn'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-description\n    Default: null\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      Description: !Ref 'Description'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-description\n    Default: null\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      Description: !Ref 'Description'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-description\n    Default: null\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      Description: !Ref 'Description'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  GrowthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthtype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-description\n    Default: null\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  FinalBakeTimeInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-finalbaketimeinminutes\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      GrowthType: !Ref 'GrowthType'\n      Description: !Ref 'Description'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      FinalBakeTimeInMinutes: !Ref 'FinalBakeTimeInMinutes'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  GrowthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthtype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-description\n    Default: null\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  FinalBakeTimeInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-finalbaketimeinminutes\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      GrowthType: !Ref 'GrowthType'\n      Description: !Ref 'Description'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      FinalBakeTimeInMinutes: !Ref 'FinalBakeTimeInMinutes'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  GrowthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthtype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-description\n    Default: null\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  FinalBakeTimeInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-finalbaketimeinminutes\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      GrowthType: !Ref 'GrowthType'\n      Description: !Ref 'Description'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      FinalBakeTimeInMinutes: !Ref 'FinalBakeTimeInMinutes'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Environment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-description\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      Description: !Ref 'Description'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Environment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-description\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      Description: !Ref 'Description'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-Environment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-description\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      Description: !Ref 'Description'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-description\n    Default: null\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  LatestVersionNumber:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-latestversionnumber\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      Description: !Ref 'Description'\n      ContentType: !Ref 'ContentType'\n      LatestVersionNumber: !Ref 'LatestVersionNumber'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Mesh/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\n  MeshSpecEgressFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-egressfilter.html#cfn-appmesh-mesh-egressfilter-type\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec:\n        EgressFilter:\n          Type: !Ref 'MeshSpecEgressFilterType'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshowner\n    Default: null\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\n  RouteSpecHttpRouteHttpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpretrypolicy.html#cfn-appmesh-route-httpretrypolicy-maxretries\n  RouteSpecHttpRouteHttpRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecHttpRouteHttpRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecHttpRouteHttpRouteMatchScheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme\n    Default: null\n  RouteSpecHttpRouteHttpRouteMatchPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix\n  RouteSpecHttpRouteHttpRouteMatchMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method\n    Default: null\n  RouteSpecPriority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority\n    Default: null\n  RouteSpecGrpcRouteGrpcTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\n  RouteSpecGrpcRouteGrpcRouteMatchServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-servicename\n    Default: null\n  RouteSpecGrpcRouteGrpcRouteMatchMethodName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcroutematch.html#cfn-appmesh-route-grpcroutematch-methodname\n    Default: null\n  RouteSpecTcpRouteTcpTimeoutDurationValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value\n  RouteSpecTcpRouteTcpTimeoutDurationUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      RouteName: !Ref 'RouteName'\n      Spec:\n        HttpRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        Priority: !Ref 'RouteSpecPriority'\n        Http2Route:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecHttpRouteHttpRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecHttpRouteHttpRetryPolicyDurationUnit'\n          Match:\n            Scheme: !Ref 'RouteSpecHttpRouteHttpRouteMatchScheme'\n            Prefix: !Ref 'RouteSpecHttpRouteHttpRouteMatchPrefix'\n            Method: !Ref 'RouteSpecHttpRouteHttpRouteMatchMethod'\n        GrpcRoute:\n          Action: {}\n          Timeout:\n            PerRequest:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n            Idle:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcTimeoutDurationUnit'\n          RetryPolicy:\n            MaxRetries: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyMaxRetries'\n            PerRetryTimeout:\n              Value: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationValue'\n              Unit: !Ref 'RouteSpecGrpcRouteGrpcRetryPolicyDurationUnit'\n          Match:\n            ServiceName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchServiceName'\n            MethodName: !Ref 'RouteSpecGrpcRouteGrpcRouteMatchMethodName'\n        TcpRoute:\n          Action: {}\n          Timeout:\n            Idle:\n              Value: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationValue'\n              Unit: !Ref 'RouteSpecTcpRouteTcpTimeoutDurationUnit'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshowner\n    Default: null\n  VirtualNodeSpecLoggingAccessLogFileAccessLogPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-fileaccesslog.html#cfn-appmesh-virtualnode-fileaccesslog-path\n  ? VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextfiletrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextfiletrust-certificatechain\n  VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-enforce\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-dnsservicediscovery.html#cfn-appmesh-virtualnode-dnsservicediscovery-hostname\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-namespacename\n  VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapservicediscovery.html#cfn-appmesh-virtualnode-awscloudmapservicediscovery-servicename\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec:\n        Logging:\n          AccessLog:\n            File:\n              Path: !Ref 'VirtualNodeSpecLoggingAccessLogFileAccessLogPath'\n        BackendDefaults:\n          ClientPolicy:\n            TLS:\n              Validation:\n                Trust:\n                  ACM: {}\n                  File:\n                    CertificateChain: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsTlsValidationContextTlsValidationContextTrustTlsValidationContextFileTrustCertificateChain'\n              Enforce: !Ref 'VirtualNodeSpecBackendDefaultsClientPolicyClientPolicyTlsEnforce'\n        ServiceDiscovery:\n          DNS:\n            Hostname: !Ref 'VirtualNodeSpecServiceDiscoveryDnsServiceDiscoveryHostname'\n          AWSCloudMap:\n            NamespaceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryNamespaceName'\n            ServiceName: !Ref 'VirtualNodeSpecServiceDiscoveryAwsCloudMapServiceDiscoveryServiceName'\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshowner\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      MeshOwner: !Ref 'MeshOwner'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppMesh-VirtualService/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  MeshOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshowner\n    Default: null\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\n  VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualnodeserviceprovider.html#cfn-appmesh-virtualservice-virtualnodeserviceprovider-virtualnodename\n  VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      MeshOwner: !Ref 'MeshOwner'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec:\n        Provider:\n          VirtualNode:\n            VirtualNodeName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualNodeServiceProviderVirtualNodeName'\n          VirtualRouter:\n            VirtualRouterName: !Ref 'VirtualServiceSpecVirtualServiceProviderVirtualRouterServiceProviderVirtualRouterName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-DirectoryConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-description\n    Default: null\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-fleettype\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-domainjoininfo.html#cfn-appstream-fleet-domainjoininfo-directoryname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagename\n    Default: null\n  MaxUserDurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds\n    Default: null\n  IdleDisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-idledisconnecttimeoutinseconds\n    Default: null\n  DisconnectTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-disconnecttimeoutinseconds\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-displayname\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      Description: !Ref 'Description'\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      VpcConfig: {}\n      FleetType: !Ref 'FleetType'\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      Name: !Ref 'Name'\n      ImageName: !Ref 'ImageName'\n      MaxUserDurationInSeconds: !Ref 'MaxUserDurationInSeconds'\n      IdleDisconnectTimeoutInSeconds: !Ref 'IdleDisconnectTimeoutInSeconds'\n      DisconnectTimeoutInSeconds: !Ref 'DisconnectTimeoutInSeconds'\n      DisplayName: !Ref 'DisplayName'\n      InstanceType: !Ref 'InstanceType'\n      ImageArn: !Ref 'ImageArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-ImageBuilder/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  ImageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-description\n    Default: null\n  EnableDefaultInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-enabledefaultinternetaccess\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-displayname\n    Default: null\n  DomainJoinInfoOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-organizationalunitdistinguishedname\n    Default: null\n  DomainJoinInfoDirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-domainjoininfo.html#cfn-appstream-imagebuilder-domainjoininfo-directoryname\n    Default: null\n  AppstreamAgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\n  ImageArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-imagearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      ImageName: !Ref 'ImageName'\n      Description: !Ref 'Description'\n      VpcConfig: {}\n      EnableDefaultInternetAccess: !Ref 'EnableDefaultInternetAccess'\n      DisplayName: !Ref 'DisplayName'\n      DomainJoinInfo:\n        OrganizationalUnitDistinguishedName: !Ref 'DomainJoinInfoOrganizationalUnitDistinguishedName'\n        DirectoryName: !Ref 'DomainJoinInfoDirectoryName'\n      AppstreamAgentVersion: !Ref 'AppstreamAgentVersion'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\n      ImageArn: !Ref 'ImageArn'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-description\n    Default: null\n  DeleteStorageConnectors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-deletestorageconnectors\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedirectURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-redirecturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-name\n    Default: null\n  FeedbackURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-feedbackurl\n    Default: null\n  ApplicationSettingsSettingsGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-settingsgroup\n    Default: null\n  ApplicationSettingsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-applicationsettings.html#cfn-appstream-stack-applicationsettings-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-displayname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n    Properties:\n      Description: !Ref 'Description'\n      DeleteStorageConnectors: !Ref 'DeleteStorageConnectors'\n      RedirectURL: !Ref 'RedirectURL'\n      Name: !Ref 'Name'\n      FeedbackURL: !Ref 'FeedbackURL'\n      ApplicationSettings:\n        SettingsGroup: !Ref 'ApplicationSettingsSettingsGroup'\n        Enabled: !Ref 'ApplicationSettingsEnabled'\n      DisplayName: !Ref 'DisplayName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-StackUserAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  SendEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      SendEmailNotification: !Ref 'SendEmailNotification'\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppStream-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  FirstName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-firstname\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-messageaction\n    Default: null\n  LastName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-lastname\n    Default: null\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      FirstName: !Ref 'FirstName'\n      MessageAction: !Ref 'MessageAction'\n      LastName: !Ref 'LastName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiCache/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-ApiKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description\n    Default: null\n  Expires:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      Description: !Ref 'Description'\n      Expires: !Ref 'Expires'\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-DataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn\n    Default: null\n  HttpConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html#cfn-appsync-datasource-httpconfig-endpoint\n  HttpConfigAuthorizationConfigAwsIamConfigSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingregion\n    Default: null\n  HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html#cfn-appsync-datasource-awsiamconfig-signingservicename\n    Default: null\n  HttpConfigAuthorizationConfigAuthorizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html#cfn-appsync-datasource-authorizationconfig-authorizationtype\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awsregion\n  RelationalDatabaseConfigRdsHttpEndpointConfigSchema:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-schema\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-databasename\n    Default: null\n  RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-dbclusteridentifier\n  RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html#cfn-appsync-datasource-rdshttpendpointconfig-awssecretstorearn\n  RelationalDatabaseConfigRelationalDatabaseSourceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html#cfn-appsync-datasource-relationaldatabaseconfig-relationaldatabasesourcetype\n  LambdaConfigLambdaFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\n  DynamoDBConfigTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename\n  DynamoDBConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion\n  DynamoDBConfigVersioned:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-versioned\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DynamoDBConfigDeltaSyncConfigBaseTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-basetablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablettl\n  DynamoDBConfigDeltaSyncConfigDeltaSyncTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html#cfn-appsync-datasource-deltasyncconfig-deltasynctablename\n  DynamoDBConfigUseCallerCredentials:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion\n  ElasticsearchConfigEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      HttpConfig:\n        Endpoint: !Ref 'HttpConfigEndpoint'\n        AuthorizationConfig:\n          AwsIamConfig:\n            SigningRegion: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningRegion'\n            SigningServiceName: !Ref 'HttpConfigAuthorizationConfigAwsIamConfigSigningServiceName'\n          AuthorizationType: !Ref 'HttpConfigAuthorizationConfigAuthorizationType'\n      RelationalDatabaseConfig:\n        RdsHttpEndpointConfig:\n          AwsRegion: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsRegion'\n          Schema: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigSchema'\n          DatabaseName: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDatabaseName'\n          DbClusterIdentifier: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigDbClusterIdentifier'\n          AwsSecretStoreArn: !Ref 'RelationalDatabaseConfigRdsHttpEndpointConfigAwsSecretStoreArn'\n        RelationalDatabaseSourceType: !Ref 'RelationalDatabaseConfigRelationalDatabaseSourceType'\n      LambdaConfig:\n        LambdaFunctionArn: !Ref 'LambdaConfigLambdaFunctionArn'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n      DynamoDBConfig:\n        TableName: !Ref 'DynamoDBConfigTableName'\n        AwsRegion: !Ref 'DynamoDBConfigAwsRegion'\n        Versioned: !Ref 'DynamoDBConfigVersioned'\n        DeltaSyncConfig:\n          BaseTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigBaseTableTTL'\n          DeltaSyncTableTTL: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableTTL'\n          DeltaSyncTableName: !Ref 'DynamoDBConfigDeltaSyncConfigDeltaSyncTableName'\n        UseCallerCredentials: !Ref 'DynamoDBConfigUseCallerCredentials'\n      ElasticsearchConfig:\n        AwsRegion: !Ref 'ElasticsearchConfigAwsRegion'\n        Endpoint: !Ref 'ElasticsearchConfigEndpoint'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description\n    Default: null\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate\n    Default: null\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      Description: !Ref 'Description'\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      FunctionVersion: !Ref 'FunctionVersion'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  OpenIDConnectConfigIssuer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer\n    Default: null\n  OpenIDConnectConfigClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid\n    Default: null\n  OpenIDConnectConfigAuthTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl\n    Default: null\n  OpenIDConnectConfigIatTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl\n    Default: null\n  XrayEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolConfigAppIdClientRegex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex\n    Default: null\n  UserPoolConfigUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid\n    Default: null\n  UserPoolConfigAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion\n    Default: null\n  UserPoolConfigDefaultAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\n  LogConfigCloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn\n    Default: null\n  LogConfigExcludeVerboseContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-excludeverbosecontent\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogConfigFieldLogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      OpenIDConnectConfig:\n        Issuer: !Ref 'OpenIDConnectConfigIssuer'\n        ClientId: !Ref 'OpenIDConnectConfigClientId'\n        AuthTTL: !Ref 'OpenIDConnectConfigAuthTTL'\n        IatTTL: !Ref 'OpenIDConnectConfigIatTTL'\n      XrayEnabled: !Ref 'XrayEnabled'\n      UserPoolConfig:\n        AppIdClientRegex: !Ref 'UserPoolConfigAppIdClientRegex'\n        UserPoolId: !Ref 'UserPoolConfigUserPoolId'\n        AwsRegion: !Ref 'UserPoolConfigAwsRegion'\n        DefaultAction: !Ref 'UserPoolConfigDefaultAction'\n      Tags: {}\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\n      LogConfig:\n        CloudWatchLogsRoleArn: !Ref 'LogConfigCloudWatchLogsRoleArn'\n        ExcludeVerboseContent: !Ref 'LogConfigExcludeVerboseContent'\n        FieldLogLevel: !Ref 'LogConfigFieldLogLevel'\n      AdditionalAuthenticationProviders: {}\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  Definition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition\n    Default: null\n  DefinitionS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      Definition: !Ref 'Definition'\n      DefinitionS3Location: !Ref 'DefinitionS3Location'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AppSync-Resolver/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  ResponseMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location\n    Default: null\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename\n    Default: null\n  RequestMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate\n    Default: null\n  ResponseMappingTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate\n    Default: null\n  Kind:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-kind\n    Default: null\n  CachingConfigTtl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl\n    Default: null\n  SyncConfigConflictHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflicthandler\n    Default: null\n  SyncConfigConflictDetection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-syncconfig.html#cfn-appsync-resolver-syncconfig-conflictdetection\n  SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-lambdaconflicthandlerconfig.html#cfn-appsync-resolver-lambdaconflicthandlerconfig-lambdaconflicthandlerarn\n    Default: null\n  RequestMappingTemplateS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location\n    Default: null\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      ResponseMappingTemplateS3Location: !Ref 'ResponseMappingTemplateS3Location'\n      TypeName: !Ref 'TypeName'\n      PipelineConfig: {}\n      DataSourceName: !Ref 'DataSourceName'\n      RequestMappingTemplate: !Ref 'RequestMappingTemplate'\n      ResponseMappingTemplate: !Ref 'ResponseMappingTemplate'\n      Kind: !Ref 'Kind'\n      CachingConfig:\n        Ttl: !Ref 'CachingConfigTtl'\n      SyncConfig:\n        ConflictHandler: !Ref 'SyncConfigConflictHandler'\n        ConflictDetection: !Ref 'SyncConfigConflictDetection'\n        LambdaConflictHandlerConfig:\n          LambdaConflictHandlerArn: !Ref 'SyncConfigLambdaConflictHandlerConfigLambdaConflictHandlerArn'\n      RequestMappingTemplateS3Location: !Ref 'RequestMappingTemplateS3Location'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\n  SuspendedStateDynamicScalingInSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalinginsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateDynamicScalingOutSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-dynamicscalingoutsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SuspendedStateScheduledScalingSuspended:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-suspendedstate.html#cfn-applicationautoscaling-scalabletarget-suspendedstate-scheduledscalingsuspended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      SuspendedState:\n        DynamicScalingInSuspended: !Ref 'SuspendedStateDynamicScalingInSuspended'\n        DynamicScalingOutSuspended: !Ref 'SuspendedStateDynamicScalingOutSuspended'\n        ScheduledScalingSuspended: !Ref 'SuspendedStateScheduledScalingSuspended'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid\n    Default: null\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension\n    Default: null\n  ScalingTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid\n    Default: null\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace\n    Default: null\n  StepScalingPolicyConfigurationAdjustmentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-adjustmenttype\n    Default: null\n  StepScalingPolicyConfigurationCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-cooldown\n    Default: null\n  StepScalingPolicyConfigurationMetricAggregationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-metricaggregationtype\n    Default: null\n  StepScalingPolicyConfigurationMinAdjustmentMagnitude:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-minadjustmentmagnitude\n    Default: null\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingScalingPolicyConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleInCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleincooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationScaleOutCooldown:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-scaleoutcooldown\n    Default: null\n  TargetTrackingScalingPolicyConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n      ResourceId: !Ref 'ResourceId'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ScalingTargetId: !Ref 'ScalingTargetId'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n      StepScalingPolicyConfiguration:\n        AdjustmentType: !Ref 'StepScalingPolicyConfigurationAdjustmentType'\n        Cooldown: !Ref 'StepScalingPolicyConfigurationCooldown'\n        MetricAggregationType: !Ref 'StepScalingPolicyConfigurationMetricAggregationType'\n        MinAdjustmentMagnitude: !Ref 'StepScalingPolicyConfigurationMinAdjustmentMagnitude'\n      TargetTrackingScalingPolicyConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingScalingPolicyConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingScalingPolicyConfigurationPredefinedMetricSpecificationResourceLabel'\n        ScaleInCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleInCooldown'\n        ScaleOutCooldown: !Ref 'TargetTrackingScalingPolicyConfigurationScaleOutCooldown'\n        TargetValue: !Ref 'TargetTrackingScalingPolicyConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-DataCatalog/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-NamedQuery/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name\n    Default: null\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description\n    Default: null\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Name: !Ref 'Name'\n      Database: !Ref 'Database'\n      Description: !Ref 'Description'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Athena-WorkGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-description\n    Default: null\n  WorkGroupConfigurationBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationEnforceWorkGroupConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationRequesterPaysEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationResultConfigurationOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-bytesscannedcutoffperquery\n    Default: null\n  WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-enforceworkgroupconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRequesterPaysEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-requesterpaysenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-encryptionoption\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html#cfn-athena-workgroup-encryptionconfiguration-kmskey\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-outputlocation\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeencryptionconfiguration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeoutputlocation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-removebytesscannedcutoffperquery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-state\n    Default: null\n  RecursiveDeleteOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-recursivedeleteoption\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Tags: {}\n      WorkGroupConfiguration:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationRequesterPaysEnabled'\n        ResultConfiguration:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationResultConfigurationEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationResultConfigurationOutputLocation'\n      WorkGroupConfigurationUpdates:\n        BytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesBytesScannedCutoffPerQuery'\n        EnforceWorkGroupConfiguration: !Ref 'WorkGroupConfigurationUpdatesEnforceWorkGroupConfiguration'\n        PublishCloudWatchMetricsEnabled: !Ref 'WorkGroupConfigurationUpdatesPublishCloudWatchMetricsEnabled'\n        RequesterPaysEnabled: !Ref 'WorkGroupConfigurationUpdatesRequesterPaysEnabled'\n        ResultConfigurationUpdates:\n          EncryptionConfiguration:\n            EncryptionOption: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationEncryptionOption'\n            KmsKey: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesEncryptionConfigurationKmsKey'\n          OutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesOutputLocation'\n          RemoveEncryptionConfiguration: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveEncryptionConfiguration'\n          RemoveOutputLocation: !Ref 'WorkGroupConfigurationUpdatesResultConfigurationUpdatesRemoveOutputLocation'\n        RemoveBytesScannedCutoffPerQuery: !Ref 'WorkGroupConfigurationUpdatesRemoveBytesScannedCutoffPerQuery'\n      State: !Ref 'State'\n      RecursiveDeleteOption: !Ref 'RecursiveDeleteOption'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname\n    Default: null\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown\n    Default: null\n  DesiredCapacity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacity\n    Default: null\n  HealthCheckGracePeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthcheckgraceperiod\n    Default: null\n  HealthCheckType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-healthchecktype\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-instanceid\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-launchconfigurationname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  MaxInstanceLifetime:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxinstancelifetime\n    Default: null\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\n  MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandbasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-ondemandpercentageabovebasecapacity\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotallocationstrategy\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotInstancePools:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotinstancepools\n    Default: null\n  MixedInstancesPolicyInstancesDistributionSpotMaxPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html#cfn-autoscaling-autoscalinggroup-instancesdistribution-spotmaxprice\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplateid\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-launchtemplatename\n    Default: null\n  MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html#cfn-autoscaling-autoscalinggroup-launchtemplatespecification-version\n  NewInstancesProtectedFromScaleIn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-newinstancesprotectedfromscalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-placementgroup\n    Default: null\n  ServiceLinkedRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-servicelinkedrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      HealthCheckGracePeriod: !Ref 'HealthCheckGracePeriod'\n      HealthCheckType: !Ref 'HealthCheckType'\n      InstanceId: !Ref 'InstanceId'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      MaxInstanceLifetime: !Ref 'MaxInstanceLifetime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      MixedInstancesPolicy:\n        InstancesDistribution:\n          OnDemandAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandAllocationStrategy'\n          OnDemandBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandBaseCapacity'\n          OnDemandPercentageAboveBaseCapacity: !Ref 'MixedInstancesPolicyInstancesDistributionOnDemandPercentageAboveBaseCapacity'\n          SpotAllocationStrategy: !Ref 'MixedInstancesPolicyInstancesDistributionSpotAllocationStrategy'\n          SpotInstancePools: !Ref 'MixedInstancesPolicyInstancesDistributionSpotInstancePools'\n          SpotMaxPrice: !Ref 'MixedInstancesPolicyInstancesDistributionSpotMaxPrice'\n        LaunchTemplate:\n          LaunchTemplateSpecification:\n            LaunchTemplateId: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateId'\n            LaunchTemplateName: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationLaunchTemplateName'\n            Version: !Ref 'MixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationVersion'\n      NewInstancesProtectedFromScaleIn: !Ref 'NewInstancesProtectedFromScaleIn'\n      PlacementGroup: !Ref 'PlacementGroup'\n      ServiceLinkedRoleARN: !Ref 'ServiceLinkedRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cf-as-launchconfig-associatepubip\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClassicLinkVPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-classiclinkvpcid\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instanceid\n    Default: null\n  InstanceMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancemonitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-keyname\n    Default: null\n  LaunchConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-autoscaling-launchconfig-launchconfigurationname\n    Default: null\n  PlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-placementtenancy\n    Default: null\n  RamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-ramdiskid\n    Default: null\n  SpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-spotprice\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      ClassicLinkVPCId: !Ref 'ClassicLinkVPCId'\n      EbsOptimized: !Ref 'EbsOptimized'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceId: !Ref 'InstanceId'\n      InstanceMonitoring: !Ref 'InstanceMonitoring'\n      InstanceType: !Ref 'InstanceType'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchConfigurationName: !Ref 'LaunchConfigurationName'\n      PlacementTenancy: !Ref 'PlacementTenancy'\n      RamDiskId: !Ref 'RamDiskId'\n      SpotPrice: !Ref 'SpotPrice'\n      UserData: !Ref 'UserData'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  DefaultResult:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-defaultresult\n    Default: null\n  HeartbeatTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-heartbeattimeout\n    Default: null\n  LifecycleHookName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-autoscaling-lifecyclehook-lifecyclehookname\n    Default: null\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\n  NotificationMetadata:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationmetadata\n    Default: null\n  NotificationTargetARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-notificationtargetarn\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DefaultResult: !Ref 'DefaultResult'\n      HeartbeatTimeout: !Ref 'HeartbeatTimeout'\n      LifecycleHookName: !Ref 'LifecycleHookName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n      NotificationMetadata: !Ref 'NotificationMetadata'\n      NotificationTargetARN: !Ref 'NotificationTargetARN'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AdjustmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype\n    Default: null\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\n  Cooldown:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown\n    Default: null\n  EstimatedInstanceWarmup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup\n    Default: null\n  MetricAggregationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype\n    Default: null\n  MinAdjustmentMagnitude:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude\n    Default: null\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype\n    Default: null\n  ScalingAdjustment:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment\n    Default: null\n  TargetTrackingConfigurationCustomizedMetricSpecificationMetricName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-metricname\n  TargetTrackingConfigurationCustomizedMetricSpecificationNamespace:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-namespace\n  TargetTrackingConfigurationCustomizedMetricSpecificationStatistic:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-statistic\n  TargetTrackingConfigurationCustomizedMetricSpecificationUnit:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html#cfn-autoscaling-scalingpolicy-customizedmetricspecification-unit\n    Default: null\n  TargetTrackingConfigurationDisableScaleIn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-disablescalein\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype\n  TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-autoscaling-scalingpolicy-predefinedmetricspecification-resourcelabel\n    Default: null\n  TargetTrackingConfigurationTargetValue:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration-targetvalue\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AdjustmentType: !Ref 'AdjustmentType'\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      Cooldown: !Ref 'Cooldown'\n      EstimatedInstanceWarmup: !Ref 'EstimatedInstanceWarmup'\n      MetricAggregationType: !Ref 'MetricAggregationType'\n      MinAdjustmentMagnitude: !Ref 'MinAdjustmentMagnitude'\n      PolicyType: !Ref 'PolicyType'\n      ScalingAdjustment: !Ref 'ScalingAdjustment'\n      TargetTrackingConfiguration:\n        CustomizedMetricSpecification:\n          MetricName: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationMetricName'\n          Namespace: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationNamespace'\n          Statistic: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationStatistic'\n          Unit: !Ref 'TargetTrackingConfigurationCustomizedMetricSpecificationUnit'\n        DisableScaleIn: !Ref 'TargetTrackingConfigurationDisableScaleIn'\n        PredefinedMetricSpecification:\n          PredefinedMetricType: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationPredefinedMetricType'\n          ResourceLabel: !Ref 'TargetTrackingConfigurationPredefinedMetricSpecificationResourceLabel'\n        TargetValue: !Ref 'TargetTrackingConfigurationTargetValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\n  DesiredCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-desiredcapacity\n    Default: null\n  EndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-endtime\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-minsize\n    Default: null\n  Recurrence:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-recurrence\n    Default: null\n  StartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-starttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      DesiredCapacity: !Ref 'DesiredCapacity'\n      EndTime: !Ref 'EndTime'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Recurrence: !Ref 'Recurrence'\n      StartTime: !Ref 'StartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nParameters:\n  ApplicationSourceCloudFormationStackARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource:\n        CloudFormationStackARN: !Ref 'ApplicationSourceCloudFormationStackARN'\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupPlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\n  BackupPlanTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\n      BackupPlanTags: !Ref 'BackupPlanTags'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupSelection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Backup-BackupVault/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags\n    Default: null\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\n  EncryptionKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-encryptionkeyarn\n    Default: null\n  NotificationObjectTypeSNSTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html#cfn-backup-backupvault-notificationobjecttype-snstopicarn\n  AccessPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-accesspolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultTags: !Ref 'BackupVaultTags'\n      BackupVaultName: !Ref 'BackupVaultName'\n      EncryptionKeyArn: !Ref 'EncryptionKeyArn'\n      Notifications:\n        SNSTopicArn: !Ref 'NotificationObjectTypeSNSTopicArn'\n      AccessPolicy: !Ref 'AccessPolicy'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\n  ComputeEnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname\n    Default: null\n  ComputeResourcesSpotIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-spotiamfleetrole\n    Default: null\n  ComputeResourcesMaxvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus\n  ComputeResourcesBidPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-bidpercentage\n    Default: null\n  ComputeResourcesType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-type\n  ComputeResourcesAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy\n    Default: null\n  ComputeResourcesMinvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-minvcpus\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version\n    Default: null\n  ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid\n    Default: null\n  ComputeResourcesImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-imageid\n    Default: null\n  ComputeResourcesInstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-instancerole\n  ComputeResourcesEc2KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-ec2keypair\n    Default: null\n  ComputeResourcesPlacementGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup\n    Default: null\n  ComputeResourcesTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-tags\n    Default: null\n  ComputeResourcesDesiredvCpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-desiredvcpus\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n      ComputeEnvironmentName: !Ref 'ComputeEnvironmentName'\n      ComputeResources:\n        SpotIamFleetRole: !Ref 'ComputeResourcesSpotIamFleetRole'\n        MaxvCpus: !Ref 'ComputeResourcesMaxvCpus'\n        BidPercentage: !Ref 'ComputeResourcesBidPercentage'\n        Type: !Ref 'ComputeResourcesType'\n        AllocationStrategy: !Ref 'ComputeResourcesAllocationStrategy'\n        MinvCpus: !Ref 'ComputeResourcesMinvCpus'\n        LaunchTemplate:\n          LaunchTemplateName: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateName'\n          Version: !Ref 'ComputeResourcesLaunchTemplateSpecificationVersion'\n          LaunchTemplateId: !Ref 'ComputeResourcesLaunchTemplateSpecificationLaunchTemplateId'\n        ImageId: !Ref 'ComputeResourcesImageId'\n        InstanceRole: !Ref 'ComputeResourcesInstanceRole'\n        Ec2KeyPair: !Ref 'ComputeResourcesEc2KeyPair'\n        PlacementGroup: !Ref 'ComputeResourcesPlacementGroup'\n        Tags: !Ref 'ComputeResourcesTags'\n        DesiredvCpus: !Ref 'ComputeResourcesDesiredvCpus'\n      State: !Ref 'State'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters\n    Default: null\n  NodePropertiesMainNode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode\n  NodePropertiesNumNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes\n  TimeoutAttemptDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html#cfn-batch-jobdefinition-timeout-attemptdurationseconds\n    Default: null\n  ContainerPropertiesUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user\n    Default: null\n  ContainerPropertiesMemory:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory\n    Default: null\n  ContainerPropertiesPrivileged:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesJobRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn\n    Default: null\n  ContainerPropertiesReadonlyRootFilesystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ContainerPropertiesVcpus:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus\n    Default: null\n  ContainerPropertiesImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image\n  ContainerPropertiesInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype\n    Default: null\n  JobDefinitionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname\n    Default: null\n  RetryStrategyAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n      Parameters: !Ref 'Parameters'\n      NodeProperties:\n        MainNode: !Ref 'NodePropertiesMainNode'\n        NumNodes: !Ref 'NodePropertiesNumNodes'\n      Timeout:\n        AttemptDurationSeconds: !Ref 'TimeoutAttemptDurationSeconds'\n      ContainerProperties:\n        User: !Ref 'ContainerPropertiesUser'\n        Memory: !Ref 'ContainerPropertiesMemory'\n        Privileged: !Ref 'ContainerPropertiesPrivileged'\n        LinuxParameters: {}\n        JobRoleArn: !Ref 'ContainerPropertiesJobRoleArn'\n        ReadonlyRootFilesystem: !Ref 'ContainerPropertiesReadonlyRootFilesystem'\n        Vcpus: !Ref 'ContainerPropertiesVcpus'\n        Image: !Ref 'ContainerPropertiesImage'\n        InstanceType: !Ref 'ContainerPropertiesInstanceType'\n      JobDefinitionName: !Ref 'JobDefinitionName'\n      RetryStrategy:\n        Attempts: !Ref 'RetryStrategyAttempts'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Batch-JobQueue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state\n    Default: null\n  JobQueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n      State: !Ref 'State'\n      JobQueueName: !Ref 'JobQueueName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Budgets-Budget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataSpendAmount:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount\n  BudgetDataSpendUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit\n  BudgetDataTimePeriodStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start\n    Default: null\n  BudgetDataTimePeriodEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end\n    Default: null\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataPlannedBudgetLimits:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits\n    Default: null\n  BudgetDataCostFilters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters\n    Default: null\n  BudgetDataBudgetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname\n    Default: null\n  BudgetDataCostTypesIncludeSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeOtherSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeTax:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeSubscription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseBlended:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeUpfront:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeDiscount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeCredit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRecurring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesUseAmortized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataCostTypesIncludeRefund:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        BudgetLimit:\n          Amount: !Ref 'BudgetDataSpendAmount'\n          Unit: !Ref 'BudgetDataSpendUnit'\n        TimePeriod:\n          Start: !Ref 'BudgetDataTimePeriodStart'\n          End: !Ref 'BudgetDataTimePeriodEnd'\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        PlannedBudgetLimits: !Ref 'BudgetDataPlannedBudgetLimits'\n        CostFilters: !Ref 'BudgetDataCostFilters'\n        BudgetName: !Ref 'BudgetDataBudgetName'\n        CostTypes:\n          IncludeSupport: !Ref 'BudgetDataCostTypesIncludeSupport'\n          IncludeOtherSubscription: !Ref 'BudgetDataCostTypesIncludeOtherSubscription'\n          IncludeTax: !Ref 'BudgetDataCostTypesIncludeTax'\n          IncludeSubscription: !Ref 'BudgetDataCostTypesIncludeSubscription'\n          UseBlended: !Ref 'BudgetDataCostTypesUseBlended'\n          IncludeUpfront: !Ref 'BudgetDataCostTypesIncludeUpfront'\n          IncludeDiscount: !Ref 'BudgetDataCostTypesIncludeDiscount'\n          IncludeCredit: !Ref 'BudgetDataCostTypesIncludeCredit'\n          IncludeRecurring: !Ref 'BudgetDataCostTypesIncludeRecurring'\n          UseAmortized: !Ref 'BudgetDataCostTypesUseAmortized'\n          IncludeRefund: !Ref 'BudgetDataCostTypesIncludeRefund'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CE-CostCategory/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-name\n  RuleVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-ruleversion\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-rules\nResources:\n  Resource:\n    Type: AWS::CE::CostCategory\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html\n    Properties:\n      Name: !Ref 'Name'\n      RuleVersion: !Ref 'RuleVersion'\n      Rules: !Ref 'Rules'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  EffectiveStart:\n    Value:\n      GetAtt:\n        - Resource\n        - EffectiveStart\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Keyspace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cassandra-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename\n    Default: null\n  BillingModeMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html#cfn-cassandra-table-billingmode-mode\n  BillingModeProvisionedThroughputReadCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-readcapacityunits\n  BillingModeProvisionedThroughputWriteCapacityUnits:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-provisionedthroughput.html#cfn-cassandra-table-provisionedthroughput-writecapacityunits\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n      TableName: !Ref 'TableName'\n      BillingMode:\n        Mode: !Ref 'BillingModeMode'\n        ProvisionedThroughput:\n          ReadCapacityUnits: !Ref 'BillingModeProvisionedThroughputReadCapacityUnits'\n          WriteCapacityUnits: !Ref 'BillingModeProvisionedThroughputWriteCapacityUnits'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CertificateManager-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateauthorityarn\n    Default: null\n  CertificateTransparencyLoggingPreference:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificatetransparencyloggingpreference\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\n  ValidationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-validationmethod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateTransparencyLoggingPreference: !Ref 'CertificateTransparencyLoggingPreference'\n      DomainName: !Ref 'DomainName'\n      ValidationMethod: !Ref 'ValidationMethod'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\n  LoggingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-logginglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\n      LoggingLevel: !Ref 'LoggingLevel'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  OwnerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype\n    Default: null\n  AutomaticStopTimeMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetid\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      OwnerArn: !Ref 'OwnerArn'\n      Description: !Ref 'Description'\n      ConnectionType: !Ref 'ConnectionType'\n      AutomaticStopTimeMinutes: !Ref 'AutomaticStopTimeMinutes'\n      SubnetId: !Ref 'SubnetId'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  OwnerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype\n    Default: null\n  AutomaticStopTimeMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetid\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      OwnerArn: !Ref 'OwnerArn'\n      Description: !Ref 'Description'\n      ConnectionType: !Ref 'ConnectionType'\n      AutomaticStopTimeMinutes: !Ref 'AutomaticStopTimeMinutes'\n      SubnetId: !Ref 'SubnetId'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  OwnerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype\n    Default: null\n  AutomaticStopTimeMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetid\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      OwnerArn: !Ref 'OwnerArn'\n      Description: !Ref 'Description'\n      ConnectionType: !Ref 'ConnectionType'\n      AutomaticStopTimeMinutes: !Ref 'AutomaticStopTimeMinutes'\n      SubnetId: !Ref 'SubnetId'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  OwnerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype\n    Default: null\n  AutomaticStopTimeMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetid\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      OwnerArn: !Ref 'OwnerArn'\n      Description: !Ref 'Description'\n      ConnectionType: !Ref 'ConnectionType'\n      AutomaticStopTimeMinutes: !Ref 'AutomaticStopTimeMinutes'\n      SubnetId: !Ref 'SubnetId'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  OwnerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description\n    Default: null\n  ConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-connectiontype\n    Default: null\n  AutomaticStopTimeMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetid\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      OwnerArn: !Ref 'OwnerArn'\n      Description: !Ref 'Description'\n      ConnectionType: !Ref 'ConnectionType'\n      AutomaticStopTimeMinutes: !Ref 'AutomaticStopTimeMinutes'\n      SubnetId: !Ref 'SubnetId'\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Macro/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname\n    Default: null\n  LogRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      LogGroupName: !Ref 'LogGroupName'\n      LogRoleARN: !Ref 'LogRoleARN'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nParameters:\n  Count:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-count\n    Default: null\n  Handle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-handle\n    Default: null\n  Timeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html#cfn-waitcondition-timeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\n    Properties:\n      Count: !Ref 'Count'\n      Handle: !Ref 'Handle'\n      Timeout: !Ref 'Timeout'\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-Distribution/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigLoggingIncludeCookies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-includecookies\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-bucket\n  DistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html#cfn-cloudfront-distribution-logging-prefix\n    Default: null\n  DistributionConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-comment\n    Default: null\n  DistributionConfigDefaultRootObject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-defaultrootobject\n    Default: null\n  DistributionConfigViewerCertificateIamCertificateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-iamcertificateid\n    Default: null\n  DistributionConfigViewerCertificateSslSupportMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-sslsupportmethod\n    Default: null\n  DistributionConfigViewerCertificateMinimumProtocolVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-minimumprotocolversion\n    Default: null\n  DistributionConfigViewerCertificateCloudFrontDefaultCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-cloudfrontdefaultcertificate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigViewerCertificateAcmCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn\n    Default: null\n  DistributionConfigPriceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass\n    Default: null\n  DistributionConfigDefaultCacheBehaviorCompress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-compress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorTargetOriginId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid\n  DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-viewerprotocolpolicy\n  DistributionConfigDefaultCacheBehaviorDefaultTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-defaultttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-fieldlevelencryptionid\n    Default: null\n  DistributionConfigDefaultCacheBehaviorSmoothStreaming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cookies.html#cfn-cloudfront-distribution-cookies-forward\n  DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html#cfn-cloudfront-distribution-forwardedvalues-querystring\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigDefaultCacheBehaviorMinTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-minttl\n    Default: null\n  DistributionConfigDefaultCacheBehaviorMaxTTL:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-maxttl\n    Default: null\n  DistributionConfigOriginGroupsQuantity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroups.html#cfn-cloudfront-distribution-origingroups-quantity\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DistributionConfigIPV6Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-ipv6enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DistributionConfigWebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-webaclid\n    Default: null\n  DistributionConfigHttpVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion\n    Default: null\n  DistributionConfigRestrictionsGeoRestrictionRestrictionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-georestriction.html#cfn-cloudfront-distribution-georestriction-restrictiontype\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Logging:\n          IncludeCookies: !Ref 'DistributionConfigLoggingIncludeCookies'\n          Bucket: !Ref 'DistributionConfigLoggingBucket'\n          Prefix: !Ref 'DistributionConfigLoggingPrefix'\n        Comment: !Ref 'DistributionConfigComment'\n        DefaultRootObject: !Ref 'DistributionConfigDefaultRootObject'\n        ViewerCertificate:\n          IamCertificateId: !Ref 'DistributionConfigViewerCertificateIamCertificateId'\n          SslSupportMethod: !Ref 'DistributionConfigViewerCertificateSslSupportMethod'\n          MinimumProtocolVersion: !Ref 'DistributionConfigViewerCertificateMinimumProtocolVersion'\n          CloudFrontDefaultCertificate: !Ref 'DistributionConfigViewerCertificateCloudFrontDefaultCertificate'\n          AcmCertificateArn: !Ref 'DistributionConfigViewerCertificateAcmCertificateArn'\n        PriceClass: !Ref 'DistributionConfigPriceClass'\n        DefaultCacheBehavior:\n          Compress: !Ref 'DistributionConfigDefaultCacheBehaviorCompress'\n          TargetOriginId: !Ref 'DistributionConfigDefaultCacheBehaviorTargetOriginId'\n          ViewerProtocolPolicy: !Ref 'DistributionConfigDefaultCacheBehaviorViewerProtocolPolicy'\n          DefaultTTL: !Ref 'DistributionConfigDefaultCacheBehaviorDefaultTTL'\n          FieldLevelEncryptionId: !Ref 'DistributionConfigDefaultCacheBehaviorFieldLevelEncryptionId'\n          SmoothStreaming: !Ref 'DistributionConfigDefaultCacheBehaviorSmoothStreaming'\n          ForwardedValues:\n            Cookies:\n              Forward: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesCookiesForward'\n            QueryString: !Ref 'DistributionConfigDefaultCacheBehaviorForwardedValuesQueryString'\n          MinTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMinTTL'\n          MaxTTL: !Ref 'DistributionConfigDefaultCacheBehaviorMaxTTL'\n        OriginGroups:\n          Quantity: !Ref 'DistributionConfigOriginGroupsQuantity'\n        Enabled: !Ref 'DistributionConfigEnabled'\n        IPV6Enabled: !Ref 'DistributionConfigIPV6Enabled'\n        WebACLId: !Ref 'DistributionConfigWebACLId'\n        HttpVersion: !Ref 'DistributionConfigHttpVersion'\n        Restrictions:\n          GeoRestriction:\n            RestrictionType: !Ref 'DistributionConfigRestrictionsGeoRestrictionRestrictionType'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigLoggingBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-bucket\n  StreamingDistributionConfigLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigLoggingPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-logging.html#cfn-cloudfront-streamingdistribution-logging-prefix\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigPriceClass:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass\n    Default: null\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Logging:\n          Bucket: !Ref 'StreamingDistributionConfigLoggingBucket'\n          Enabled: !Ref 'StreamingDistributionConfigLoggingEnabled'\n          Prefix: !Ref 'StreamingDistributionConfigLoggingPrefix'\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        PriceClass: !Ref 'StreamingDistributionConfigPriceClass'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudTrail-Trail/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  CloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsloggrouparn\n    Default: null\n  CloudWatchLogsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-cloudwatchlogsrolearn\n    Default: null\n  EnableLogFileValidation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-enablelogfilevalidation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IncludeGlobalServiceEvents:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-includeglobalserviceevents\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  IsMultiRegionTrail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-ismultiregiontrail\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-kmskeyid\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3keyprefix\n    Default: null\n  SnsTopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-snstopicname\n    Default: null\n  TrailName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-trailname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      CloudWatchLogsLogGroupArn: !Ref 'CloudWatchLogsLogGroupArn'\n      CloudWatchLogsRoleArn: !Ref 'CloudWatchLogsRoleArn'\n      EnableLogFileValidation: !Ref 'EnableLogFileValidation'\n      IncludeGlobalServiceEvents: !Ref 'IncludeGlobalServiceEvents'\n      IsLogging: !Ref 'IsLogging'\n      IsMultiRegionTrail: !Ref 'IsMultiRegionTrail'\n      KMSKeyId: !Ref 'KMSKeyId'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicName: !Ref 'SnsTopicName'\n      TrailName: !Ref 'TrailName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Alarm/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmdescription\n    Default: null\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-alarmname\n    Default: null\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  DatapointsToAlarm:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-datapointstoalarm\n    Default: null\n  EvaluateLowSampleCountPercentile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluatelowsamplecountpercentile\n    Default: null\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\n  ExtendedStatistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-extendedstatistic\n    Default: null\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-metricname\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace\n    Default: null\n  Period:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period\n    Default: null\n  Statistic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-statistic\n    Default: null\n  Threshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-threshold\n    Default: null\n  ThresholdMetricId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-dynamic-threshold\n    Default: null\n  TreatMissingData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-treatmissingdata\n    Default: null\n  Unit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-unit\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ActionsEnabled: !Ref 'ActionsEnabled'\n      AlarmDescription: !Ref 'AlarmDescription'\n      AlarmName: !Ref 'AlarmName'\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      DatapointsToAlarm: !Ref 'DatapointsToAlarm'\n      EvaluateLowSampleCountPercentile: !Ref 'EvaluateLowSampleCountPercentile'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\n      ExtendedStatistic: !Ref 'ExtendedStatistic'\n      MetricName: !Ref 'MetricName'\n      Namespace: !Ref 'Namespace'\n      Period: !Ref 'Period'\n      Statistic: !Ref 'Statistic'\n      Threshold: !Ref 'Threshold'\n      ThresholdMetricId: !Ref 'ThresholdMetricId'\n      TreatMissingData: !Ref 'TreatMissingData'\n      Unit: !Ref 'Unit'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  ConfigurationMetricTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-configuration.html#cfn-cloudwatch-anomalydetector-configuration-metrictimezone\n    Default: null\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Configuration:\n        MetricTimeZone: !Ref 'ConfigurationMetricTimeZone'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\n  AlarmDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmdescription\n    Default: null\n  ActionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-actionsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\n      AlarmDescription: !Ref 'AlarmDescription'\n      ActionsEnabled: !Ref 'ActionsEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname\n    Default: null\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardName: !Ref 'DashboardName'\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\n      Tags: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-Project/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description\n    Default: null\n  VpcConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-vpcconfig.html#cfn-codebuild-project-vpcconfig-vpcid\n    Default: null\n  EncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey\n    Default: null\n  SourceVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion\n    Default: null\n  ProjectTriggersWebhook:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  SourceReportBuildStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-reportbuildstatus\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceSourceAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type\n  SourceSourceAuthResource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource\n    Default: null\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-sourceidentifier\n    Default: null\n  SourceBuildSpec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-buildspec\n    Default: null\n  SourceGitCloneDepth:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-gitclonedepth\n    Default: null\n  SourceBuildStatusConfigContext:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-context\n    Default: null\n  SourceBuildStatusConfigTargetUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-buildstatusconfig.html#cfn-codebuild-project-buildstatusconfig-targeturl\n    Default: null\n  SourceGitSubmodulesConfigFetchSubmodules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html#cfn-codebuild-project-gitsubmodulesconfig-fetchsubmodules\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SourceInsecureSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-insecuressl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-location\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name\n    Default: null\n  ArtifactsPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-path\n    Default: null\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ArtifactsArtifactIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-artifactidentifier\n    Default: null\n  ArtifactsOverrideArtifactName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-overrideartifactname\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-packaging\n    Default: null\n  ArtifactsEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ArtifactsLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-location\n    Default: null\n  ArtifactsName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-name\n    Default: null\n  ArtifactsNamespaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-namespacetype\n    Default: null\n  BadgeEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigCloudWatchLogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-status\n  LogsConfigCloudWatchLogsConfigGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-groupname\n    Default: null\n  LogsConfigCloudWatchLogsConfigStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-cloudwatchlogsconfig.html#cfn-codebuild-project-cloudwatchlogsconfig-streamname\n    Default: null\n  LogsConfigS3LogsConfigStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-status\n  LogsConfigS3LogsConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LogsConfigS3LogsConfigLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-s3logsconfig.html#cfn-codebuild-project-s3logsconfig-location\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  QueuedTimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes\n    Default: null\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentPrivilegedMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-privilegedmode\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnvironmentImagePullCredentialsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-imagepullcredentialstype\n    Default: null\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentRegistryCredentialCredential:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credential\n  EnvironmentRegistryCredentialCredentialProvider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-registrycredential.html#cfn-codebuild-project-registrycredential-credentialprovider\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\n  EnvironmentCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-certificate\n    Default: null\n  TimeoutInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes\n    Default: null\n  ProjectCacheType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-type\n  ProjectCacheLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectcache.html#cfn-codebuild-project-projectcache-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Description: !Ref 'Description'\n      VpcConfig:\n        VpcId: !Ref 'VpcConfigVpcId'\n      EncryptionKey: !Ref 'EncryptionKey'\n      SourceVersion: !Ref 'SourceVersion'\n      Triggers:\n        Webhook: !Ref 'ProjectTriggersWebhook'\n      Source:\n        Type: !Ref 'SourceType'\n        ReportBuildStatus: !Ref 'SourceReportBuildStatus'\n        Auth:\n          Type: !Ref 'SourceSourceAuthType'\n          Resource: !Ref 'SourceSourceAuthResource'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\n        BuildSpec: !Ref 'SourceBuildSpec'\n        GitCloneDepth: !Ref 'SourceGitCloneDepth'\n        BuildStatusConfig:\n          Context: !Ref 'SourceBuildStatusConfigContext'\n          TargetUrl: !Ref 'SourceBuildStatusConfigTargetUrl'\n        GitSubmodulesConfig:\n          FetchSubmodules: !Ref 'SourceGitSubmodulesConfigFetchSubmodules'\n        InsecureSsl: !Ref 'SourceInsecureSsl'\n        Location: !Ref 'SourceLocation'\n      Name: !Ref 'Name'\n      Artifacts:\n        Path: !Ref 'ArtifactsPath'\n        Type: !Ref 'ArtifactsType'\n        ArtifactIdentifier: !Ref 'ArtifactsArtifactIdentifier'\n        OverrideArtifactName: !Ref 'ArtifactsOverrideArtifactName'\n        Packaging: !Ref 'ArtifactsPackaging'\n        EncryptionDisabled: !Ref 'ArtifactsEncryptionDisabled'\n        Location: !Ref 'ArtifactsLocation'\n        Name: !Ref 'ArtifactsName'\n        NamespaceType: !Ref 'ArtifactsNamespaceType'\n      BadgeEnabled: !Ref 'BadgeEnabled'\n      LogsConfig:\n        CloudWatchLogs:\n          Status: !Ref 'LogsConfigCloudWatchLogsConfigStatus'\n          GroupName: !Ref 'LogsConfigCloudWatchLogsConfigGroupName'\n          StreamName: !Ref 'LogsConfigCloudWatchLogsConfigStreamName'\n        S3Logs:\n          Status: !Ref 'LogsConfigS3LogsConfigStatus'\n          EncryptionDisabled: !Ref 'LogsConfigS3LogsConfigEncryptionDisabled'\n          Location: !Ref 'LogsConfigS3LogsConfigLocation'\n      ServiceRole: !Ref 'ServiceRole'\n      QueuedTimeoutInMinutes: !Ref 'QueuedTimeoutInMinutes'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        PrivilegedMode: !Ref 'EnvironmentPrivilegedMode'\n        ImagePullCredentialsType: !Ref 'EnvironmentImagePullCredentialsType'\n        Image: !Ref 'EnvironmentImage'\n        RegistryCredential:\n          Credential: !Ref 'EnvironmentRegistryCredentialCredential'\n          CredentialProvider: !Ref 'EnvironmentRegistryCredentialCredentialProvider'\n        ComputeType: !Ref 'EnvironmentComputeType'\n        Certificate: !Ref 'EnvironmentCertificate'\n      TimeoutInMinutes: !Ref 'TimeoutInMinutes'\n      Cache:\n        Type: !Ref 'ProjectCacheType'\n        Location: !Ref 'ProjectCacheLocation'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigS3ReportExportConfigPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-path\n    Default: null\n  ReportExportConfigS3ReportExportConfigBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-bucket\n  ReportExportConfigS3ReportExportConfigPackaging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-packaging\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptionkey\n    Default: null\n  ReportExportConfigS3ReportExportConfigEncryptionDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-s3reportexportconfig.html#cfn-codebuild-reportgroup-s3reportexportconfig-encryptiondisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        S3Destination:\n          Path: !Ref 'ReportExportConfigS3ReportExportConfigPath'\n          Bucket: !Ref 'ReportExportConfigS3ReportExportConfigBucket'\n          Packaging: !Ref 'ReportExportConfigS3ReportExportConfigPackaging'\n          EncryptionKey: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionKey'\n          EncryptionDisabled: !Ref 'ReportExportConfigS3ReportExportConfigEncryptionDisabled'\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-username\n    Default: null\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Username: !Ref 'Username'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeCommit-Repository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeCommit-Repository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeCommit-Repository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeCommit-Repository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-applicationname\n    Default: null\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html#cfn-codedeploy-application-computeplatform\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ComputePlatform: !Ref 'ComputePlatform'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nParameters:\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname\n    Default: null\n  MinimumHealthyHostsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-type\n  MinimumHealthyHostsValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts-value\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n    Properties:\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      MinimumHealthyHosts:\n        Type: !Ref 'MinimumHealthyHostsType'\n        Value: !Ref 'MinimumHealthyHostsValue'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  AlarmConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AlarmConfigurationIgnorePollAlarmFailure:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  AutoRollbackConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html#cfn-codedeploy-deploymentgroup-autorollbackconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-description\n    Default: null\n  DeploymentIgnoreApplicationStopFailures:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeploymentRevisionLocationGitHubLocationCommitId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-commitid\n  DeploymentRevisionLocationGitHubLocationRepository:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-githublocation-repository\n  DeploymentRevisionLocationRevisionType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-revisiontype\n    Default: null\n  DeploymentRevisionLocationS3LocationBucket:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bucket\n  DeploymentRevisionLocationS3LocationBundleType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-bundletype\n    Default: null\n  DeploymentRevisionLocationS3LocationETag:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-etag\n    Default: null\n  DeploymentRevisionLocationS3LocationKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-key\n  DeploymentRevisionLocationS3LocationVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-s3location.html#cfn-properties-codedeploy-deploymentgroup-deployment-revision-s3location-value\n    Default: null\n  DeploymentConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentconfigname\n    Default: null\n  DeploymentGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-deploymentgroupname\n    Default: null\n  DeploymentStyleDeploymentOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymentoption\n    Default: null\n  DeploymentStyleDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deploymentstyle.html#cfn-codedeploy-deploymentgroup-deploymentstyle-deploymenttype\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      AlarmConfiguration:\n        Enabled: !Ref 'AlarmConfigurationEnabled'\n        IgnorePollAlarmFailure: !Ref 'AlarmConfigurationIgnorePollAlarmFailure'\n      ApplicationName: !Ref 'ApplicationName'\n      AutoRollbackConfiguration:\n        Enabled: !Ref 'AutoRollbackConfigurationEnabled'\n      Deployment:\n        Description: !Ref 'DeploymentDescription'\n        IgnoreApplicationStopFailures: !Ref 'DeploymentIgnoreApplicationStopFailures'\n        Revision:\n          GitHubLocation:\n            CommitId: !Ref 'DeploymentRevisionLocationGitHubLocationCommitId'\n            Repository: !Ref 'DeploymentRevisionLocationGitHubLocationRepository'\n          RevisionType: !Ref 'DeploymentRevisionLocationRevisionType'\n          S3Location:\n            Bucket: !Ref 'DeploymentRevisionLocationS3LocationBucket'\n            BundleType: !Ref 'DeploymentRevisionLocationS3LocationBundleType'\n            ETag: !Ref 'DeploymentRevisionLocationS3LocationETag'\n            Key: !Ref 'DeploymentRevisionLocationS3LocationKey'\n            Version: !Ref 'DeploymentRevisionLocationS3LocationVersion'\n      DeploymentConfigName: !Ref 'DeploymentConfigName'\n      DeploymentGroupName: !Ref 'DeploymentGroupName'\n      DeploymentStyle:\n        DeploymentOption: !Ref 'DeploymentStyleDeploymentOption'\n        DeploymentType: !Ref 'DeploymentStyleDeploymentType'\n      Ec2TagSet: {}\n      LoadBalancerInfo: {}\n      OnPremisesTagSet: {}\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\n  ComputePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-computeplatform\n    Default: null\n  AgentPermissions:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-agentpermissions\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\n      ComputePlatform: !Ref 'ComputePlatform'\n      AgentPermissions: !Ref 'AgentPermissions'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  SettingsEntityUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate\n    Default: null\n  SettingsExecutionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate\n    Default: null\n  SettingsRevisionUrlTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate\n    Default: null\n  SettingsThirdPartyConfigurationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Settings:\n        EntityUrlTemplate: !Ref 'SettingsEntityUrlTemplate'\n        ExecutionUrlTemplate: !Ref 'SettingsExecutionUrlTemplate'\n        RevisionUrlTemplate: !Ref 'SettingsRevisionUrlTemplate'\n        ThirdPartyConfigurationUrl: !Ref 'SettingsThirdPartyConfigurationUrl'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  ArtifactStoreEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-id\n  ArtifactStoreEncryptionKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore-encryptionkey.html#cfn-codepipeline-pipeline-artifactstore-encryptionkey-type\n  ArtifactStoreLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-location\n  ArtifactStoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-artifactstore.html#cfn-codepipeline-pipeline-artifactstore-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-name\n    Default: null\n  RestartExecutionOnUpdate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-restartexecutiononupdate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      ArtifactStore:\n        EncryptionKey:\n          Id: !Ref 'ArtifactStoreEncryptionKeyId'\n          Type: !Ref 'ArtifactStoreEncryptionKeyType'\n        Location: !Ref 'ArtifactStoreLocation'\n        Type: !Ref 'ArtifactStoreType'\n      Name: !Ref 'Name'\n      RestartExecutionOnUpdate: !Ref 'RestartExecutionOnUpdate'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodePipeline-Webhook/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  WebhookAuthConfigurationAllowedIPRange:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-allowediprange\n    Default: null\n  WebhookAuthConfigurationSecretToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-webhook-webhookauthconfiguration.html#cfn-codepipeline-webhook-webhookauthconfiguration-secrettoken\n    Default: null\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name\n    Default: null\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\n  RegisterWithThirdParty:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration:\n        AllowedIPRange: !Ref 'WebhookAuthConfigurationAllowedIPRange'\n        SecretToken: !Ref 'WebhookAuthConfigurationSecretToken'\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      Name: !Ref 'Name'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\n      RegisterWithThirdParty: !Ref 'RegisterWithThirdParty'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  EnableIssues:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\n  IsPrivate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion\n    Default: null\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key\n  RepositoryDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      EnableIssues: !Ref 'EnableIssues'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n      IsPrivate: !Ref 'IsPrivate'\n      Code:\n        S3:\n          ObjectVersion: !Ref 'CodeS3ObjectVersion'\n          Bucket: !Ref 'CodeS3Bucket'\n          Key: !Ref 'CodeS3Key'\n      RepositoryDescription: !Ref 'RepositoryDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\n    Default: null\n  HostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-hostarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\n      HostArn: !Ref 'HostArn'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-status\n    Default: null\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      Status: !Ref 'Status'\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  PushSyncRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html#cfn-cognito-identitypool-pushsync-rolearn\n    Default: null\n  CognitoEvents:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-cognitoevents\n    Default: null\n  DeveloperProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-developerprovidername\n    Default: null\n  CognitoStreamsStreamingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamingstatus\n    Default: null\n  CognitoStreamsStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-streamname\n    Default: null\n  CognitoStreamsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-cognitostreams.html#cfn-cognito-identitypool-cognitostreams-rolearn\n    Default: null\n  IdentityPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-identitypoolname\n    Default: null\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SupportedLoginProviders:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-supportedloginproviders\n    Default: null\n  AllowClassicFlow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowclassicflow\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      PushSync:\n        RoleArn: !Ref 'PushSyncRoleArn'\n      CognitoEvents: !Ref 'CognitoEvents'\n      DeveloperProviderName: !Ref 'DeveloperProviderName'\n      CognitoStreams:\n        StreamingStatus: !Ref 'CognitoStreamsStreamingStatus'\n        StreamName: !Ref 'CognitoStreamsStreamName'\n        RoleArn: !Ref 'CognitoStreamsRoleArn'\n      IdentityPoolName: !Ref 'IdentityPoolName'\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\n      SupportedLoginProviders: !Ref 'SupportedLoginProviders'\n      AllowClassicFlow: !Ref 'AllowClassicFlow'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  RoleMappings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-rolemappings\n    Default: null\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\n  Roles:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-roles\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      RoleMappings: !Ref 'RoleMappings'\n      IdentityPoolId: !Ref 'IdentityPoolId'\n      Roles: !Ref 'Roles'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nParameters:\n  UserPoolTags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltags\n    Default: null\n  PoliciesPasswordPolicyRequireNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyMinimumLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-minimumlength\n    Default: null\n  PoliciesPasswordPolicyTemporaryPasswordValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-temporarypasswordvaliditydays\n    Default: null\n  PoliciesPasswordPolicyRequireUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requireuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requirelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PoliciesPasswordPolicyRequireSymbols:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html#cfn-cognito-userpool-passwordpolicy-requiresymbols\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VerificationMessageTemplateEmailMessageByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessagebylink\n    Default: null\n  VerificationMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailmessage\n    Default: null\n  VerificationMessageTemplateSmsMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-smsmessage\n    Default: null\n  VerificationMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubject\n    Default: null\n  VerificationMessageTemplateDefaultEmailOption:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-defaultemailoption\n    Default: null\n  VerificationMessageTemplateEmailSubjectByLink:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-verificationmessagetemplate.html#cfn-cognito-userpool-verificationmessagetemplate-emailsubjectbylink\n    Default: null\n  MfaConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-mfaconfiguration\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateSMSMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-smsmessage\n    Default: null\n  AdminCreateUserConfigInviteMessageTemplateEmailSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-invitemessagetemplate.html#cfn-cognito-userpool-invitemessagetemplate-emailsubject\n    Default: null\n  AdminCreateUserConfigUnusedAccountValidityDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-unusedaccountvaliditydays\n    Default: null\n  AdminCreateUserConfigAllowAdminCreateUserOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-admincreateuserconfig.html#cfn-cognito-userpool-admincreateuserconfig-allowadmincreateuseronly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SmsAuthenticationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsauthenticationmessage\n    Default: null\n  UsernameConfigurationCaseSensitive:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-usernameconfiguration.html#cfn-cognito-userpool-usernameconfiguration-casesensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpoolname\n    Default: null\n  SmsVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-smsverificationmessage\n    Default: null\n  UserPoolAddOnsAdvancedSecurityMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-userpooladdons.html#cfn-cognito-userpool-userpooladdons-advancedsecuritymode\n    Default: null\n  EmailConfigurationReplyToEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress\n    Default: null\n  EmailConfigurationConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-configurationset\n    Default: null\n  EmailConfigurationEmailSendingAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-emailsendingaccount\n    Default: null\n  EmailConfigurationSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn\n    Default: null\n  EmailConfigurationFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-from\n    Default: null\n  SmsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid\n    Default: null\n  SmsConfigurationSnsCallerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn\n    Default: null\n  EmailVerificationSubject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationsubject\n    Default: null\n  LambdaConfigCreateAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-createauthchallenge\n    Default: null\n  LambdaConfigPreAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-preauthentication\n    Default: null\n  LambdaConfigDefineAuthChallenge:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-defineauthchallenge\n    Default: null\n  LambdaConfigPreSignUp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-presignup\n    Default: null\n  LambdaConfigPreTokenGeneration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-pretokengeneration\n    Default: null\n  LambdaConfigUserMigration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-usermigration\n    Default: null\n  LambdaConfigPostAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postauthentication\n    Default: null\n  LambdaConfigPostConfirmation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-postconfirmation\n    Default: null\n  LambdaConfigCustomMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-custommessage\n    Default: null\n  LambdaConfigVerifyAuthChallengeResponse:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html#cfn-cognito-userpool-lambdaconfig-verifyauthchallengeresponse\n    Default: null\n  DeviceConfigurationDeviceOnlyRememberedOnUserPrompt:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceConfigurationChallengeRequiredOnNewDevice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EmailVerificationMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-emailverificationmessage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\n    Properties:\n      UserPoolTags: !Ref 'UserPoolTags'\n      Policies:\n        PasswordPolicy:\n          RequireNumbers: !Ref 'PoliciesPasswordPolicyRequireNumbers'\n          MinimumLength: !Ref 'PoliciesPasswordPolicyMinimumLength'\n          TemporaryPasswordValidityDays: !Ref 'PoliciesPasswordPolicyTemporaryPasswordValidityDays'\n          RequireUppercase: !Ref 'PoliciesPasswordPolicyRequireUppercase'\n          RequireLowercase: !Ref 'PoliciesPasswordPolicyRequireLowercase'\n          RequireSymbols: !Ref 'PoliciesPasswordPolicyRequireSymbols'\n      VerificationMessageTemplate:\n        EmailMessageByLink: !Ref 'VerificationMessageTemplateEmailMessageByLink'\n        EmailMessage: !Ref 'VerificationMessageTemplateEmailMessage'\n        SmsMessage: !Ref 'VerificationMessageTemplateSmsMessage'\n        EmailSubject: !Ref 'VerificationMessageTemplateEmailSubject'\n        DefaultEmailOption: !Ref 'VerificationMessageTemplateDefaultEmailOption'\n        EmailSubjectByLink: !Ref 'VerificationMessageTemplateEmailSubjectByLink'\n      MfaConfiguration: !Ref 'MfaConfiguration'\n      AdminCreateUserConfig:\n        InviteMessageTemplate:\n          EmailMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailMessage'\n          SMSMessage: !Ref 'AdminCreateUserConfigInviteMessageTemplateSMSMessage'\n          EmailSubject: !Ref 'AdminCreateUserConfigInviteMessageTemplateEmailSubject'\n        UnusedAccountValidityDays: !Ref 'AdminCreateUserConfigUnusedAccountValidityDays'\n        AllowAdminCreateUserOnly: !Ref 'AdminCreateUserConfigAllowAdminCreateUserOnly'\n      SmsAuthenticationMessage: !Ref 'SmsAuthenticationMessage'\n      UsernameConfiguration:\n        CaseSensitive: !Ref 'UsernameConfigurationCaseSensitive'\n      UserPoolName: !Ref 'UserPoolName'\n      SmsVerificationMessage: !Ref 'SmsVerificationMessage'\n      UserPoolAddOns:\n        AdvancedSecurityMode: !Ref 'UserPoolAddOnsAdvancedSecurityMode'\n      EmailConfiguration:\n        ReplyToEmailAddress: !Ref 'EmailConfigurationReplyToEmailAddress'\n        ConfigurationSet: !Ref 'EmailConfigurationConfigurationSet'\n        EmailSendingAccount: !Ref 'EmailConfigurationEmailSendingAccount'\n        SourceArn: !Ref 'EmailConfigurationSourceArn'\n        From: !Ref 'EmailConfigurationFrom'\n      SmsConfiguration:\n        ExternalId: !Ref 'SmsConfigurationExternalId'\n        SnsCallerArn: !Ref 'SmsConfigurationSnsCallerArn'\n      EmailVerificationSubject: !Ref 'EmailVerificationSubject'\n      LambdaConfig:\n        CreateAuthChallenge: !Ref 'LambdaConfigCreateAuthChallenge'\n        PreAuthentication: !Ref 'LambdaConfigPreAuthentication'\n        DefineAuthChallenge: !Ref 'LambdaConfigDefineAuthChallenge'\n        PreSignUp: !Ref 'LambdaConfigPreSignUp'\n        PreTokenGeneration: !Ref 'LambdaConfigPreTokenGeneration'\n        UserMigration: !Ref 'LambdaConfigUserMigration'\n        PostAuthentication: !Ref 'LambdaConfigPostAuthentication'\n        PostConfirmation: !Ref 'LambdaConfigPostConfirmation'\n        CustomMessage: !Ref 'LambdaConfigCustomMessage'\n        VerifyAuthChallengeResponse: !Ref 'LambdaConfigVerifyAuthChallengeResponse'\n      DeviceConfiguration:\n        DeviceOnlyRememberedOnUserPrompt: !Ref 'DeviceConfigurationDeviceOnlyRememberedOnUserPrompt'\n        ChallengeRequiredOnNewDevice: !Ref 'DeviceConfigurationChallengeRequiredOnNewDevice'\n      EmailVerificationMessage: !Ref 'EmailVerificationMessage'\n      AccountRecoverySetting: {}\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  AnalyticsConfigurationUserDataShared:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-userdatashared\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AnalyticsConfigurationExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-externalid\n    Default: null\n  AnalyticsConfigurationApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-applicationid\n    Default: null\n  AnalyticsConfigurationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolclient-analyticsconfiguration.html#cfn-cognito-userpoolclient-analyticsconfiguration-rolearn\n    Default: null\n  GenerateSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AllowedOAuthFlowsUserPoolClient:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultRedirectURI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi\n    Default: null\n  ClientName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\n  RefreshTokenValidity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity\n    Default: null\n  PreventUserExistenceErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      AnalyticsConfiguration:\n        UserDataShared: !Ref 'AnalyticsConfigurationUserDataShared'\n        ExternalId: !Ref 'AnalyticsConfigurationExternalId'\n        ApplicationId: !Ref 'AnalyticsConfigurationApplicationId'\n        RoleArn: !Ref 'AnalyticsConfigurationRoleArn'\n      GenerateSecret: !Ref 'GenerateSecret'\n      AllowedOAuthFlowsUserPoolClient: !Ref 'AllowedOAuthFlowsUserPoolClient'\n      DefaultRedirectURI: !Ref 'DefaultRedirectURI'\n      ClientName: !Ref 'ClientName'\n      UserPoolId: !Ref 'UserPoolId'\n      RefreshTokenValidity: !Ref 'RefreshTokenValidity'\n      PreventUserExistenceErrors: !Ref 'PreventUserExistenceErrors'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  CustomDomainConfigTypeCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      CustomDomainConfig:\n        CertificateArn: !Ref 'CustomDomainConfigTypeCertificateArn'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-groupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-description\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\n  Precedence:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-precedence\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Description: !Ref 'Description'\n      UserPoolId: !Ref 'UserPoolId'\n      Precedence: !Ref 'Precedence'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  AttributeMapping:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping\n    Default: null\n  ProviderDetails:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails\n    Default: null\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      AttributeMapping: !Ref 'AttributeMapping'\n      ProviderDetails: !Ref 'ProviderDetails'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-textbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-htmlbody\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyemailtype-subject\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto\n    Default: null\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn\n  AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      CompromisedCredentialsRiskConfiguration:\n        Actions:\n          EventAction: !Ref 'CompromisedCredentialsRiskConfigurationTypeCompromisedCredentialsActionsTypeEventAction'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n      AccountTakeoverRiskConfiguration:\n        Actions:\n          HighAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          LowAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n          MediumAction:\n            Notify: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeNotify'\n            EventAction: !Ref 'AccountTakeoverRiskConfigurationTypeAccountTakeoverActionsTypeAccountTakeoverActionTypeEventAction'\n        NotifyConfiguration:\n          BlockEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          ReplyTo: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeReplyTo'\n          SourceArn: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeSourceArn'\n          NoActionEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n          From: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeFrom'\n          MfaEmail:\n            TextBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeTextBody'\n            HtmlBody: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeHtmlBody'\n            Subject: !Ref 'AccountTakeoverRiskConfigurationTypeNotifyConfigurationTypeNotifyEmailTypeSubject'\n      RiskExceptionConfiguration: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  CSS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css\n    Default: null\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      CSS: !Ref 'CSS'\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-username\n    Default: null\n  MessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-messageaction\n    Default: null\n  ClientMetadata:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-clientmetadata\n    Default: null\n  ForceAliasCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-forcealiascreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n      MessageAction: !Ref 'MessageAction'\n      ClientMetadata: !Ref 'ClientMetadata'\n      ForceAliasCreation: !Ref 'ForceAliasCreation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-configrulename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-description\n    Default: null\n  InputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-inputparameters\n    Default: null\n  MaximumExecutionFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html#cfn-config-configrule-maximumexecutionfrequency\n    Default: null\n  ScopeComplianceResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-complianceresourceid\n    Default: null\n  ScopeTagKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagkey\n    Default: null\n  ScopeTagValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html#cfn-config-configrule-scope-tagvalue\n    Default: null\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      Description: !Ref 'Description'\n      InputParameters: !Ref 'InputParameters'\n      MaximumExecutionFrequency: !Ref 'MaximumExecutionFrequency'\n      Scope:\n        ComplianceResourceId: !Ref 'ScopeComplianceResourceId'\n        TagKey: !Ref 'ScopeTagKey'\n        TagValue: !Ref 'ScopeTagValue'\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n    Default: null\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\n  OrganizationAggregationSourceAllAwsRegions:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-allawsregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OrganizationAggregationSourceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html#cfn-config-configurationaggregator-organizationaggregationsource-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n      OrganizationAggregationSource:\n        AllAwsRegions: !Ref 'OrganizationAggregationSourceAllAwsRegions'\n        RoleArn: !Ref 'OrganizationAggregationSourceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-name\n    Default: null\n  RecordingGroupAllSupported:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-allsupported\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RecordingGroupIncludeGlobalResourceTypes:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html#cfn-config-configurationrecorder-recordinggroup-includeglobalresourcetypes\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      Name: !Ref 'Name'\n      RecordingGroup:\n        AllSupported: !Ref 'RecordingGroupAllSupported'\n        IncludeGlobalResourceTypes: !Ref 'RecordingGroupIncludeGlobalResourceTypes'\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-ConformancePack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3keyprefix\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templatebody\n    Default: null\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-templates3uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n      TemplateBody: !Ref 'TemplateBody'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-DeliveryChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  ConfigSnapshotDeliveryPropertiesDeliveryFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-name\n    Default: null\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\n  S3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3keyprefix\n    Default: null\n  SnsTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: !Ref 'ConfigSnapshotDeliveryPropertiesDeliveryFrequency'\n      Name: !Ref 'Name'\n      S3BucketName: !Ref 'S3BucketName'\n      S3KeyPrefix: !Ref 'S3KeyPrefix'\n      SnsTopicARN: !Ref 'SnsTopicARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationManagedRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagkeyscope\n    Default: null\n  OrganizationManagedRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-tagvaluescope\n    Default: null\n  OrganizationManagedRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-description\n    Default: null\n  OrganizationManagedRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-resourceidscope\n    Default: null\n  OrganizationManagedRuleMetadataRuleIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-ruleidentifier\n  OrganizationManagedRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationManagedRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationmanagedrulemetadata.html#cfn-config-organizationconfigrule-organizationmanagedrulemetadata-inputparameters\n    Default: null\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\n  OrganizationCustomRuleMetadataTagKeyScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope\n    Default: null\n  OrganizationCustomRuleMetadataTagValueScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope\n    Default: null\n  OrganizationCustomRuleMetadataDescription:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description\n    Default: null\n  OrganizationCustomRuleMetadataResourceIdScope:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope\n    Default: null\n  OrganizationCustomRuleMetadataLambdaFunctionArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn\n  OrganizationCustomRuleMetadataMaximumExecutionFrequency:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency\n    Default: null\n  OrganizationCustomRuleMetadataInputParameters:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationManagedRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationManagedRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationManagedRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationManagedRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationManagedRuleMetadataResourceIdScope'\n        RuleIdentifier: !Ref 'OrganizationManagedRuleMetadataRuleIdentifier'\n        MaximumExecutionFrequency: !Ref 'OrganizationManagedRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationManagedRuleMetadataInputParameters'\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n      OrganizationCustomRuleMetadata:\n        TagKeyScope: !Ref 'OrganizationCustomRuleMetadataTagKeyScope'\n        TagValueScope: !Ref 'OrganizationCustomRuleMetadataTagValueScope'\n        Description: !Ref 'OrganizationCustomRuleMetadataDescription'\n        ResourceIdScope: !Ref 'OrganizationCustomRuleMetadataResourceIdScope'\n        LambdaFunctionArn: !Ref 'OrganizationCustomRuleMetadataLambdaFunctionArn'\n        MaximumExecutionFrequency: !Ref 'OrganizationCustomRuleMetadataMaximumExecutionFrequency'\n        InputParameters: !Ref 'OrganizationCustomRuleMetadataInputParameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  TemplateS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templates3uri\n    Default: null\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-templatebody\n    Default: null\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\n  DeliveryS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3keyprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      TemplateS3Uri: !Ref 'TemplateS3Uri'\n      TemplateBody: !Ref 'TemplateBody'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n      DeliveryS3KeyPrefix: !Ref 'DeliveryS3KeyPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetversion\n    Default: null\n  ExecutionControlsSsmControlsErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-errorpercentage\n    Default: null\n  ExecutionControlsSsmControlsConcurrentExecutionRatePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-remediationconfiguration-ssmcontrols.html#cfn-config-remediationconfiguration-ssmcontrols-concurrentexecutionratepercentage\n    Default: null\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-parameters\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-resourcetype\n    Default: null\n  RetryAttemptSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-retryattemptseconds\n    Default: null\n  MaximumAutomaticAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-maximumautomaticattempts\n    Default: null\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\n  Automatic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-automatic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetVersion: !Ref 'TargetVersion'\n      ExecutionControls:\n        SsmControls:\n          ErrorPercentage: !Ref 'ExecutionControlsSsmControlsErrorPercentage'\n          ConcurrentExecutionRatePercentage: !Ref 'ExecutionControlsSsmControlsConcurrentExecutionRatePercentage'\n      Parameters: !Ref 'Parameters'\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      ResourceType: !Ref 'ResourceType'\n      RetryAttemptSeconds: !Ref 'RetryAttemptSeconds'\n      MaximumAutomaticAttempts: !Ref 'MaximumAutomaticAttempts'\n      TargetId: !Ref 'TargetId'\n      Automatic: !Ref 'Automatic'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description\n    Default: null\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname\n    Default: null\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow\n    Default: null\n  NotificationTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn\n    Default: null\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      SSESpecification:\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n      Description: !Ref 'Description'\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      NotificationTopicARN: !Ref 'NotificationTopicARN'\n      NodeType: !Ref 'NodeType'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description\n    Default: null\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname\n    Default: null\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow\n    Default: null\n  NotificationTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn\n    Default: null\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      SSESpecification:\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n      Description: !Ref 'Description'\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      NotificationTopicARN: !Ref 'NotificationTopicARN'\n      NodeType: !Ref 'NodeType'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description\n    Default: null\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname\n    Default: null\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow\n    Default: null\n  NotificationTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn\n    Default: null\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      SSESpecification:\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n      Description: !Ref 'Description'\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      NotificationTopicARN: !Ref 'NotificationTopicARN'\n      NodeType: !Ref 'NodeType'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description\n    Default: null\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname\n    Default: null\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow\n    Default: null\n  NotificationTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn\n    Default: null\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      SSESpecification:\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n      Description: !Ref 'Description'\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      NotificationTopicARN: !Ref 'NotificationTopicARN'\n      NodeType: !Ref 'NodeType'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dax-cluster-ssespecification.html#cfn-dax-cluster-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description\n    Default: null\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname\n    Default: null\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow\n    Default: null\n  NotificationTopicARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn\n    Default: null\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      SSESpecification:\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n      Description: !Ref 'Description'\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      NotificationTopicARN: !Ref 'NotificationTopicARN'\n      NodeType: !Ref 'NodeType'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-ParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nParameters:\n  ParameterNameValues:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description\n    Default: null\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n    Properties:\n      ParameterNameValues: !Ref 'ParameterNameValues'\n      Description: !Ref 'Description'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-ParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nParameters:\n  ParameterNameValues:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description\n    Default: null\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n    Properties:\n      ParameterNameValues: !Ref 'ParameterNameValues'\n      Description: !Ref 'Description'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-ParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nParameters:\n  ParameterNameValues:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description\n    Default: null\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n    Properties:\n      ParameterNameValues: !Ref 'ParameterNameValues'\n      Description: !Ref 'Description'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-ParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nParameters:\n  ParameterNameValues:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description\n    Default: null\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n    Properties:\n      ParameterNameValues: !Ref 'ParameterNameValues'\n      Description: !Ref 'Description'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-ParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nParameters:\n  ParameterNameValues:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parameternamevalues\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-description\n    Default: null\n  ParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html#cfn-dax-parametergroup-parametergroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n    Properties:\n      ParameterNameValues: !Ref 'ParameterNameValues'\n      Description: !Ref 'Description'\n      ParameterGroupName: !Ref 'ParameterGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-SubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description\n    Default: null\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-SubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description\n    Default: null\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-SubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description\n    Default: null\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-SubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description\n    Default: null\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DAX-SubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-description\n    Default: null\n  SubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#cfn-dax-subnetgroup-subnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n      SubnetGroupName: !Ref 'SubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-executionrolearn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-description\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html#cfn-dlm-lifecyclepolicy-state\n    Default: null\n  PolicyDetailsPolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype\n    Default: null\n  PolicyDetailsParametersExcludeBootVolume:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Description: !Ref 'Description'\n      State: !Ref 'State'\n      PolicyDetails:\n        PolicyType: !Ref 'PolicyDetailsPolicyType'\n        Parameters:\n          ExcludeBootVolume: !Ref 'PolicyDetailsParametersExcludeBootVolume'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nParameters:\n  CertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificateidentifier\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatepem\n    Default: null\n  CertificateWallet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html#cfn-dms-certificate-certificatewallet\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n    Properties:\n      CertificateIdentifier: !Ref 'CertificateIdentifier'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateWallet: !Ref 'CertificateWallet'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-Endpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-kmskeyid\n    Default: null\n  KafkaSettingsBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-broker\n    Default: null\n  KafkaSettingsTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kafkasettings.html#cfn-dms-endpoint-kafkasettings-topic\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-port\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-databasename\n    Default: null\n  NeptuneSettingsMaxRetryCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount\n    Default: null\n  NeptuneSettingsMaxFileSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize\n    Default: null\n  NeptuneSettingsS3BucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder\n    Default: null\n  NeptuneSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration\n    Default: null\n  NeptuneSettingsIamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NeptuneSettingsS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname\n    Default: null\n  NeptuneSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn\n    Default: null\n  ElasticsearchSettingsEndpointUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri\n    Default: null\n  ElasticsearchSettingsFullLoadErrorPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage\n    Default: null\n  ElasticsearchSettingsErrorRetryDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration\n    Default: null\n  ElasticsearchSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn\n    Default: null\n  S3SettingsExternalTableDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-externaltabledefinition\n    Default: null\n  S3SettingsBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketname\n    Default: null\n  S3SettingsBucketFolder:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-bucketfolder\n    Default: null\n  S3SettingsCsvRowDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvrowdelimiter\n    Default: null\n  S3SettingsCsvDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-csvdelimiter\n    Default: null\n  S3SettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-serviceaccessrolearn\n    Default: null\n  S3SettingsCompressionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html#cfn-dms-endpoint-s3settings-compressiontype\n    Default: null\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  DynamoDbSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn\n    Default: null\n  KinesisSettingsMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-messageformat\n    Default: null\n  KinesisSettingsStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-streamarn\n    Default: null\n  KinesisSettingsServiceAccessRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-kinesissettings.html#cfn-dms-endpoint-kinesissettings-serviceaccessrolearn\n    Default: null\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-username\n    Default: null\n  SslMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-sslmode\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-servername\n    Default: null\n  ExtraConnectionAttributes:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-extraconnectionattributes\n    Default: null\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\n  EndpointIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointidentifier\n    Default: null\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-password\n    Default: null\n  CertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-certificatearn\n    Default: null\n  MongoDbSettingsAuthSource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authsource\n    Default: null\n  MongoDbSettingsAuthMechanism:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authmechanism\n    Default: null\n  MongoDbSettingsUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-username\n    Default: null\n  MongoDbSettingsDocsToInvestigate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-docstoinvestigate\n    Default: null\n  MongoDbSettingsServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-servername\n    Default: null\n  MongoDbSettingsPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-port\n    Default: null\n  MongoDbSettingsExtractDocId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-extractdocid\n    Default: null\n  MongoDbSettingsDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-databasename\n    Default: null\n  MongoDbSettingsAuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-authtype\n    Default: null\n  MongoDbSettingsPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-password\n    Default: null\n  MongoDbSettingsNestingLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html#cfn-dms-endpoint-mongodbsettings-nestinglevel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      KafkaSettings:\n        Broker: !Ref 'KafkaSettingsBroker'\n        Topic: !Ref 'KafkaSettingsTopic'\n      Port: !Ref 'Port'\n      DatabaseName: !Ref 'DatabaseName'\n      NeptuneSettings:\n        MaxRetryCount: !Ref 'NeptuneSettingsMaxRetryCount'\n        MaxFileSize: !Ref 'NeptuneSettingsMaxFileSize'\n        S3BucketFolder: !Ref 'NeptuneSettingsS3BucketFolder'\n        ErrorRetryDuration: !Ref 'NeptuneSettingsErrorRetryDuration'\n        IamAuthEnabled: !Ref 'NeptuneSettingsIamAuthEnabled'\n        S3BucketName: !Ref 'NeptuneSettingsS3BucketName'\n        ServiceAccessRoleArn: !Ref 'NeptuneSettingsServiceAccessRoleArn'\n      ElasticsearchSettings:\n        EndpointUri: !Ref 'ElasticsearchSettingsEndpointUri'\n        FullLoadErrorPercentage: !Ref 'ElasticsearchSettingsFullLoadErrorPercentage'\n        ErrorRetryDuration: !Ref 'ElasticsearchSettingsErrorRetryDuration'\n        ServiceAccessRoleArn: !Ref 'ElasticsearchSettingsServiceAccessRoleArn'\n      S3Settings:\n        ExternalTableDefinition: !Ref 'S3SettingsExternalTableDefinition'\n        BucketName: !Ref 'S3SettingsBucketName'\n        BucketFolder: !Ref 'S3SettingsBucketFolder'\n        CsvRowDelimiter: !Ref 'S3SettingsCsvRowDelimiter'\n        CsvDelimiter: !Ref 'S3SettingsCsvDelimiter'\n        ServiceAccessRoleArn: !Ref 'S3SettingsServiceAccessRoleArn'\n        CompressionType: !Ref 'S3SettingsCompressionType'\n      EngineName: !Ref 'EngineName'\n      DynamoDbSettings:\n        ServiceAccessRoleArn: !Ref 'DynamoDbSettingsServiceAccessRoleArn'\n      KinesisSettings:\n        MessageFormat: !Ref 'KinesisSettingsMessageFormat'\n        StreamArn: !Ref 'KinesisSettingsStreamArn'\n        ServiceAccessRoleArn: !Ref 'KinesisSettingsServiceAccessRoleArn'\n      Username: !Ref 'Username'\n      SslMode: !Ref 'SslMode'\n      ServerName: !Ref 'ServerName'\n      ExtraConnectionAttributes: !Ref 'ExtraConnectionAttributes'\n      EndpointType: !Ref 'EndpointType'\n      EndpointIdentifier: !Ref 'EndpointIdentifier'\n      Password: !Ref 'Password'\n      CertificateArn: !Ref 'CertificateArn'\n      MongoDbSettings:\n        AuthSource: !Ref 'MongoDbSettingsAuthSource'\n        AuthMechanism: !Ref 'MongoDbSettingsAuthMechanism'\n        Username: !Ref 'MongoDbSettingsUsername'\n        DocsToInvestigate: !Ref 'MongoDbSettingsDocsToInvestigate'\n        ServerName: !Ref 'MongoDbSettingsServerName'\n        Port: !Ref 'MongoDbSettingsPort'\n        ExtractDocId: !Ref 'MongoDbSettingsExtractDocId'\n        DatabaseName: !Ref 'MongoDbSettingsDatabaseName'\n        AuthType: !Ref 'MongoDbSettingsAuthType'\n        Password: !Ref 'MongoDbSettingsPassword'\n        NestingLevel: !Ref 'MongoDbSettingsNestingLevel'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-EventSubscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-sourcetype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubscriptionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-subscriptionname\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SourceType: !Ref 'SourceType'\n      Enabled: !Ref 'Enabled'\n      SubscriptionName: !Ref 'SubscriptionName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceidentifier\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-kmskeyid\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationsubnetgroupidentifier\n    Default: null\n  AllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceIdentifier: !Ref 'ReplicationInstanceIdentifier'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      MultiAZ: !Ref 'MultiAZ'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\n  ReplicationSubnetGroupIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n      ReplicationSubnetGroupIdentifier: !Ref 'ReplicationSubnetGroupIdentifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DMS-ReplicationTask/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  ReplicationTaskSettings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtasksettings\n    Default: null\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  CdcStartPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstartposition\n    Default: null\n  ReplicationTaskIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationtaskidentifier\n    Default: null\n  CdcStopPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstopposition\n    Default: null\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\n  TaskData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-taskdata\n    Default: null\n  CdcStartTime:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-cdcstarttime\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      ReplicationTaskSettings: !Ref 'ReplicationTaskSettings'\n      TableMappings: !Ref 'TableMappings'\n      CdcStartPosition: !Ref 'CdcStartPosition'\n      ReplicationTaskIdentifier: !Ref 'ReplicationTaskIdentifier'\n      CdcStopPosition: !Ref 'CdcStopPosition'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n      TaskData: !Ref 'TaskData'\n      CdcStartTime: !Ref 'CdcStartTime'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Activate: !Ref 'Activate'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-Graph/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Detective-MemberInvitation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-message\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n      Message: !Ref 'Message'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Edition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname\n    Default: null\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Edition: !Ref 'Edition'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  CreateAlias:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description\n    Default: null\n  EnableSso:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  ShortName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname\n    Default: null\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      CreateAlias: !Ref 'CreateAlias'\n      Description: !Ref 'Description'\n      EnableSso: !Ref 'EnableSso'\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      ShortName: !Ref 'ShortName'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-DynamoDB-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nParameters:\n  BillingMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-billingmode\n    Default: null\n  PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-pointintimerecoveryspecification.html#cfn-dynamodb-table-pointintimerecoveryspecification-pointintimerecoveryenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisionedThroughputReadCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-readcapacityunits\n  ProvisionedThroughputWriteCapacityUnits:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-provisionedthroughput.html#cfn-dynamodb-provisionedthroughput-writecapacityunits\n  SSESpecificationKMSMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-kmsmasterkeyid\n    Default: null\n  SSESpecificationSSEEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  SSESpecificationSSEType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-ssetype\n    Default: null\n  StreamSpecificationStreamViewType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-tablename\n    Default: null\n  TimeToLiveSpecificationAttributeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-attributename\n  TimeToLiveSpecificationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-timetolivespecification.html#cfn-dynamodb-timetolivespecification-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\n    Properties:\n      BillingMode: !Ref 'BillingMode'\n      PointInTimeRecoverySpecification:\n        PointInTimeRecoveryEnabled: !Ref 'PointInTimeRecoverySpecificationPointInTimeRecoveryEnabled'\n      ProvisionedThroughput:\n        ReadCapacityUnits: !Ref 'ProvisionedThroughputReadCapacityUnits'\n        WriteCapacityUnits: !Ref 'ProvisionedThroughputWriteCapacityUnits'\n      SSESpecification:\n        KMSMasterKeyId: !Ref 'SSESpecificationKMSMasterKeyId'\n        SSEEnabled: !Ref 'SSESpecificationSSEEnabled'\n        SSEType: !Ref 'SSESpecificationSSEType'\n      StreamSpecification:\n        StreamViewType: !Ref 'StreamSpecificationStreamViewType'\n      TableName: !Ref 'TableName'\n      TimeToLiveSpecification:\n        AttributeName: !Ref 'TimeToLiveSpecificationAttributeName'\n        Enabled: !Ref 'TimeToLiveSpecificationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CapacityReservation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-tenancy\n    Default: null\n  EndDateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddatetype\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\n  EphemeralStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ephemeralstorage\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceMatchCriteria:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancematchcriteria\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-enddate\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      Tenancy: !Ref 'Tenancy'\n      EndDateType: !Ref 'EndDateType'\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\n      EphemeralStorage: !Ref 'EphemeralStorage'\n      InstanceMatchCriteria: !Ref 'InstanceMatchCriteria'\n      EndDate: !Ref 'EndDate'\n      EbsOptimized: !Ref 'EbsOptimized'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description\n    Default: null\n  AccessGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid\n    Default: null\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\n  AuthorizeAllGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      Description: !Ref 'Description'\n      AccessGroupId: !Ref 'AccessGroupId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n      AuthorizeAllGroups: !Ref 'AuthorizeAllGroups'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsCloudwatchLogStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream\n    Default: null\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionLogOptionsCloudwatchLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup\n    Default: null\n  SplitTunnel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid\n    Default: null\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\n  TransportProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol\n    Default: null\n  VpnPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        CloudwatchLogStream: !Ref 'ConnectionLogOptionsCloudwatchLogStream'\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n        CloudwatchLogGroup: !Ref 'ConnectionLogOptionsCloudwatchLogGroup'\n      SplitTunnel: !Ref 'SplitTunnel'\n      Description: !Ref 'Description'\n      VpcId: !Ref 'VpcId'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n      TransportProtocol: !Ref 'TransportProtocol'\n      VpnPort: !Ref 'VpnPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description\n    Default: null\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      Description: !Ref 'Description'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-CustomerGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-DHCPOptions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-domainname\n    Default: null\n  NetbiosNodeType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html#cfn-ec2-dhcpoptions-netbiosnodetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      NetbiosNodeType: !Ref 'NetbiosNodeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EC2Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestDefaultTargetCapacityType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype\n    Default: null\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\n  TargetCapacitySpecificationRequestOnDemandTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity\n    Default: null\n  TargetCapacitySpecificationRequestSpotTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity\n    Default: null\n  OnDemandOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy\n    Default: null\n  OnDemandOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OnDemandOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity\n    Default: null\n  OnDemandOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice\n    Default: null\n  OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type\n    Default: null\n  ExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy\n    Default: null\n  SpotOptionsRequestSingleAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy\n    Default: null\n  SpotOptionsRequestSingleInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotOptionsRequestMinTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity\n    Default: null\n  SpotOptionsRequestMaxTotalPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice\n    Default: null\n  SpotOptionsRequestInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior\n    Default: null\n  SpotOptionsRequestInstancePoolsToUseCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount\n    Default: null\n  ValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom\n    Default: null\n  ReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TerminateInstancesWithExpiration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        DefaultTargetCapacityType: !Ref 'TargetCapacitySpecificationRequestDefaultTargetCapacityType'\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n        OnDemandTargetCapacity: !Ref 'TargetCapacitySpecificationRequestOnDemandTargetCapacity'\n        SpotTargetCapacity: !Ref 'TargetCapacitySpecificationRequestSpotTargetCapacity'\n      OnDemandOptions:\n        SingleAvailabilityZone: !Ref 'OnDemandOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'OnDemandOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'OnDemandOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'OnDemandOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'OnDemandOptionsRequestMaxTotalPrice'\n        CapacityReservationOptions:\n          UsageStrategy: !Ref 'OnDemandOptionsRequestCapacityReservationOptionsRequestUsageStrategy'\n      Type: !Ref 'Type'\n      ExcessCapacityTerminationPolicy: !Ref 'ExcessCapacityTerminationPolicy'\n      SpotOptions:\n        SingleAvailabilityZone: !Ref 'SpotOptionsRequestSingleAvailabilityZone'\n        AllocationStrategy: !Ref 'SpotOptionsRequestAllocationStrategy'\n        SingleInstanceType: !Ref 'SpotOptionsRequestSingleInstanceType'\n        MinTargetCapacity: !Ref 'SpotOptionsRequestMinTargetCapacity'\n        MaxTotalPrice: !Ref 'SpotOptionsRequestMaxTotalPrice'\n        InstanceInterruptionBehavior: !Ref 'SpotOptionsRequestInstanceInterruptionBehavior'\n        InstancePoolsToUseCount: !Ref 'SpotOptionsRequestInstancePoolsToUseCount'\n      ValidFrom: !Ref 'ValidFrom'\n      ReplaceUnhealthyInstances: !Ref 'ReplaceUnhealthyInstances'\n      TerminateInstancesWithExpiration: !Ref 'TerminateInstancesWithExpiration'\n      ValidUntil: !Ref 'ValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIP/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nParameters:\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid\n    Default: null\n  PublicIpv4Pool:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\n    Properties:\n      Domain: !Ref 'Domain'\n      InstanceId: !Ref 'InstanceId'\n      PublicIpv4Pool: !Ref 'PublicIpv4Pool'\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EIPAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-allocationid\n    Default: null\n  EIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-eip\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-instanceid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-networkinterfaceid\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html#cfn-ec2-eipassociation-PrivateIpAddress\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      EIP: !Ref 'EIP'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-FlowLog/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  DeliverLogsPermissionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn\n    Default: null\n  LogDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination\n    Default: null\n  LogDestinationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype\n    Default: null\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname\n    Default: null\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      DeliverLogsPermissionArn: !Ref 'DeliverLogsPermissionArn'\n      LogDestination: !Ref 'LogDestination'\n      LogDestinationType: !Ref 'LogDestinationType'\n      LogGroupName: !Ref 'LogGroupName'\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Host/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AutoPlacement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-autoplacement\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  HostRecovery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AutoPlacement: !Ref 'AutoPlacement'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      HostRecovery: !Ref 'HostRecovery'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nParameters:\n  AdditionalInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-additionalinfo\n    Default: null\n  Affinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-affinity\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-availabilityzone\n    Default: null\n  CpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount\n    Default: null\n  CpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore\n    Default: null\n  CreditSpecificationCPUCredits:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits\n    Default: null\n  DisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HibernationOptionsConfigured:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-hibernationoptions.html#cfn-ec2-instance-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostid\n    Default: null\n  HostResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-hostresourcegrouparn\n    Default: null\n  IamInstanceProfile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-iaminstanceprofile\n    Default: null\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-imageid\n    Default: null\n  InstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ipv6addresscount\n    Default: null\n  KernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-kernelid\n    Default: null\n  KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-keyname\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplateid\n    Default: null\n  LaunchTemplateSpecificationLaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-launchtemplatename\n    Default: null\n  LaunchTemplateSpecificationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-launchtemplatespecification.html#cfn-ec2-instance-launchtemplatespecification-version\n  Monitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-monitoring\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-placementgroupname\n    Default: null\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-privateipaddress\n    Default: null\n  RamdiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-ramdiskid\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-tenancy\n    Default: null\n  UserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-userdata\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      Affinity: !Ref 'Affinity'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CpuOptions:\n        CoreCount: !Ref 'CpuOptionsCoreCount'\n        ThreadsPerCore: !Ref 'CpuOptionsThreadsPerCore'\n      CreditSpecification:\n        CPUCredits: !Ref 'CreditSpecificationCPUCredits'\n      DisableApiTermination: !Ref 'DisableApiTermination'\n      EbsOptimized: !Ref 'EbsOptimized'\n      HibernationOptions:\n        Configured: !Ref 'HibernationOptionsConfigured'\n      HostId: !Ref 'HostId'\n      HostResourceGroupArn: !Ref 'HostResourceGroupArn'\n      IamInstanceProfile: !Ref 'IamInstanceProfile'\n      ImageId: !Ref 'ImageId'\n      InstanceInitiatedShutdownBehavior: !Ref 'InstanceInitiatedShutdownBehavior'\n      InstanceType: !Ref 'InstanceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      KernelId: !Ref 'KernelId'\n      KeyName: !Ref 'KeyName'\n      LaunchTemplate:\n        LaunchTemplateId: !Ref 'LaunchTemplateSpecificationLaunchTemplateId'\n        LaunchTemplateName: !Ref 'LaunchTemplateSpecificationLaunchTemplateName'\n        Version: !Ref 'LaunchTemplateSpecificationVersion'\n      Monitoring: !Ref 'Monitoring'\n      PlacementGroupName: !Ref 'PlacementGroupName'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      RamdiskId: !Ref 'RamdiskId'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      UserData: !Ref 'UserData'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-InternetGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nParameters:\n  LaunchTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename\n    Default: null\n  LaunchTemplateDataUserData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata\n    Default: null\n  LaunchTemplateDataIamInstanceProfileArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn\n    Default: null\n  LaunchTemplateDataIamInstanceProfileName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name\n    Default: null\n  LaunchTemplateDataKernelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid\n    Default: null\n  LaunchTemplateDataEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataPlacementGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname\n    Default: null\n  LaunchTemplateDataPlacementTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy\n    Default: null\n  LaunchTemplateDataPlacementSpreadDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-spreaddomain\n    Default: null\n  LaunchTemplateDataPlacementPartitionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-partitionnumber\n    Default: null\n  LaunchTemplateDataPlacementAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone\n    Default: null\n  LaunchTemplateDataPlacementAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity\n    Default: null\n  LaunchTemplateDataPlacementHostId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid\n    Default: null\n  LaunchTemplateDataPlacementHostResourceGroupArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostresourcegrouparn\n    Default: null\n  LaunchTemplateDataImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid\n    Default: null\n  LaunchTemplateDataInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype\n    Default: null\n  LaunchTemplateDataMonitoringEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataHibernationOptionsConfigured:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions-configured\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpTokens:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httptokens\n    Default: null\n  LaunchTemplateDataMetadataOptionsHttpEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpendpoint\n    Default: null\n  LaunchTemplateDataInstanceInitiatedShutdownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior\n    Default: null\n  LaunchTemplateDataCpuOptionsThreadsPerCore:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-threadspercore\n    Default: null\n  LaunchTemplateDataCpuOptionsCoreCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions-corecount\n    Default: null\n  LaunchTemplateDataKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname\n    Default: null\n  LaunchTemplateDataDisableApiTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-blockdurationminutes\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-validuntil\n    Default: null\n  LaunchTemplateDataInstanceMarketOptionsMarketType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype\n    Default: null\n  LaunchTemplateDataRamDiskId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification-capacityreservationpreference\n    Default: null\n  LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid\n    Default: null\n  LaunchTemplateDataCreditSpecificationCpuCredits:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\n    Properties:\n      LaunchTemplateName: !Ref 'LaunchTemplateName'\n      LaunchTemplateData:\n        UserData: !Ref 'LaunchTemplateDataUserData'\n        IamInstanceProfile:\n          Arn: !Ref 'LaunchTemplateDataIamInstanceProfileArn'\n          Name: !Ref 'LaunchTemplateDataIamInstanceProfileName'\n        KernelId: !Ref 'LaunchTemplateDataKernelId'\n        EbsOptimized: !Ref 'LaunchTemplateDataEbsOptimized'\n        Placement:\n          GroupName: !Ref 'LaunchTemplateDataPlacementGroupName'\n          Tenancy: !Ref 'LaunchTemplateDataPlacementTenancy'\n          SpreadDomain: !Ref 'LaunchTemplateDataPlacementSpreadDomain'\n          PartitionNumber: !Ref 'LaunchTemplateDataPlacementPartitionNumber'\n          AvailabilityZone: !Ref 'LaunchTemplateDataPlacementAvailabilityZone'\n          Affinity: !Ref 'LaunchTemplateDataPlacementAffinity'\n          HostId: !Ref 'LaunchTemplateDataPlacementHostId'\n          HostResourceGroupArn: !Ref 'LaunchTemplateDataPlacementHostResourceGroupArn'\n        ImageId: !Ref 'LaunchTemplateDataImageId'\n        InstanceType: !Ref 'LaunchTemplateDataInstanceType'\n        Monitoring:\n          Enabled: !Ref 'LaunchTemplateDataMonitoringEnabled'\n        HibernationOptions:\n          Configured: !Ref 'LaunchTemplateDataHibernationOptionsConfigured'\n        MetadataOptions:\n          HttpPutResponseHopLimit: !Ref 'LaunchTemplateDataMetadataOptionsHttpPutResponseHopLimit'\n          HttpTokens: !Ref 'LaunchTemplateDataMetadataOptionsHttpTokens'\n          HttpEndpoint: !Ref 'LaunchTemplateDataMetadataOptionsHttpEndpoint'\n        InstanceInitiatedShutdownBehavior: !Ref 'LaunchTemplateDataInstanceInitiatedShutdownBehavior'\n        CpuOptions:\n          ThreadsPerCore: !Ref 'LaunchTemplateDataCpuOptionsThreadsPerCore'\n          CoreCount: !Ref 'LaunchTemplateDataCpuOptionsCoreCount'\n        KeyName: !Ref 'LaunchTemplateDataKeyName'\n        DisableApiTermination: !Ref 'LaunchTemplateDataDisableApiTermination'\n        InstanceMarketOptions:\n          SpotOptions:\n            SpotInstanceType: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsSpotInstanceType'\n            InstanceInterruptionBehavior: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsInstanceInterruptionBehavior'\n            MaxPrice: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsMaxPrice'\n            BlockDurationMinutes: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsBlockDurationMinutes'\n            ValidUntil: !Ref 'LaunchTemplateDataInstanceMarketOptionsSpotOptionsValidUntil'\n          MarketType: !Ref 'LaunchTemplateDataInstanceMarketOptionsMarketType'\n        RamDiskId: !Ref 'LaunchTemplateDataRamDiskId'\n        CapacityReservationSpecification:\n          CapacityReservationPreference: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationPreference'\n          CapacityReservationTarget:\n            CapacityReservationId: !Ref 'LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetCapacityReservationId'\n        CreditSpecification:\n          CpuCredits: !Ref 'LaunchTemplateDataCreditSpecificationCpuCredits'\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\n      Tags: {}\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NatGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAcl/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock\n    Default: null\n  Egress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IcmpCode:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-code\n    Default: null\n  IcmpType:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html#cfn-ec2-networkaclentry-icmp-type\n    Default: null\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock\n    Default: null\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  PortRangeFrom:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from\n    Default: null\n  PortRangeTo:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to\n    Default: null\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      Egress: !Ref 'Egress'\n      Icmp:\n        Code: !Ref 'IcmpCode'\n        Type: !Ref 'IcmpType'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      NetworkAclId: !Ref 'NetworkAclId'\n      PortRange:\n        From: !Ref 'PortRangeFrom'\n        To: !Ref 'PortRangeTo'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterface/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description\n    Default: null\n  InterfaceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype\n    Default: null\n  Ipv6AddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount\n    Default: null\n  InstanceIpv6AddressIpv6Address:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address\n  PrivateIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress\n    Default: null\n  SecondaryPrivateIpAddressCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount\n    Default: null\n  SourceDestCheck:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      Description: !Ref 'Description'\n      InterfaceType: !Ref 'InterfaceType'\n      Ipv6AddressCount: !Ref 'Ipv6AddressCount'\n      Ipv6Addresses:\n        Ipv6Address: !Ref 'InstanceIpv6AddressIpv6Address'\n      PrivateIpAddress: !Ref 'PrivateIpAddress'\n      SecondaryPrivateIpAddressCount: !Ref 'SecondaryPrivateIpAddressCount'\n      SourceDestCheck: !Ref 'SourceDestCheck'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeleteOnTermination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeleteOnTermination: !Ref 'DeleteOnTermination'\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PlacementGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nParameters:\n  Strategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n    Properties:\n      Strategy: !Ref 'Strategy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-PrefixList/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationcidrblock\n    Default: null\n  DestinationIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-destinationipv6cidrblock\n    Default: null\n  EgressOnlyInternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-egressonlyinternetgatewayid\n    Default: null\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-gatewayid\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-instanceid\n    Default: null\n  NatGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-natgatewayid\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid\n    Default: null\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid\n    Default: null\n  VpcPeeringConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      DestinationIpv6CidrBlock: !Ref 'DestinationIpv6CidrBlock'\n      EgressOnlyInternetGatewayId: !Ref 'EgressOnlyInternetGatewayId'\n      GatewayId: !Ref 'GatewayId'\n      InstanceId: !Ref 'InstanceId'\n      NatGatewayId: !Ref 'NatGatewayId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      RouteTableId: !Ref 'RouteTableId'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcPeeringConnectionId: !Ref 'VpcPeeringConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-RouteTable/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n      GroupName: !Ref 'GroupName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-description\n    Default: null\n  DestinationPrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationprefixlistid\n    Default: null\n  DestinationSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-destinationsecuritygroupid\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      DestinationPrefixListId: !Ref 'DestinationPrefixListId'\n      DestinationSecurityGroupId: !Ref 'DestinationSecurityGroupId'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  CidrIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip\n    Default: null\n  CidrIpv6:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description\n    Default: null\n  FromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid\n    Default: null\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname\n    Default: null\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\n  SourcePrefixListId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid\n    Default: null\n  SourceSecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid\n    Default: null\n  SourceSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname\n    Default: null\n  SourceSecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid\n    Default: null\n  ToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      CidrIp: !Ref 'CidrIp'\n      CidrIpv6: !Ref 'CidrIpv6'\n      Description: !Ref 'Description'\n      FromPort: !Ref 'FromPort'\n      GroupId: !Ref 'GroupId'\n      GroupName: !Ref 'GroupName'\n      IpProtocol: !Ref 'IpProtocol'\n      SourcePrefixListId: !Ref 'SourcePrefixListId'\n      SourceSecurityGroupId: !Ref 'SourceSecurityGroupId'\n      SourceSecurityGroupName: !Ref 'SourceSecurityGroupName'\n      SourceSecurityGroupOwnerId: !Ref 'SourceSecurityGroupOwnerId'\n      ToPort: !Ref 'ToPort'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SpotFleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataAllocationStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy\n    Default: null\n  SpotFleetRequestConfigDataExcessCapacityTerminationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy\n    Default: null\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataInstanceInterruptionBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-instanceinterruptionbehavior\n    Default: null\n  SpotFleetRequestConfigDataReplaceUnhealthyInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-replaceunhealthyinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataSpotPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice\n    Default: null\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\n  SpotFleetRequestConfigDataTerminateInstancesWithExpiration:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SpotFleetRequestConfigDataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-type\n    Default: null\n  SpotFleetRequestConfigDataValidFrom:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom\n    Default: null\n  SpotFleetRequestConfigDataValidUntil:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        AllocationStrategy: !Ref 'SpotFleetRequestConfigDataAllocationStrategy'\n        ExcessCapacityTerminationPolicy: !Ref 'SpotFleetRequestConfigDataExcessCapacityTerminationPolicy'\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        InstanceInterruptionBehavior: !Ref 'SpotFleetRequestConfigDataInstanceInterruptionBehavior'\n        LoadBalancersConfig:\n          ClassicLoadBalancersConfig: {}\n          TargetGroupsConfig: {}\n        ReplaceUnhealthyInstances: !Ref 'SpotFleetRequestConfigDataReplaceUnhealthyInstances'\n        SpotPrice: !Ref 'SpotFleetRequestConfigDataSpotPrice'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n        TerminateInstancesWithExpiration: !Ref 'SpotFleetRequestConfigDataTerminateInstancesWithExpiration'\n        Type: !Ref 'SpotFleetRequestConfigDataType'\n        ValidFrom: !Ref 'SpotFleetRequestConfigDataValidFrom'\n        ValidUntil: !Ref 'SpotFleetRequestConfigDataValidUntil'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Subnet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  AssignIpv6AddressOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock\n    Default: null\n  MapPublicIpOnLaunch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      AssignIpv6AddressOnCreation: !Ref 'AssignIpv6AddressOnCreation'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      CidrBlock: !Ref 'CidrBlock'\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      MapPublicIpOnLaunch: !Ref 'MapPublicIpOnLaunch'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  TrafficMirrorPortRangeFromPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-fromport\n  TrafficMirrorPortRangeToPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-trafficmirrorfilterrule-trafficmirrorportrange.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorportrange-toport\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-description\n    Default: null\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      DestinationPortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      Description: !Ref 'Description'\n      SourcePortRange:\n        FromPort: !Ref 'TrafficMirrorPortRangeFromPort'\n        ToPort: !Ref 'TrafficMirrorPortRangeToPort'\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-description\n    Default: null\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  VirtualNetworkId:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-virtualnetworkid\n    Default: null\n  PacketLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-packetlength\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      Description: !Ref 'Description'\n      SessionNumber: !Ref 'SessionNumber'\n      VirtualNetworkId: !Ref 'VirtualNetworkId'\n      PacketLength: !Ref 'PacketLength'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nParameters:\n  NetworkLoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkloadbalancerarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-description\n    Default: null\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n    Properties:\n      NetworkLoadBalancerArn: !Ref 'NetworkLoadBalancerArn'\n      Description: !Ref 'Description'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nParameters:\n  DefaultRouteTablePropagation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetablepropagation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-description\n    Default: null\n  AutoAcceptSharedAttachments:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-autoacceptsharedattachments\n    Default: null\n  DefaultRouteTableAssociation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-defaultroutetableassociation\n    Default: null\n  VpnEcmpSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-vpnecmpsupport\n    Default: null\n  DnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-dnssupport\n    Default: null\n  AmazonSideAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html#cfn-ec2-transitgateway-amazonsideasn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n    Properties:\n      DefaultRouteTablePropagation: !Ref 'DefaultRouteTablePropagation'\n      Description: !Ref 'Description'\n      AutoAcceptSharedAttachments: !Ref 'AutoAcceptSharedAttachments'\n      DefaultRouteTableAssociation: !Ref 'DefaultRouteTableAssociation'\n      VpnEcmpSupport: !Ref 'VpnEcmpSupport'\n      DnsSupport: !Ref 'DnsSupport'\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock\n    Default: null\n  Blackhole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      Blackhole: !Ref 'Blackhole'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPC/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\n  EnableDnsHostnames:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableDnsSupport:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceTenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      EnableDnsHostnames: !Ref 'EnableDnsHostnames'\n      EnableDnsSupport: !Ref 'EnableDnsSupport'\n      InstanceTenancy: !Ref 'InstanceTenancy'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  AmazonProvidedIpv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-amazonprovidedipv6cidrblock\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      AmazonProvidedIpv6CidrBlock: !Ref 'AmazonProvidedIpv6CidrBlock'\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument\n    Default: null\n  PrivateDnsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcEndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PrivateDnsEnabled: !Ref 'PrivateDnsEnabled'\n      ServiceName: !Ref 'ServiceName'\n      VpcEndpointType: !Ref 'VpcEndpointType'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  VPCEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-vpcendpointid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-serviceid\n    Default: null\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      VPCEndpointId: !Ref 'VPCEndpointId'\n      ServiceId: !Ref 'ServiceId'\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  VPCEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-vpcendpointid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-serviceid\n    Default: null\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      VPCEndpointId: !Ref 'VPCEndpointId'\n      ServiceId: !Ref 'ServiceId'\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  VPCEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-vpcendpointid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-serviceid\n    Default: null\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      VPCEndpointId: !Ref 'VPCEndpointId'\n      ServiceId: !Ref 'ServiceId'\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  VPCEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-vpcendpointid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-serviceid\n    Default: null\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      VPCEndpointId: !Ref 'VPCEndpointId'\n      ServiceId: !Ref 'ServiceId'\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nParameters:\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n    Properties:\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  InternetGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      InternetGatewayId: !Ref 'InternetGatewayId'\n      VpcId: !Ref 'VpcId'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid\n    Default: null\n  PeerRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion\n    Default: null\n  PeerRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerOwnerId: !Ref 'PeerOwnerId'\n      PeerRegion: !Ref 'PeerRegion'\n      PeerRoleArn: !Ref 'PeerRoleArn'\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  StaticRoutesOnly:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      StaticRoutesOnly: !Ref 'StaticRoutesOnly'\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      Type: !Ref 'Type'\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  AmazonSideAsn:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-amazonsideasn\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      AmazonSideAsn: !Ref 'AmazonSideAsn'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-Volume/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AutoEnableIO:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid\n    Default: null\n  MultiAttachEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OutpostArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn\n    Default: null\n  Size:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size\n    Default: null\n  SnapshotId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid\n    Default: null\n  VolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AutoEnableIO: !Ref 'AutoEnableIO'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      Encrypted: !Ref 'Encrypted'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAttachEnabled: !Ref 'MultiAttachEnabled'\n      OutpostArn: !Ref 'OutpostArn'\n      Size: !Ref 'Size'\n      SnapshotId: !Ref 'SnapshotId'\n      VolumeType: !Ref 'VolumeType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECR-Repository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nParameters:\n  LifecyclePolicyLifecyclePolicyText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-lifecyclepolicytext\n    Default: null\n  LifecyclePolicyRegistryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-lifecyclepolicy.html#cfn-ecr-repository-lifecyclepolicy-registryid\n    Default: null\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname\n    Default: null\n  RepositoryPolicyText:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\n    Properties:\n      LifecyclePolicy:\n        LifecyclePolicyText: !Ref 'LifecyclePolicyLifecyclePolicyText'\n        RegistryId: !Ref 'LifecyclePolicyRegistryId'\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryPolicyText: !Ref 'RepositoryPolicyText'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-CapacityProvider/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\n  AutoScalingGroupProviderManagedScalingMinimumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingMaximumScalingStepSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize\n    Default: null\n  AutoScalingGroupProviderManagedScalingStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status\n    Default: null\n  AutoScalingGroupProviderManagedScalingTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity\n    Default: null\n  AutoScalingGroupProviderManagedTerminationProtection:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n        ManagedScaling:\n          MinimumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMinimumScalingStepSize'\n          MaximumScalingStepSize: !Ref 'AutoScalingGroupProviderManagedScalingMaximumScalingStepSize'\n          Status: !Ref 'AutoScalingGroupProviderManagedScalingStatus'\n          TargetCapacity: !Ref 'AutoScalingGroupProviderManagedScalingTargetCapacity'\n        ManagedTerminationProtection: !Ref 'AutoScalingGroupProviderManagedTerminationProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nParameters:\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\n    Properties:\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-Service/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster\n    Default: null\n  DeploymentConfigurationMaximumPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent\n    Default: null\n  DeploymentConfigurationMinimumHealthyPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent\n    Default: null\n  DeploymentControllerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcontroller.html#cfn-ecs-service-deploymentcontroller-type\n    Default: null\n  DesiredCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount\n    Default: null\n  EnableECSManagedTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckGracePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion\n    Default: null\n  PropagateTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role\n    Default: null\n  SchedulingStrategy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy\n    Default: null\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename\n    Default: null\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      DeploymentConfiguration:\n        MaximumPercent: !Ref 'DeploymentConfigurationMaximumPercent'\n        MinimumHealthyPercent: !Ref 'DeploymentConfigurationMinimumHealthyPercent'\n      DeploymentController:\n        Type: !Ref 'DeploymentControllerType'\n      DesiredCount: !Ref 'DesiredCount'\n      EnableECSManagedTags: !Ref 'EnableECSManagedTags'\n      HealthCheckGracePeriodSeconds: !Ref 'HealthCheckGracePeriodSeconds'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsvpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      PropagateTags: !Ref 'PropagateTags'\n      Role: !Ref 'Role'\n      SchedulingStrategy: !Ref 'SchedulingStrategy'\n      ServiceName: !Ref 'ServiceName'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nParameters:\n  Cpu:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-cpu\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-executionrolearn\n    Default: null\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-family\n    Default: null\n  IpcMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode\n    Default: null\n  Memory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-memory\n    Default: null\n  NetworkMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-networkmode\n    Default: null\n  PidMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-pidmode\n    Default: null\n  ProxyConfigurationContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-containername\n  ProxyConfigurationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-proxyconfiguration.html#cfn-ecs-taskdefinition-proxyconfiguration-type\n    Default: null\n  TaskRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n    Properties:\n      Cpu: !Ref 'Cpu'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      Family: !Ref 'Family'\n      IpcMode: !Ref 'IpcMode'\n      Memory: !Ref 'Memory'\n      NetworkMode: !Ref 'NetworkMode'\n      PidMode: !Ref 'PidMode'\n      ProxyConfiguration:\n        ContainerName: !Ref 'ProxyConfigurationContainerName'\n        Type: !Ref 'ProxyConfigurationType'\n      TaskRoleArn: !Ref 'TaskRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ECS-TaskSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  ExternalId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-externalid\n    Default: null\n  LaunchType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-launchtype\n    Default: null\n  NetworkConfigurationAwsVpcConfigurationAssignPublicIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-awsvpcconfiguration.html#cfn-ecs-taskset-awsvpcconfiguration-assignpublicip\n    Default: null\n  PlatformVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-platformversion\n    Default: null\n  ScaleUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-unit\n    Default: null\n  ScaleValue:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskset-scale.html#cfn-ecs-taskset-scale-value\n    Default: null\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      ExternalId: !Ref 'ExternalId'\n      LaunchType: !Ref 'LaunchType'\n      NetworkConfiguration:\n        AwsVpcConfiguration:\n          AssignPublicIp: !Ref 'NetworkConfigurationAwsVpcConfigurationAssignPublicIp'\n      PlatformVersion: !Ref 'PlatformVersion'\n      Scale:\n        Unit: !Ref 'ScaleUnit'\n        Value: !Ref 'ScaleValue'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-AccessPoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  ClientToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-clienttoken\n    Default: null\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\n  PosixUserUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-uid\n  PosixUserGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-posixuser.html#cfn-efs-accesspoint-posixuser-gid\n  RootDirectoryPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-rootdirectory.html#cfn-efs-accesspoint-rootdirectory-path\n    Default: null\n  RootDirectoryCreationInfoOwnerUid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-owneruid\n  RootDirectoryCreationInfoOwnerGid:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-ownergid\n  RootDirectoryCreationInfoPermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-accesspoint-creationinfo.html#cfn-efs-accesspoint-creationinfo-permissions\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      ClientToken: !Ref 'ClientToken'\n      FileSystemId: !Ref 'FileSystemId'\n      PosixUser:\n        Uid: !Ref 'PosixUserUid'\n        Gid: !Ref 'PosixUserGid'\n      RootDirectory:\n        Path: !Ref 'RootDirectoryPath'\n        CreationInfo:\n          OwnerUid: !Ref 'RootDirectoryCreationInfoOwnerUid'\n          OwnerGid: !Ref 'RootDirectoryCreationInfoOwnerGid'\n          Permissions: !Ref 'RootDirectoryCreationInfoPermissions'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-throughputmode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-throughputmode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-throughputmode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-FileSystem/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nParameters:\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid\n    Default: null\n  PerformanceMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode\n    Default: null\n  ProvisionedThroughputInMibps:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-provisionedthroughputinmibps\n    Default: null\n  ThroughputMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-throughputmode\n    Default: null\n  FileSystemPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystempolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n    Properties:\n      Encrypted: !Ref 'Encrypted'\n      KmsKeyId: !Ref 'KmsKeyId'\n      PerformanceMode: !Ref 'PerformanceMode'\n      ProvisionedThroughputInMibps: !Ref 'ProvisionedThroughputInMibps'\n      ThroughputMode: !Ref 'ThroughputMode'\n      FileSystemPolicy: !Ref 'FileSystemPolicy'\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EFS-MountTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-ipaddress\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      IpAddress: !Ref 'IpAddress'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      Version: !Ref 'Version'\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\n      Name: !Ref 'Name'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EKS-Nodegroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  ScalingConfigMinSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-minsize\n    Default: null\n  ScalingConfigDesiredSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-desiredsize\n    Default: null\n  ScalingConfigMaxSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html#cfn-eks-nodegroup-scalingconfig-maxsize\n    Default: null\n  Labels:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-labels\n    Default: null\n  ReleaseVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-releaseversion\n    Default: null\n  NodegroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-nodegroupname\n    Default: null\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  AmiType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-amitype\n    Default: null\n  ForceUpdateEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-forceupdateenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-version\n    Default: null\n  RemoteAccessEc2SshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html#cfn-eks-nodegroup-remoteaccess-ec2sshkey\n  DiskSize:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-disksize\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      ScalingConfig:\n        MinSize: !Ref 'ScalingConfigMinSize'\n        DesiredSize: !Ref 'ScalingConfigDesiredSize'\n        MaxSize: !Ref 'ScalingConfigMaxSize'\n      Labels: !Ref 'Labels'\n      ReleaseVersion: !Ref 'ReleaseVersion'\n      NodegroupName: !Ref 'NodegroupName'\n      NodeRole: !Ref 'NodeRole'\n      AmiType: !Ref 'AmiType'\n      ForceUpdateEnabled: !Ref 'ForceUpdateEnabled'\n      Version: !Ref 'Version'\n      RemoteAccess:\n        Ec2SshKey: !Ref 'RemoteAccessEc2SshKey'\n      DiskSize: !Ref 'DiskSize'\n      ClusterName: !Ref 'ClusterName'\n      Tags: !Ref 'Tags'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  AdditionalInfo:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-additionalinfo\n    Default: null\n  AutoScalingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-autoscalingrole\n    Default: null\n  CustomAmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-customamiid\n    Default: null\n  EbsRootVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize\n    Default: null\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction\n  ? JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes\n  : Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes\n  JobFlowInstancesConfigInstanceFleetConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-maxcapacity\n  JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scalingconstraints.html#cfn-elasticmapreduce-cluster-scalingconstraints-mincapacity\n  JobFlowInstancesConfigInstanceGroupConfigBidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-bidprice\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-ebsconfiguration.html#cfn-elasticmapreduce-cluster-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancecount\n  JobFlowInstancesConfigInstanceGroupConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-instancetype\n  JobFlowInstancesConfigInstanceGroupConfigMarket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-market\n    Default: null\n  JobFlowInstancesConfigInstanceGroupConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancegroupconfig.html#cfn-elasticmapreduce-cluster-instancegroupconfig-name\n    Default: null\n  JobFlowInstancesConfigEc2KeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2keyname\n    Default: null\n  JobFlowInstancesConfigEc2SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetid\n    Default: null\n  JobFlowInstancesConfigEmrManagedMasterSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup\n    Default: null\n  JobFlowInstancesConfigEmrManagedSlaveSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup\n    Default: null\n  JobFlowInstancesConfigHadoopVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-hadoopversion\n    Default: null\n  JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowInstancesConfigPlacementTypeAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-placementtype.html#cfn-elasticmapreduce-cluster-placementtype-availabilityzone\n  JobFlowInstancesConfigServiceAccessSecurityGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup\n    Default: null\n  JobFlowInstancesConfigTerminationProtected:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-terminationprotected\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  KerberosAttributesADDomainJoinPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinpassword\n    Default: null\n  KerberosAttributesADDomainJoinUser:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-addomainjoinuser\n    Default: null\n  KerberosAttributesCrossRealmTrustPrincipalPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-crossrealmtrustprincipalpassword\n    Default: null\n  KerberosAttributesKdcAdminPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-kdcadminpassword\n  KerberosAttributesRealm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-kerberosattributes.html#cfn-elasticmapreduce-cluster-kerberosattributes-realm\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-loguri\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ReleaseLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel\n    Default: null\n  ScaleDownBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-scaledownbehavior\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-securityconfiguration\n    Default: null\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\n  VisibleToAllUsers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-visibletoallusers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      AdditionalInfo: !Ref 'AdditionalInfo'\n      AutoScalingRole: !Ref 'AutoScalingRole'\n      CustomAmiId: !Ref 'CustomAmiId'\n      EbsRootVolumeSize: !Ref 'EbsRootVolumeSize'\n      Instances:\n        CoreInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        CoreInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Ec2KeyName: !Ref 'JobFlowInstancesConfigEc2KeyName'\n        Ec2SubnetId: !Ref 'JobFlowInstancesConfigEc2SubnetId'\n        EmrManagedMasterSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedMasterSecurityGroup'\n        EmrManagedSlaveSecurityGroup: !Ref 'JobFlowInstancesConfigEmrManagedSlaveSecurityGroup'\n        HadoopVersion: !Ref 'JobFlowInstancesConfigHadoopVersion'\n        KeepJobFlowAliveWhenNoSteps: !Ref 'JobFlowInstancesConfigKeepJobFlowAliveWhenNoSteps'\n        MasterInstanceFleet:\n          LaunchSpecifications:\n            SpotSpecification:\n              BlockDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n              TimeoutAction: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n              TimeoutDurationMinutes: !Ref 'JobFlowInstancesConfigInstanceFleetConfigInstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n          Name: !Ref 'JobFlowInstancesConfigInstanceFleetConfigName'\n          TargetOnDemandCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetOnDemandCapacity'\n          TargetSpotCapacity: !Ref 'JobFlowInstancesConfigInstanceFleetConfigTargetSpotCapacity'\n        MasterInstanceGroup:\n          AutoScalingPolicy:\n            Constraints:\n              MaxCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMaxCapacity'\n              MinCapacity: !Ref 'JobFlowInstancesConfigInstanceGroupConfigAutoScalingPolicyScalingConstraintsMinCapacity'\n          BidPrice: !Ref 'JobFlowInstancesConfigInstanceGroupConfigBidPrice'\n          EbsConfiguration:\n            EbsOptimized: !Ref 'JobFlowInstancesConfigInstanceGroupConfigEbsConfigurationEbsOptimized'\n          InstanceCount: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceCount'\n          InstanceType: !Ref 'JobFlowInstancesConfigInstanceGroupConfigInstanceType'\n          Market: !Ref 'JobFlowInstancesConfigInstanceGroupConfigMarket'\n          Name: !Ref 'JobFlowInstancesConfigInstanceGroupConfigName'\n        Placement:\n          AvailabilityZone: !Ref 'JobFlowInstancesConfigPlacementTypeAvailabilityZone'\n        ServiceAccessSecurityGroup: !Ref 'JobFlowInstancesConfigServiceAccessSecurityGroup'\n        TerminationProtected: !Ref 'JobFlowInstancesConfigTerminationProtected'\n      JobFlowRole: !Ref 'JobFlowRole'\n      KerberosAttributes:\n        ADDomainJoinPassword: !Ref 'KerberosAttributesADDomainJoinPassword'\n        ADDomainJoinUser: !Ref 'KerberosAttributesADDomainJoinUser'\n        CrossRealmTrustPrincipalPassword: !Ref 'KerberosAttributesCrossRealmTrustPrincipalPassword'\n        KdcAdminPassword: !Ref 'KerberosAttributesKdcAdminPassword'\n        Realm: !Ref 'KerberosAttributesRealm'\n      LogUri: !Ref 'LogUri'\n      Name: !Ref 'Name'\n      ReleaseLabel: !Ref 'ReleaseLabel'\n      ScaleDownBehavior: !Ref 'ScaleDownBehavior'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      ServiceRole: !Ref 'ServiceRole'\n      VisibleToAllUsers: !Ref 'VisibleToAllUsers'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes\n    Default: null\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction\n  InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-name\n    Default: null\n  TargetOnDemandCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetondemandcapacity\n    Default: null\n  TargetSpotCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-targetspotcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n      LaunchSpecifications:\n        SpotSpecification:\n          BlockDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationBlockDurationMinutes'\n          TimeoutAction: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutAction'\n          TimeoutDurationMinutes: !Ref 'InstanceFleetProvisioningSpecificationsSpotProvisioningSpecificationTimeoutDurationMinutes'\n      Name: !Ref 'Name'\n      TargetOnDemandCapacity: !Ref 'TargetOnDemandCapacity'\n      TargetSpotCapacity: !Ref 'TargetSpotCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  AutoScalingPolicyScalingConstraintsMaxCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-maxcapacity\n  AutoScalingPolicyScalingConstraintsMinCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html#cfn-elasticmapreduce-instancegroupconfig-scalingconstraints-mincapacity\n  BidPrice:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-bidprice\n    Default: null\n  EbsConfigurationEbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html#cfn-emr-ebsconfiguration-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\n  Market:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-market\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      AutoScalingPolicy:\n        Constraints:\n          MaxCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMaxCapacity'\n          MinCapacity: !Ref 'AutoScalingPolicyScalingConstraintsMinCapacity'\n      BidPrice: !Ref 'BidPrice'\n      EbsConfiguration:\n        EbsOptimized: !Ref 'EbsConfigurationEbsOptimized'\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n      Market: !Ref 'Market'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name\n    Default: null\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EMR-Step/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  HadoopJarStepConfigMainClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-mainclass\n    Default: null\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n        MainClass: !Ref 'HadoopJarStepConfigMainClass'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  AZMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-azmode\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachesubnetgroupname\n    Default: null\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-clustername\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engineversion\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn\n    Default: null\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-port\n    Default: null\n  PreferredAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredavailabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-preferredmaintenancewindow\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-snapshotwindow\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      AZMode: !Ref 'AZMode'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      ClusterName: !Ref 'ClusterName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheNodes: !Ref 'NumCacheNodes'\n      Port: !Ref 'Port'\n      PreferredAvailabilityZone: !Ref 'PreferredAvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  AtRestEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-atrestencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AuthToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-authtoken\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomaticFailoverEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-automaticfailoverenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachenodetype\n    Default: null\n  CacheParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cacheparametergroupname\n    Default: null\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-cachesubnetgroupname\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid\n    Default: null\n  MultiAZEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-multiazenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  NotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-notificationtopicarn\n    Default: null\n  NumCacheClusters:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numcacheclusters\n    Default: null\n  NumNodeGroups:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-numnodegroups\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-preferredmaintenancewindow\n    Default: null\n  PrimaryClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-primaryclusterid\n    Default: null\n  ReplicasPerNodeGroup:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicaspernodegroup\n    Default: null\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\n  ReplicationGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupid\n    Default: null\n  SnapshotName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotname\n    Default: null\n  SnapshotRetentionLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotretentionlimit\n    Default: null\n  SnapshotWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshotwindow\n    Default: null\n  SnapshottingClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-snapshottingclusterid\n    Default: null\n  TransitEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-transitencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      AtRestEncryptionEnabled: !Ref 'AtRestEncryptionEnabled'\n      AuthToken: !Ref 'AuthToken'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AutomaticFailoverEnabled: !Ref 'AutomaticFailoverEnabled'\n      CacheNodeType: !Ref 'CacheNodeType'\n      CacheParameterGroupName: !Ref 'CacheParameterGroupName'\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MultiAZEnabled: !Ref 'MultiAZEnabled'\n      NotificationTopicArn: !Ref 'NotificationTopicArn'\n      NumCacheClusters: !Ref 'NumCacheClusters'\n      NumNodeGroups: !Ref 'NumNodeGroups'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PrimaryClusterId: !Ref 'PrimaryClusterId'\n      ReplicasPerNodeGroup: !Ref 'ReplicasPerNodeGroup'\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\n      ReplicationGroupId: !Ref 'ReplicationGroupId'\n      SnapshotName: !Ref 'SnapshotName'\n      SnapshotRetentionLimit: !Ref 'SnapshotRetentionLimit'\n      SnapshotWindow: !Ref 'SnapshotWindow'\n      SnapshottingClusterId: !Ref 'SnapshottingClusterId'\n      TransitEncryptionEnabled: !Ref 'TransitEncryptionEnabled'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  CacheSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-cachesubnetgroupname\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      CacheSubnetGroupName: !Ref 'CacheSubnetGroupName'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description\n    Default: null\n  ApplicationResourceLifecycleConfigServiceRole:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html#cfn-elasticbeanstalk-application-applicationresourcelifecycleconfig-servicerole\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxagerule.html#cfn-elasticbeanstalk-application-maxagerule-maxageindays\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-deletesourcefroms3\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html#cfn-elasticbeanstalk-application-maxcountrule-maxcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      ResourceLifecycleConfig:\n        ServiceRole: !Ref 'ApplicationResourceLifecycleConfigServiceRole'\n        VersionLifecycleConfig:\n          MaxAgeRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleEnabled'\n            MaxAgeInDays: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxAgeRuleMaxAgeInDays'\n          MaxCountRule:\n            DeleteSourceFromS3: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleDeleteSourceFromS3'\n            Enabled: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleEnabled'\n            MaxCount: !Ref 'ApplicationResourceLifecycleConfigApplicationVersionLifecycleConfigMaxCountRuleMaxCount'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-description\n    Default: null\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description\n    Default: null\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname\n    Default: null\n  SourceConfigurationApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname\n  SourceConfigurationTemplateName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Description: !Ref 'Description'\n      EnvironmentId: !Ref 'EnvironmentId'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      SourceConfiguration:\n        ApplicationName: !Ref 'SourceConfigurationApplicationName'\n        TemplateName: !Ref 'SourceConfigurationTemplateName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\n  CNAMEPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-cnameprefix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-description\n    Default: null\n  EnvironmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-name\n    Default: null\n  PlatformArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-platformarn\n    Default: null\n  SolutionStackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-solutionstackname\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-templatename\n    Default: null\n  TierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name\n    Default: null\n  TierType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type\n    Default: null\n  TierVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version\n    Default: null\n  VersionLabel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-versionlabel\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CNAMEPrefix: !Ref 'CNAMEPrefix'\n      Description: !Ref 'Description'\n      EnvironmentName: !Ref 'EnvironmentName'\n      PlatformArn: !Ref 'PlatformArn'\n      SolutionStackName: !Ref 'SolutionStackName'\n      TemplateName: !Ref 'TemplateName'\n      Tier:\n        Name: !Ref 'TierName'\n        Type: !Ref 'TierType'\n        Version: !Ref 'TierVersion'\n      VersionLabel: !Ref 'VersionLabel'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nParameters:\n  AccessLoggingPolicyEmitInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-emitinterval\n    Default: null\n  AccessLoggingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AccessLoggingPolicyS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketname\n  AccessLoggingPolicyS3BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-accessloggingpolicy.html#cfn-elb-accessloggingpolicy-s3bucketprefix\n    Default: null\n  ConnectionDrainingPolicyEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ConnectionDrainingPolicyTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout\n    Default: null\n  ConnectionSettingsIdleTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout\n  CrossZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-crosszone\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckHealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold\n  HealthCheckInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval\n  HealthCheckTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target\n  HealthCheckTimeout:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout\n  HealthCheckUnhealthyThreshold:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold\n  LoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-elbname\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#cfn-ec2-elb-scheme\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\n    Properties:\n      AccessLoggingPolicy:\n        EmitInterval: !Ref 'AccessLoggingPolicyEmitInterval'\n        Enabled: !Ref 'AccessLoggingPolicyEnabled'\n        S3BucketName: !Ref 'AccessLoggingPolicyS3BucketName'\n        S3BucketPrefix: !Ref 'AccessLoggingPolicyS3BucketPrefix'\n      ConnectionDrainingPolicy:\n        Enabled: !Ref 'ConnectionDrainingPolicyEnabled'\n        Timeout: !Ref 'ConnectionDrainingPolicyTimeout'\n      ConnectionSettings:\n        IdleTimeout: !Ref 'ConnectionSettingsIdleTimeout'\n      CrossZone: !Ref 'CrossZone'\n      HealthCheck:\n        HealthyThreshold: !Ref 'HealthCheckHealthyThreshold'\n        Interval: !Ref 'HealthCheckInterval'\n        Target: !Ref 'HealthCheckTarget'\n        Timeout: !Ref 'HealthCheckTimeout'\n        UnhealthyThreshold: !Ref 'HealthCheckUnhealthyThreshold'\n      LoadBalancerName: !Ref 'LoadBalancerName'\n      Scheme: !Ref 'Scheme'\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\n  SslPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      SslPolicy: !Ref 'SslPolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nParameters:\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name\n    Default: null\n  Scheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\n    Properties:\n      IpAddressType: !Ref 'IpAddressType'\n      Name: !Ref 'Name'\n      Scheme: !Ref 'Scheme'\n      Type: !Ref 'Type'\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nParameters:\n  HealthCheckEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckintervalseconds\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckpath\n    Default: null\n  HealthCheckPort:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthcheckprotocol\n    Default: null\n  HealthCheckTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthchecktimeoutseconds\n    Default: null\n  HealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount\n    Default: null\n  MatcherHttpCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-name\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-port\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-protocol\n    Default: null\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype\n    Default: null\n  UnhealthyThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-unhealthythresholdcount\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\n    Properties:\n      HealthCheckEnabled: !Ref 'HealthCheckEnabled'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckTimeoutSeconds: !Ref 'HealthCheckTimeoutSeconds'\n      HealthyThresholdCount: !Ref 'HealthyThresholdCount'\n      Matcher:\n        HttpCode: !Ref 'MatcherHttpCode'\n      Name: !Ref 'Name'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n      TargetType: !Ref 'TargetType'\n      UnhealthyThresholdCount: !Ref 'UnhealthyThresholdCount'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Elasticsearch-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nParameters:\n  AccessPolicies:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies\n    Default: null\n  AdvancedSecurityOptionsInputEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputInternalUserDatabaseEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-advancedsecurityoptionsinput.html#cfn-elasticsearch-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserarn\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masterusername\n    Default: null\n  AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-masteruseroptions.html#cfn-elasticsearch-domain-masteruseroptions-masteruserpassword\n    Default: null\n  CognitoOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CognitoOptionsIdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-identitypoolid\n    Default: null\n  CognitoOptionsRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-rolearn\n    Default: null\n  CognitoOptionsUserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-cognitooptions.html#cfn-elasticsearch-domain-cognitooptions-userpoolid\n    Default: null\n  DomainEndpointOptionsEnforceHTTPS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-enforcehttps\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DomainEndpointOptionsTLSSecurityPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-tlssecuritypolicy\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname\n    Default: null\n  EBSOptionsEBSEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-ebsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EBSOptionsIops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-iops\n    Default: null\n  EBSOptionsVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumesize\n    Default: null\n  EBSOptionsVolumeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-ebsoptions.html#cfn-elasticsearch-domain-ebsoptions-volumetype\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercount\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchClusterConfigDedicatedMasterType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertype\n    Default: null\n  ElasticsearchClusterConfigInstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecount\n    Default: null\n  ElasticsearchClusterConfigInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetype\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-zoneawarenessconfig.html#cfn-elasticsearch-domain-zoneawarenessconfig-availabilityzonecount\n    Default: null\n  ElasticsearchClusterConfigZoneAwarenessEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion\n    Default: null\n  EncryptionAtRestOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EncryptionAtRestOptionsKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-encryptionatrestoptions.html#cfn-elasticsearch-domain-encryptionatrestoptions-kmskeyid\n    Default: null\n  NodeToNodeEncryptionOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotOptionsAutomatedSnapshotStartHour:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-snapshotoptions.html#cfn-elasticsearch-domain-snapshotoptions-automatedsnapshotstarthour\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\n    Properties:\n      AccessPolicies: !Ref 'AccessPolicies'\n      AdvancedSecurityOptions:\n        Enabled: !Ref 'AdvancedSecurityOptionsInputEnabled'\n        InternalUserDatabaseEnabled: !Ref 'AdvancedSecurityOptionsInputInternalUserDatabaseEnabled'\n        MasterUserOptions:\n          MasterUserARN: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserARN'\n          MasterUserName: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserName'\n          MasterUserPassword: !Ref 'AdvancedSecurityOptionsInputMasterUserOptionsMasterUserPassword'\n      CognitoOptions:\n        Enabled: !Ref 'CognitoOptionsEnabled'\n        IdentityPoolId: !Ref 'CognitoOptionsIdentityPoolId'\n        RoleArn: !Ref 'CognitoOptionsRoleArn'\n        UserPoolId: !Ref 'CognitoOptionsUserPoolId'\n      DomainEndpointOptions:\n        EnforceHTTPS: !Ref 'DomainEndpointOptionsEnforceHTTPS'\n        TLSSecurityPolicy: !Ref 'DomainEndpointOptionsTLSSecurityPolicy'\n      DomainName: !Ref 'DomainName'\n      EBSOptions:\n        EBSEnabled: !Ref 'EBSOptionsEBSEnabled'\n        Iops: !Ref 'EBSOptionsIops'\n        VolumeSize: !Ref 'EBSOptionsVolumeSize'\n        VolumeType: !Ref 'EBSOptionsVolumeType'\n      ElasticsearchClusterConfig:\n        DedicatedMasterCount: !Ref 'ElasticsearchClusterConfigDedicatedMasterCount'\n        DedicatedMasterEnabled: !Ref 'ElasticsearchClusterConfigDedicatedMasterEnabled'\n        DedicatedMasterType: !Ref 'ElasticsearchClusterConfigDedicatedMasterType'\n        InstanceCount: !Ref 'ElasticsearchClusterConfigInstanceCount'\n        InstanceType: !Ref 'ElasticsearchClusterConfigInstanceType'\n        ZoneAwarenessConfig:\n          AvailabilityZoneCount: !Ref 'ElasticsearchClusterConfigZoneAwarenessConfigAvailabilityZoneCount'\n        ZoneAwarenessEnabled: !Ref 'ElasticsearchClusterConfigZoneAwarenessEnabled'\n      ElasticsearchVersion: !Ref 'ElasticsearchVersion'\n      EncryptionAtRestOptions:\n        Enabled: !Ref 'EncryptionAtRestOptionsEnabled'\n        KmsKeyId: !Ref 'EncryptionAtRestOptionsKmsKeyId'\n      NodeToNodeEncryptionOptions:\n        Enabled: !Ref 'NodeToNodeEncryptionOptionsEnabled'\n      SnapshotOptions:\n        AutomatedSnapshotStartHour: !Ref 'SnapshotOptionsAutomatedSnapshotStartHour'\n      VPCOptions: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Discoverer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-description\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      Description: !Ref 'Description'\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Discoverer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-description\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      Description: !Ref 'Description'\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-description\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      Description: !Ref 'Description'\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-description\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      Description: !Ref 'Description'\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-description\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      Description: !Ref 'Description'\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Registry/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description\n    Default: null\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\n    Properties:\n      Description: !Ref 'Description'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Registry/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description\n    Default: null\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\n    Properties:\n      Description: !Ref 'Description'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Registry/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description\n    Default: null\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\n    Properties:\n      Description: !Ref 'Description'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Registry/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description\n    Default: null\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\n    Properties:\n      Description: !Ref 'Description'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Registry/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description\n    Default: null\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\n    Properties:\n      Description: !Ref 'Description'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\n  RevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-revisionid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\n      RevisionId: !Ref 'RevisionId'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Schema/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\n  SchemaName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\n      SchemaName: !Ref 'SchemaName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Schema/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\n  SchemaName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\n      SchemaName: !Ref 'SchemaName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Schema/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\n  SchemaName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\n      SchemaName: !Ref 'SchemaName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Schema/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\n  SchemaName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\n      SchemaName: !Ref 'SchemaName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-EventSchemas-Schema/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description\n    Default: null\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\n  SchemaName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\n      SchemaName: !Ref 'SchemaName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBus/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  EventSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      EventSourceName: !Ref 'EventSourceName'\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-EventBusPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname\n    Default: null\n  ConditionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type\n    Default: null\n  ConditionValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value\n    Default: null\n  ConditionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      EventBusName: !Ref 'EventBusName'\n      Condition:\n        Type: !Ref 'ConditionType'\n        Value: !Ref 'ConditionValue'\n        Key: !Ref 'ConditionKey'\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Events-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description\n    Default: null\n  EventBusName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname\n    Default: null\n  EventPattern:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression\n    Default: null\n  State:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\n    Properties:\n      Description: !Ref 'Description'\n      EventBusName: !Ref 'EventBusName'\n      EventPattern: !Ref 'EventPattern'\n      Name: !Ref 'Name'\n      RoleArn: !Ref 'RoleArn'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      State: !Ref 'State'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-NotificationChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FMS-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\n  DeleteAllPolicyResources:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeMap: {}\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      IncludeMap: {}\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\n      DeleteAllPolicyResources: !Ref 'DeleteAllPolicyResources'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  LustreConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  LustreConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-automaticbackupretentiondays\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        DailyAutomaticBackupStartTime: !Ref 'LustreConfigurationDailyAutomaticBackupStartTime'\n        CopyTagsToBackups: !Ref 'LustreConfigurationCopyTagsToBackups'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n        AutomaticBackupRetentionDays: !Ref 'LustreConfigurationAutomaticBackupRetentionDays'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  LustreConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  LustreConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-automaticbackupretentiondays\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        DailyAutomaticBackupStartTime: !Ref 'LustreConfigurationDailyAutomaticBackupStartTime'\n        CopyTagsToBackups: !Ref 'LustreConfigurationCopyTagsToBackups'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n        AutomaticBackupRetentionDays: !Ref 'LustreConfigurationAutomaticBackupRetentionDays'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  LustreConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  LustreConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-automaticbackupretentiondays\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        DailyAutomaticBackupStartTime: !Ref 'LustreConfigurationDailyAutomaticBackupStartTime'\n        CopyTagsToBackups: !Ref 'LustreConfigurationCopyTagsToBackups'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n        AutomaticBackupRetentionDays: !Ref 'LustreConfigurationAutomaticBackupRetentionDays'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-FSx-FileSystem/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid\n    Default: null\n  StorageCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagecapacity\n    Default: null\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\n  LustreConfigurationImportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importpath\n    Default: null\n  LustreConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-weeklymaintenancestarttime\n    Default: null\n  LustreConfigurationImportedFileChunkSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-importedfilechunksize\n    Default: null\n  LustreConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-deploymenttype\n    Default: null\n  LustreConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  LustreConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LustreConfigurationExportPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-exportpath\n    Default: null\n  LustreConfigurationPerUnitStorageThroughput:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-perunitstoragethroughput\n    Default: null\n  LustreConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-automaticbackupretentiondays\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-backupid\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-filesystemadministratorsgroup\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-username\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-domainname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-organizationalunitdistinguishedname\n    Default: null\n  WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-selfmanagedactivedirectoryconfiguration-password\n    Default: null\n  WindowsConfigurationWeeklyMaintenanceStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-weeklymaintenancestarttime\n    Default: null\n  WindowsConfigurationActiveDirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-activedirectoryid\n    Default: null\n  WindowsConfigurationDeploymentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-deploymenttype\n    Default: null\n  WindowsConfigurationThroughputCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-throughputcapacity\n    Default: null\n  WindowsConfigurationCopyTagsToBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-copytagstobackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  WindowsConfigurationDailyAutomaticBackupStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-dailyautomaticbackupstarttime\n    Default: null\n  WindowsConfigurationAutomaticBackupRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-automaticbackupretentiondays\n    Default: null\n  WindowsConfigurationPreferredSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html#cfn-fsx-filesystem-windowsconfiguration-preferredsubnetid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      StorageType: !Ref 'StorageType'\n      KmsKeyId: !Ref 'KmsKeyId'\n      StorageCapacity: !Ref 'StorageCapacity'\n      FileSystemType: !Ref 'FileSystemType'\n      LustreConfiguration:\n        ImportPath: !Ref 'LustreConfigurationImportPath'\n        WeeklyMaintenanceStartTime: !Ref 'LustreConfigurationWeeklyMaintenanceStartTime'\n        ImportedFileChunkSize: !Ref 'LustreConfigurationImportedFileChunkSize'\n        DeploymentType: !Ref 'LustreConfigurationDeploymentType'\n        DailyAutomaticBackupStartTime: !Ref 'LustreConfigurationDailyAutomaticBackupStartTime'\n        CopyTagsToBackups: !Ref 'LustreConfigurationCopyTagsToBackups'\n        ExportPath: !Ref 'LustreConfigurationExportPath'\n        PerUnitStorageThroughput: !Ref 'LustreConfigurationPerUnitStorageThroughput'\n        AutomaticBackupRetentionDays: !Ref 'LustreConfigurationAutomaticBackupRetentionDays'\n      BackupId: !Ref 'BackupId'\n      WindowsConfiguration:\n        SelfManagedActiveDirectoryConfiguration:\n          FileSystemAdministratorsGroup: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationFileSystemAdministratorsGroup'\n          UserName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationUserName'\n          DomainName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationDomainName'\n          OrganizationalUnitDistinguishedName: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationOrganizationalUnitDistinguishedName'\n          Password: !Ref 'WindowsConfigurationSelfManagedActiveDirectoryConfigurationPassword'\n        WeeklyMaintenanceStartTime: !Ref 'WindowsConfigurationWeeklyMaintenanceStartTime'\n        ActiveDirectoryId: !Ref 'WindowsConfigurationActiveDirectoryId'\n        DeploymentType: !Ref 'WindowsConfigurationDeploymentType'\n        ThroughputCapacity: !Ref 'WindowsConfigurationThroughputCapacity'\n        CopyTagsToBackups: !Ref 'WindowsConfigurationCopyTagsToBackups'\n        DailyAutomaticBackupStartTime: !Ref 'WindowsConfigurationDailyAutomaticBackupStartTime'\n        AutomaticBackupRetentionDays: !Ref 'WindowsConfigurationAutomaticBackupRetentionDays'\n        PreferredSubnetId: !Ref 'WindowsConfigurationPreferredSubnetId'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyFleetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-fleetid\n    Default: null\n  RoutingStrategyMessage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-message\n    Default: null\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        FleetId: !Ref 'RoutingStrategyFleetId'\n        Message: !Ref 'RoutingStrategyMessage'\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Build/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-name\n    Default: null\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-key\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison\n    Default: null\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-version\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n    Properties:\n      Name: !Ref 'Name'\n      OperatingSystem: !Ref 'OperatingSystem'\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  BuildId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid\n    Default: null\n  CertificateConfigurationCertificateType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-description\n    Default: null\n  DesiredEC2Instances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances\n    Default: null\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  FleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype\n    Default: null\n  InstanceRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn\n    Default: null\n  MaxSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize\n    Default: null\n  MinSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\n  NewGameSessionProtectionPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy\n    Default: null\n  PeerVpcAwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid\n    Default: null\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid\n    Default: null\n  ResourceCreationLimitPolicyNewGameSessionsPerCreator:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator\n    Default: null\n  ResourceCreationLimitPolicyPolicyPeriodInMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes\n    Default: null\n  RuntimeConfigurationGameSessionActivationTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds\n    Default: null\n  RuntimeConfigurationMaxConcurrentGameSessionActivations:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations\n    Default: null\n  ScriptId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid\n    Default: null\n  ServerLaunchParameters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters\n    Default: null\n  ServerLaunchPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      BuildId: !Ref 'BuildId'\n      CertificateConfiguration:\n        CertificateType: !Ref 'CertificateConfigurationCertificateType'\n      Description: !Ref 'Description'\n      DesiredEC2Instances: !Ref 'DesiredEC2Instances'\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      FleetType: !Ref 'FleetType'\n      InstanceRoleARN: !Ref 'InstanceRoleARN'\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n      Name: !Ref 'Name'\n      NewGameSessionProtectionPolicy: !Ref 'NewGameSessionProtectionPolicy'\n      PeerVpcAwsAccountId: !Ref 'PeerVpcAwsAccountId'\n      PeerVpcId: !Ref 'PeerVpcId'\n      ResourceCreationLimitPolicy:\n        NewGameSessionsPerCreator: !Ref 'ResourceCreationLimitPolicyNewGameSessionsPerCreator'\n        PolicyPeriodInMinutes: !Ref 'ResourceCreationLimitPolicyPolicyPeriodInMinutes'\n      RuntimeConfiguration:\n        GameSessionActivationTimeoutSeconds: !Ref 'RuntimeConfigurationGameSessionActivationTimeoutSeconds'\n        MaxConcurrentGameSessionActivations: !Ref 'RuntimeConfigurationMaxConcurrentGameSessionActivations'\n      ScriptId: !Ref 'ScriptId'\n      ServerLaunchParameters: !Ref 'ServerLaunchParameters'\n      ServerLaunchPath: !Ref 'ServerLaunchPath'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  TimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-timeoutinseconds\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      TimeoutInSeconds: !Ref 'TimeoutInSeconds'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  GameSessionData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-gamesessiondata\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-description\n    Default: null\n  AcceptanceTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancetimeoutseconds\n    Default: null\n  NotificationTarget:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-notificationtarget\n    Default: null\n  CustomEventData:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-customeventdata\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  AdditionalPlayerCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-additionalplayercount\n    Default: null\n  BackfillMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-backfillmode\n    Default: null\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      GameSessionData: !Ref 'GameSessionData'\n      Description: !Ref 'Description'\n      AcceptanceTimeoutSeconds: !Ref 'AcceptanceTimeoutSeconds'\n      NotificationTarget: !Ref 'NotificationTarget'\n      CustomEventData: !Ref 'CustomEventData'\n      Name: !Ref 'Name'\n      AdditionalPlayerCount: !Ref 'AdditionalPlayerCount'\n      BackfillMode: !Ref 'BackfillMode'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GameLift-Script/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version\n    Default: null\n  S3LocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-objectversion\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      Version: !Ref 'Version'\n      StorageLocation:\n        ObjectVersion: !Ref 'S3LocationObjectVersion'\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\n  IpAddressType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-ipaddresstype\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\n      IpAddressType: !Ref 'IpAddressType'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\n  TrafficDialPercentage:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-trafficdialpercentage\n    Default: null\n  HealthCheckPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckport\n    Default: null\n  HealthCheckProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckprotocol\n    Default: null\n  HealthCheckPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckpath\n    Default: null\n  HealthCheckIntervalSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-healthcheckintervalseconds\n    Default: null\n  ThresholdCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-thresholdcount\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\n      TrafficDialPercentage: !Ref 'TrafficDialPercentage'\n      HealthCheckPort: !Ref 'HealthCheckPort'\n      HealthCheckProtocol: !Ref 'HealthCheckProtocol'\n      HealthCheckPath: !Ref 'HealthCheckPath'\n      HealthCheckIntervalSeconds: !Ref 'HealthCheckIntervalSeconds'\n      ThresholdCount: !Ref 'ThresholdCount'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\n  ClientAffinity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-clientaffinity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\n      ClientAffinity: !Ref 'ClientAffinity'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Classifier/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nParameters:\n  XMLClassifierRowTag:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag\n  XMLClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification\n  XMLClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name\n    Default: null\n  JsonClassifierJsonPath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-jsonpath\n  JsonClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-jsonclassifier.html#cfn-glue-classifier-jsonclassifier-name\n    Default: null\n  CsvClassifierQuoteSymbol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-quotesymbol\n    Default: null\n  CsvClassifierContainsHeader:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-containsheader\n    Default: null\n  CsvClassifierDelimiter:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-delimiter\n    Default: null\n  CsvClassifierAllowSingleColumn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-allowsinglecolumn\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierDisableValueTrimming:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-disablevaluetrimming\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  CsvClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-csvclassifier.html#cfn-glue-classifier-csvclassifier-name\n    Default: null\n  GrokClassifierCustomPatterns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-custompatterns\n    Default: null\n  GrokClassifierGrokPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-grokpattern\n  GrokClassifierClassification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-classification\n  GrokClassifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-grokclassifier.html#cfn-glue-classifier-grokclassifier-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n    Properties:\n      XMLClassifier:\n        RowTag: !Ref 'XMLClassifierRowTag'\n        Classification: !Ref 'XMLClassifierClassification'\n        Name: !Ref 'XMLClassifierName'\n      JsonClassifier:\n        JsonPath: !Ref 'JsonClassifierJsonPath'\n        Name: !Ref 'JsonClassifierName'\n      CsvClassifier:\n        QuoteSymbol: !Ref 'CsvClassifierQuoteSymbol'\n        ContainsHeader: !Ref 'CsvClassifierContainsHeader'\n        Delimiter: !Ref 'CsvClassifierDelimiter'\n        AllowSingleColumn: !Ref 'CsvClassifierAllowSingleColumn'\n        DisableValueTrimming: !Ref 'CsvClassifierDisableValueTrimming'\n        Name: !Ref 'CsvClassifierName'\n      GrokClassifier:\n        CustomPatterns: !Ref 'GrokClassifierCustomPatterns'\n        GrokPattern: !Ref 'GrokClassifierGrokPattern'\n        Classification: !Ref 'GrokClassifierClassification'\n        Name: !Ref 'GrokClassifierName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Connection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-description\n    Default: null\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputPhysicalConnectionRequirementsAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-availabilityzone\n    Default: null\n  ConnectionInputPhysicalConnectionRequirementsSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html#cfn-glue-connection-physicalconnectionrequirements-subnetid\n    Default: null\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  ConnectionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        Description: !Ref 'ConnectionInputDescription'\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        PhysicalConnectionRequirements:\n          AvailabilityZone: !Ref 'ConnectionInputPhysicalConnectionRequirementsAvailabilityZone'\n          SubnetId: !Ref 'ConnectionInputPhysicalConnectionRequirementsSubnetId'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n        Name: !Ref 'ConnectionInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Crawler/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description\n    Default: null\n  SchemaChangePolicyUpdateBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior\n    Default: null\n  SchemaChangePolicyDeleteBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior\n    Default: null\n  Configuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schedule.html#cfn-glue-crawler-schedule-scheduleexpression\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename\n    Default: null\n  CrawlerSecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration\n    Default: null\n  TablePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Description: !Ref 'Description'\n      SchemaChangePolicy:\n        UpdateBehavior: !Ref 'SchemaChangePolicyUpdateBehavior'\n        DeleteBehavior: !Ref 'SchemaChangePolicyDeleteBehavior'\n      Configuration: !Ref 'Configuration'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n      DatabaseName: !Ref 'DatabaseName'\n      Targets: {}\n      CrawlerSecurityConfiguration: !Ref 'CrawlerSecurityConfiguration'\n      TablePrefix: !Ref 'TablePrefix'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-returnconnectionpasswordencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html#cfn-glue-datacatalogencryptionsettings-connectionpasswordencryption-kmskeyid\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionmode\n    Default: null\n  DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-sseawskmskeyid\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings:\n        ConnectionPasswordEncryption:\n          ReturnConnectionPasswordEncrypted: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionReturnConnectionPasswordEncrypted'\n          KmsKeyId: !Ref 'DataCatalogEncryptionSettingsConnectionPasswordEncryptionKmsKeyId'\n        EncryptionAtRest:\n          CatalogEncryptionMode: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestCatalogEncryptionMode'\n          SseAwsKmsKeyId: !Ref 'DataCatalogEncryptionSettingsEncryptionAtRestSseAwsKmsKeyId'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Database/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  DatabaseInputLocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-locationuri\n    Default: null\n  DatabaseInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description\n    Default: null\n  DatabaseInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-parameters\n    Default: null\n  DatabaseInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-name\n    Default: null\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput:\n        LocationUri: !Ref 'DatabaseInputLocationUri'\n        Description: !Ref 'DatabaseInputDescription'\n        Parameters: !Ref 'DatabaseInputParameters'\n        Name: !Ref 'DatabaseInputName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-DevEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  ExtraJarsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrajarss3path\n    Default: null\n  PublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey\n    Default: null\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes\n    Default: null\n  Arguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion\n    Default: null\n  ExtraPythonLibsS3Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-extrapythonlibss3path\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      ExtraJarsS3Path: !Ref 'ExtraJarsS3Path'\n      PublicKey: !Ref 'PublicKey'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      Arguments: !Ref 'Arguments'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      WorkerType: !Ref 'WorkerType'\n      EndpointName: !Ref 'EndpointName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExtraPythonLibsS3Path: !Ref 'ExtraPythonLibsS3Path'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Job/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  MaxRetries:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout\n    Default: null\n  AllocatedCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\n  DefaultArguments:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments\n    Default: null\n  NotificationPropertyNotifyDelayAfter:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype\n    Default: null\n  LogUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri\n    Default: null\n  JobCommandPythonVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-pythonversion\n    Default: null\n  JobCommandScriptLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation\n    Default: null\n  JobCommandName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion\n    Default: null\n  ExecutionPropertyMaxConcurrentRuns:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html#cfn-glue-job-executionproperty-maxconcurrentruns\n    Default: null\n  SecurityConfiguration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Connections: {}\n      MaxRetries: !Ref 'MaxRetries'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      AllocatedCapacity: !Ref 'AllocatedCapacity'\n      Name: !Ref 'Name'\n      Role: !Ref 'Role'\n      DefaultArguments: !Ref 'DefaultArguments'\n      NotificationProperty:\n        NotifyDelayAfter: !Ref 'NotificationPropertyNotifyDelayAfter'\n      WorkerType: !Ref 'WorkerType'\n      LogUri: !Ref 'LogUri'\n      Command:\n        PythonVersion: !Ref 'JobCommandPythonVersion'\n        ScriptLocation: !Ref 'JobCommandScriptLocation'\n        Name: !Ref 'JobCommandName'\n      GlueVersion: !Ref 'GlueVersion'\n      ExecutionProperty:\n        MaxConcurrentRuns: !Ref 'ExecutionPropertyMaxConcurrentRuns'\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-MLTransform/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  MaxRetries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxretries\n    Default: null\n  WorkerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-workertype\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-description\n    Default: null\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-timeout\n    Default: null\n  GlueVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-glueversion\n    Default: null\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\n  TransformParametersFindMatchesParametersPrecisionRecallTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-precisionrecalltradeoff\n    Default: null\n  TransformParametersFindMatchesParametersEnforceProvidedLabels:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-enforceprovidedlabels\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TransformParametersFindMatchesParametersPrimaryKeyColumnName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-primarykeycolumnname\n  TransformParametersFindMatchesParametersAccuracyCostTradeoff:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html#cfn-glue-mltransform-transformparameters-findmatchesparameters-accuracycosttradeoff\n    Default: null\n  NumberOfWorkers:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-numberofworkers\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-name\n    Default: null\n  MaxCapacity:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-maxcapacity\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      MaxRetries: !Ref 'MaxRetries'\n      WorkerType: !Ref 'WorkerType'\n      Description: !Ref 'Description'\n      Timeout: !Ref 'Timeout'\n      GlueVersion: !Ref 'GlueVersion'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n        FindMatchesParameters:\n          PrecisionRecallTradeoff: !Ref 'TransformParametersFindMatchesParametersPrecisionRecallTradeoff'\n          EnforceProvidedLabels: !Ref 'TransformParametersFindMatchesParametersEnforceProvidedLabels'\n          PrimaryKeyColumnName: !Ref 'TransformParametersFindMatchesParametersPrimaryKeyColumnName'\n          AccuracyCostTradeoff: !Ref 'TransformParametersFindMatchesParametersAccuracyCostTradeoff'\n      InputRecordTables: {}\n      NumberOfWorkers: !Ref 'NumberOfWorkers'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      MaxCapacity: !Ref 'MaxCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Partition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\n  PartitionInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html#cfn-glue-partition-partitioninput-parameters\n    Default: null\n  PartitionInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-parameters\n    Default: null\n  PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-skewedinfo.html#cfn-glue-partition-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  PartitionInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-inputformat\n    Default: null\n  PartitionInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-numberofbuckets\n    Default: null\n  PartitionInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-outputformat\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-parameters\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-serializationlibrary\n    Default: null\n  PartitionInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-serdeinfo.html#cfn-glue-partition-serdeinfo-name\n    Default: null\n  PartitionInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PartitionInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html#cfn-glue-partition-storagedescriptor-location\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput:\n        Parameters: !Ref 'PartitionInputParameters'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'PartitionInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'PartitionInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'PartitionInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'PartitionInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'PartitionInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'PartitionInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'PartitionInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'PartitionInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'PartitionInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'PartitionInputStorageDescriptorCompressed'\n          Location: !Ref 'PartitionInputStorageDescriptorLocation'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  EncryptionConfigurationCloudWatchEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-kmskeyarn\n    Default: null\n  EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-jobbookmarksencryption.html#cfn-glue-securityconfiguration-jobbookmarksencryption-jobbookmarksencryptionmode\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration:\n        S3Encryptions: {}\n        CloudWatchEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationCloudWatchEncryptionKmsKeyArn'\n          CloudWatchEncryptionMode: !Ref 'EncryptionConfigurationCloudWatchEncryptionCloudWatchEncryptionMode'\n        JobBookmarksEncryption:\n          KmsKeyArn: !Ref 'EncryptionConfigurationJobBookmarksEncryptionKmsKeyArn'\n          JobBookmarksEncryptionMode: !Ref 'EncryptionConfigurationJobBookmarksEncryptionJobBookmarksEncryptionMode'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  TableInputOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-owner\n    Default: null\n  TableInputViewOriginalText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-vieworiginaltext\n    Default: null\n  TableInputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-description\n    Default: null\n  TableInputTableType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-tabletype\n    Default: null\n  TableInputParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters\n    Default: null\n  TableInputViewExpandedText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-viewexpandedtext\n    Default: null\n  TableInputStorageDescriptorStoredAsSubDirectories:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-storedassubdirectories\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-parameters\n    Default: null\n  TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html#cfn-glue-table-skewedinfo-skewedcolumnvaluelocationmaps\n    Default: null\n  TableInputStorageDescriptorInputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-inputformat\n    Default: null\n  TableInputStorageDescriptorNumberOfBuckets:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-numberofbuckets\n    Default: null\n  TableInputStorageDescriptorOutputFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-outputformat\n    Default: null\n  TableInputStorageDescriptorSerdeInfoParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-parameters\n    Default: null\n  TableInputStorageDescriptorSerdeInfoSerializationLibrary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-serializationlibrary\n    Default: null\n  TableInputStorageDescriptorSerdeInfoName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-serdeinfo.html#cfn-glue-table-serdeinfo-name\n    Default: null\n  TableInputStorageDescriptorCompressed:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-compressed\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TableInputStorageDescriptorLocation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html#cfn-glue-table-storagedescriptor-location\n    Default: null\n  TableInputRetention:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-retention\n    Default: null\n  TableInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-name\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput:\n        Owner: !Ref 'TableInputOwner'\n        ViewOriginalText: !Ref 'TableInputViewOriginalText'\n        Description: !Ref 'TableInputDescription'\n        TableType: !Ref 'TableInputTableType'\n        Parameters: !Ref 'TableInputParameters'\n        ViewExpandedText: !Ref 'TableInputViewExpandedText'\n        StorageDescriptor:\n          StoredAsSubDirectories: !Ref 'TableInputStorageDescriptorStoredAsSubDirectories'\n          Parameters: !Ref 'TableInputStorageDescriptorParameters'\n          SkewedInfo:\n            SkewedColumnValueLocationMaps: !Ref 'TableInputStorageDescriptorSkewedInfoSkewedColumnValueLocationMaps'\n          InputFormat: !Ref 'TableInputStorageDescriptorInputFormat'\n          NumberOfBuckets: !Ref 'TableInputStorageDescriptorNumberOfBuckets'\n          OutputFormat: !Ref 'TableInputStorageDescriptorOutputFormat'\n          SerdeInfo:\n            Parameters: !Ref 'TableInputStorageDescriptorSerdeInfoParameters'\n            SerializationLibrary: !Ref 'TableInputStorageDescriptorSerdeInfoSerializationLibrary'\n            Name: !Ref 'TableInputStorageDescriptorSerdeInfoName'\n          Compressed: !Ref 'TableInputStorageDescriptorCompressed'\n          Location: !Ref 'TableInputStorageDescriptorLocation'\n        Retention: !Ref 'TableInputRetention'\n        Name: !Ref 'TableInputName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Trigger/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\n  StartOnCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-description\n    Default: null\n  WorkflowName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname\n    Default: null\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-schedule\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name\n    Default: null\n  PredicateLogical:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n      StartOnCreation: !Ref 'StartOnCreation'\n      Description: !Ref 'Description'\n      WorkflowName: !Ref 'WorkflowName'\n      Schedule: !Ref 'Schedule'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n      Predicate:\n        Logical: !Ref 'PredicateLogical'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Glue-Workflow/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description\n    Default: null\n  DefaultRunProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n    Properties:\n      Description: !Ref 'Description'\n      DefaultRunProperties: !Ref 'DefaultRunProperties'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  FunctionDefinitionVersionDefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-execution.html#cfn-greengrass-functiondefinition-execution-isolationmode\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-uid\n    Default: null\n  FunctionDefinitionVersionDefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-runas.html#cfn-greengrass-functiondefinition-runas-gid\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      InitialVersion:\n        DefaultConfig:\n          Execution:\n            IsolationMode: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionIsolationMode'\n            RunAs:\n              Uid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsUid'\n              Gid: !Ref 'FunctionDefinitionVersionDefaultConfigExecutionRunAsGid'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  DefaultConfigExecutionIsolationMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-execution.html#cfn-greengrass-functiondefinitionversion-execution-isolationmode\n    Default: null\n  DefaultConfigExecutionRunAsUid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-uid\n    Default: null\n  DefaultConfigExecutionRunAsGid:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-runas.html#cfn-greengrass-functiondefinitionversion-runas-gid\n    Default: null\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      DefaultConfig:\n        Execution:\n          IsolationMode: !Ref 'DefaultConfigExecutionIsolationMode'\n          RunAs:\n            Uid: !Ref 'DefaultConfigExecutionRunAsUid'\n            Gid: !Ref 'DefaultConfigExecutionRunAsGid'\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  GroupVersionLoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-loggerdefinitionversionarn\n    Default: null\n  GroupVersionDeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-devicedefinitionversionarn\n    Default: null\n  GroupVersionFunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-functiondefinitionversionarn\n    Default: null\n  GroupVersionCoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-coredefinitionversionarn\n    Default: null\n  GroupVersionResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-resourcedefinitionversionarn\n    Default: null\n  GroupVersionConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-connectordefinitionversionarn\n    Default: null\n  GroupVersionSubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-group-groupversion.html#cfn-greengrass-group-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      InitialVersion:\n        LoggerDefinitionVersionArn: !Ref 'GroupVersionLoggerDefinitionVersionArn'\n        DeviceDefinitionVersionArn: !Ref 'GroupVersionDeviceDefinitionVersionArn'\n        FunctionDefinitionVersionArn: !Ref 'GroupVersionFunctionDefinitionVersionArn'\n        CoreDefinitionVersionArn: !Ref 'GroupVersionCoreDefinitionVersionArn'\n        ResourceDefinitionVersionArn: !Ref 'GroupVersionResourceDefinitionVersionArn'\n        ConnectorDefinitionVersionArn: !Ref 'GroupVersionConnectorDefinitionVersionArn'\n        SubscriptionDefinitionVersionArn: !Ref 'GroupVersionSubscriptionDefinitionVersionArn'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  LoggerDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-loggerdefinitionversionarn\n    Default: null\n  DeviceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-devicedefinitionversionarn\n    Default: null\n  FunctionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-functiondefinitionversionarn\n    Default: null\n  CoreDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-coredefinitionversionarn\n    Default: null\n  ResourceDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-resourcedefinitionversionarn\n    Default: null\n  ConnectorDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-connectordefinitionversionarn\n    Default: null\n  SubscriptionDefinitionVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-subscriptiondefinitionversionarn\n    Default: null\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      LoggerDefinitionVersionArn: !Ref 'LoggerDefinitionVersionArn'\n      DeviceDefinitionVersionArn: !Ref 'DeviceDefinitionVersionArn'\n      FunctionDefinitionVersionArn: !Ref 'FunctionDefinitionVersionArn'\n      CoreDefinitionVersionArn: !Ref 'CoreDefinitionVersionArn'\n      ResourceDefinitionVersionArn: !Ref 'ResourceDefinitionVersionArn'\n      ConnectorDefinitionVersionArn: !Ref 'ConnectorDefinitionVersionArn'\n      SubscriptionDefinitionVersionArn: !Ref 'SubscriptionDefinitionVersionArn'\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      InitialVersion: {}\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-Config/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GroundStation-MissionProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  ContactPrePassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactprepassdurationseconds\n    Default: null\n  ContactPostPassDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-contactpostpassdurationseconds\n    Default: null\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      ContactPrePassDurationSeconds: !Ref 'ContactPrePassDurationSeconds'\n      ContactPostPassDurationSeconds: !Ref 'ContactPostPassDurationSeconds'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Detector/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-findingpublishingfrequency\n    Default: null\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Filter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  FindingCriteriaCriterion:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion\n    Default: null\n  FindingCriteriaConditionLt:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt\n    Default: null\n  FindingCriteriaConditionGte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte\n    Default: null\n  FindingCriteriaConditionLte:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte\n    Default: null\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria:\n        Criterion: !Ref 'FindingCriteriaCriterion'\n        ItemType:\n          Lt: !Ref 'FindingCriteriaConditionLt'\n          Gte: !Ref 'FindingCriteriaConditionGte'\n          Lte: !Ref 'FindingCriteriaConditionLte'\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Master/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n      InvitationId: !Ref 'InvitationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-Member/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status\n    Default: null\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  Message:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message\n    Default: null\n  DisableEmailNotification:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      Status: !Ref 'Status'\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      Message: !Ref 'Message'\n      DisableEmailNotification: !Ref 'DisableEmailNotification'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-name\n    Default: null\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Name: !Ref 'Name'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-AccessKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  Serial:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      Serial: !Ref 'Serial'\n      Status: !Ref 'Status'\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-groupname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html#cfn-iam-group-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-InstanceProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nParameters:\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\n    Properties:\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      Path: !Ref 'Path'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description\n    Default: null\n  ManagedPolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path\n    Default: null\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      Description: !Ref 'Description'\n      ManagedPolicyName: !Ref 'ManagedPolicyName'\n      Path: !Ref 'Path'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-Role/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description\n    Default: null\n  MaxSessionDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary\n    Default: null\n  RoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\n      Description: !Ref 'Description'\n      MaxSessionDuration: !Ref 'MaxSessionDuration'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      RoleName: !Ref 'RoleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  CustomSuffix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-customsuffix\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-description\n    Default: null\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      CustomSuffix: !Ref 'CustomSuffix'\n      Description: !Ref 'Description'\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nParameters:\n  LoginProfilePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password\n  LoginProfilePasswordResetRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Path:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path\n    Default: null\n  PermissionsBoundary:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\n    Properties:\n      LoginProfile:\n        Password: !Ref 'LoginProfilePassword'\n        PasswordResetRequired: !Ref 'LoginProfilePasswordResetRequired'\n      Path: !Ref 'Path'\n      PermissionsBoundary: !Ref 'PermissionsBoundary'\n      UserName: !Ref 'UserName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Component/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description\n    Default: null\n  ChangeDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription\n    Default: null\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid\n    Default: null\n  Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Description: !Ref 'Description'\n      ChangeDescription: !Ref 'ChangeDescription'\n      Platform: !Ref 'Platform'\n      Data: !Ref 'Data'\n      KmsKeyId: !Ref 'KmsKeyId'\n      Uri: !Ref 'Uri'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-Image/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-description\n    Default: null\n  ImageTestsConfigurationImageTestsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-imagetestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ImageTestsConfigurationTimeoutMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-status\n    Default: null\n  ScheduleScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-scheduleexpression\n    Default: null\n  SchedulePipelineExecutionStartCondition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-pipelineexecutionstartcondition\n    Default: null\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  DistributionConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-distributionconfigurationarn\n    Default: null\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\n  EnhancedImageMetadataEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-enhancedimagemetadataenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ImageTestsConfiguration:\n        ImageTestsEnabled: !Ref 'ImageTestsConfigurationImageTestsEnabled'\n        TimeoutMinutes: !Ref 'ImageTestsConfigurationTimeoutMinutes'\n      Status: !Ref 'Status'\n      Schedule:\n        ScheduleExpression: !Ref 'ScheduleScheduleExpression'\n        PipelineExecutionStartCondition: !Ref 'SchedulePipelineExecutionStartCondition'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      DistributionConfigurationArn: !Ref 'DistributionConfigurationArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\n      EnhancedImageMetadataEnabled: !Ref 'EnhancedImageMetadataEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-description\n    Default: null\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\n  WorkingDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-workingdirectory\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\n      WorkingDirectory: !Ref 'WorkingDirectory'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-description\n    Default: null\n  Logging:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid\n    Default: null\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair\n    Default: null\n  TerminateInstanceOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Logging: !Ref 'Logging'\n      SubnetId: !Ref 'SubnetId'\n      KeyPair: !Ref 'KeyPair'\n      TerminateInstanceOnFailure: !Ref 'TerminateInstanceOnFailure'\n      InstanceProfileName: !Ref 'InstanceProfileName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nParameters:\n  AssessmentTargetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname\n    Default: null\n  ResourceGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\n    Properties:\n      AssessmentTargetName: !Ref 'AssessmentTargetName'\n      ResourceGroupArn: !Ref 'ResourceGroupArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\n  AssessmentTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\n      AssessmentTemplateName: !Ref 'AssessmentTemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CACertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-cacertificatepem\n    Default: null\n  CertificatePem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatepem\n    Default: null\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n    Default: null\n  CertificateMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatemode\n    Default: null\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CACertificatePem: !Ref 'CACertificatePem'\n      CertificatePem: !Ref 'CertificatePem'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      CertificateMode: !Ref 'CertificateMode'\n      Status: !Ref 'Status'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatename\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-description\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\n  ProvisioningHookTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-targetarn\n    Default: null\n  ProvisioningHookPayloadVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-provisioningtemplate-provisioninghook.html#cfn-iot-provisioningtemplate-provisioninghook-payloadversion\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Description: !Ref 'Description'\n      Enabled: !Ref 'Enabled'\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\n      PreProvisioningHook:\n        TargetArn: !Ref 'ProvisioningHookTargetArn'\n        PayloadVersion: !Ref 'ProvisioningHookPayloadVersion'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-Thing/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nParameters:\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n    Properties:\n      AttributePayload: {}\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT-TopicRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-rulename\n    Default: null\n  TopicRulePayloadAwsIotSqlVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-awsiotsqlversion\n    Default: null\n  TopicRulePayloadDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-description\n    Default: null\n  TopicRulePayloadActionCloudwatchAlarmActionAlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-alarmname\n  TopicRulePayloadActionCloudwatchAlarmActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-rolearn\n  TopicRulePayloadActionCloudwatchAlarmActionStateReason:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statereason\n  TopicRulePayloadActionCloudwatchAlarmActionStateValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchalarmaction.html#cfn-iot-topicrule-cloudwatchalarmaction-statevalue\n  TopicRulePayloadActionCloudwatchMetricActionMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricname\n  TopicRulePayloadActionCloudwatchMetricActionMetricNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricnamespace\n  TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metrictimestamp\n    Default: null\n  TopicRulePayloadActionCloudwatchMetricActionMetricUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricunit\n  TopicRulePayloadActionCloudwatchMetricActionMetricValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-metricvalue\n  TopicRulePayloadActionCloudwatchMetricActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchmetricaction.html#cfn-iot-topicrule-cloudwatchmetricaction-rolearn\n  TopicRulePayloadActionDynamoDBActionHashKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyfield\n  TopicRulePayloadActionDynamoDBActionHashKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionHashKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-hashkeyvalue\n  TopicRulePayloadActionDynamoDBActionPayloadField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-payloadfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyField:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyfield\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeytype\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRangeKeyValue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rangekeyvalue\n    Default: null\n  TopicRulePayloadActionDynamoDBActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-rolearn\n  TopicRulePayloadActionDynamoDBActionTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html#cfn-iot-topicrule-dynamodbaction-tablename\n  TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html#cfn-iot-topicrule-putiteminput-tablename\n  TopicRulePayloadActionDynamoDBv2ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbv2action.html#cfn-iot-topicrule-dynamodbv2action-rolearn\n    Default: null\n  TopicRulePayloadActionElasticsearchActionEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-endpoint\n  TopicRulePayloadActionElasticsearchActionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-id\n  TopicRulePayloadActionElasticsearchActionIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-index\n  TopicRulePayloadActionElasticsearchActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-rolearn\n  TopicRulePayloadActionElasticsearchActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-elasticsearchaction.html#cfn-iot-topicrule-elasticsearchaction-type\n  TopicRulePayloadActionFirehoseActionDeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-deliverystreamname\n  TopicRulePayloadActionFirehoseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-rolearn\n  TopicRulePayloadActionFirehoseActionSeparator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-firehoseaction.html#cfn-iot-topicrule-firehoseaction-separator\n    Default: null\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-rolearn\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-servicename\n  TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sigv4authorization.html#cfn-iot-topicrule-sigv4authorization-signingregion\n  TopicRulePayloadActionHttpActionConfirmationUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-confirmationurl\n    Default: null\n  TopicRulePayloadActionHttpActionUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpaction.html#cfn-iot-topicrule-httpaction-url\n  TopicRulePayloadActionIotAnalyticsActionChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-channelname\n  TopicRulePayloadActionIotAnalyticsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotanalyticsaction.html#cfn-iot-topicrule-iotanalyticsaction-rolearn\n  TopicRulePayloadActionIotEventsActionInputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-inputname\n  TopicRulePayloadActionIotEventsActionMessageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-messageid\n    Default: null\n  TopicRulePayloadActionIotEventsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-ioteventsaction.html#cfn-iot-topicrule-ioteventsaction-rolearn\n  TopicRulePayloadActionIotSiteWiseActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-iotsitewiseaction.html#cfn-iot-topicrule-iotsitewiseaction-rolearn\n  TopicRulePayloadActionKinesisActionPartitionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey\n    Default: null\n  TopicRulePayloadActionKinesisActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn\n  TopicRulePayloadActionKinesisActionStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname\n  TopicRulePayloadActionLambdaActionFunctionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn\n    Default: null\n  TopicRulePayloadActionRepublishActionQos:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos\n    Default: null\n  TopicRulePayloadActionRepublishActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn\n  TopicRulePayloadActionRepublishActionTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic\n  TopicRulePayloadActionS3ActionBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-bucketname\n  TopicRulePayloadActionS3ActionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-key\n  TopicRulePayloadActionS3ActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html#cfn-iot-topicrule-s3action-rolearn\n  TopicRulePayloadActionSnsActionMessageFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-messageformat\n    Default: null\n  TopicRulePayloadActionSnsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-rolearn\n  TopicRulePayloadActionSnsActionTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html#cfn-iot-topicrule-snsaction-targetarn\n  TopicRulePayloadActionSqsActionQueueUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl\n  TopicRulePayloadActionSqsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn\n  TopicRulePayloadActionSqsActionUseBase64:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-executionnameprefix\n    Default: null\n  TopicRulePayloadActionStepFunctionsActionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-rolearn\n  TopicRulePayloadActionStepFunctionsActionStateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-stepfunctionsaction.html#cfn-iot-topicrule-stepfunctionsaction-statemachinename\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      RuleName: !Ref 'RuleName'\n      TopicRulePayload:\n        AwsIotSqlVersion: !Ref 'TopicRulePayloadAwsIotSqlVersion'\n        Description: !Ref 'TopicRulePayloadDescription'\n        ErrorAction:\n          CloudwatchAlarm:\n            AlarmName: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionAlarmName'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionRoleArn'\n            StateReason: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateReason'\n            StateValue: !Ref 'TopicRulePayloadActionCloudwatchAlarmActionStateValue'\n          CloudwatchMetric:\n            MetricName: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricName'\n            MetricNamespace: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricNamespace'\n            MetricTimestamp: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricTimestamp'\n            MetricUnit: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricUnit'\n            MetricValue: !Ref 'TopicRulePayloadActionCloudwatchMetricActionMetricValue'\n            RoleArn: !Ref 'TopicRulePayloadActionCloudwatchMetricActionRoleArn'\n          DynamoDB:\n            HashKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyField'\n            HashKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyType'\n            HashKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionHashKeyValue'\n            PayloadField: !Ref 'TopicRulePayloadActionDynamoDBActionPayloadField'\n            RangeKeyField: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyField'\n            RangeKeyType: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyType'\n            RangeKeyValue: !Ref 'TopicRulePayloadActionDynamoDBActionRangeKeyValue'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBActionRoleArn'\n            TableName: !Ref 'TopicRulePayloadActionDynamoDBActionTableName'\n          DynamoDBv2:\n            PutItem:\n              TableName: !Ref 'TopicRulePayloadActionDynamoDBv2ActionPutItemInputTableName'\n            RoleArn: !Ref 'TopicRulePayloadActionDynamoDBv2ActionRoleArn'\n          Elasticsearch:\n            Endpoint: !Ref 'TopicRulePayloadActionElasticsearchActionEndpoint'\n            Id: !Ref 'TopicRulePayloadActionElasticsearchActionId'\n            Index: !Ref 'TopicRulePayloadActionElasticsearchActionIndex'\n            RoleArn: !Ref 'TopicRulePayloadActionElasticsearchActionRoleArn'\n            Type: !Ref 'TopicRulePayloadActionElasticsearchActionType'\n          Firehose:\n            DeliveryStreamName: !Ref 'TopicRulePayloadActionFirehoseActionDeliveryStreamName'\n            RoleArn: !Ref 'TopicRulePayloadActionFirehoseActionRoleArn'\n            Separator: !Ref 'TopicRulePayloadActionFirehoseActionSeparator'\n          Http:\n            Auth:\n              Sigv4:\n                RoleArn: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationRoleArn'\n                ServiceName: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationServiceName'\n                SigningRegion: !Ref 'TopicRulePayloadActionHttpActionHttpAuthorizationSigV4AuthorizationSigningRegion'\n            ConfirmationUrl: !Ref 'TopicRulePayloadActionHttpActionConfirmationUrl'\n            Url: !Ref 'TopicRulePayloadActionHttpActionUrl'\n          IotAnalytics:\n            ChannelName: !Ref 'TopicRulePayloadActionIotAnalyticsActionChannelName'\n            RoleArn: !Ref 'TopicRulePayloadActionIotAnalyticsActionRoleArn'\n          IotEvents:\n            InputName: !Ref 'TopicRulePayloadActionIotEventsActionInputName'\n            MessageId: !Ref 'TopicRulePayloadActionIotEventsActionMessageId'\n            RoleArn: !Ref 'TopicRulePayloadActionIotEventsActionRoleArn'\n          IotSiteWise:\n            RoleArn: !Ref 'TopicRulePayloadActionIotSiteWiseActionRoleArn'\n          Kinesis:\n            PartitionKey: !Ref 'TopicRulePayloadActionKinesisActionPartitionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionKinesisActionRoleArn'\n            StreamName: !Ref 'TopicRulePayloadActionKinesisActionStreamName'\n          Lambda:\n            FunctionArn: !Ref 'TopicRulePayloadActionLambdaActionFunctionArn'\n          Republish:\n            Qos: !Ref 'TopicRulePayloadActionRepublishActionQos'\n            RoleArn: !Ref 'TopicRulePayloadActionRepublishActionRoleArn'\n            Topic: !Ref 'TopicRulePayloadActionRepublishActionTopic'\n          S3:\n            BucketName: !Ref 'TopicRulePayloadActionS3ActionBucketName'\n            Key: !Ref 'TopicRulePayloadActionS3ActionKey'\n            RoleArn: !Ref 'TopicRulePayloadActionS3ActionRoleArn'\n          Sns:\n            MessageFormat: !Ref 'TopicRulePayloadActionSnsActionMessageFormat'\n            RoleArn: !Ref 'TopicRulePayloadActionSnsActionRoleArn'\n            TargetArn: !Ref 'TopicRulePayloadActionSnsActionTargetArn'\n          Sqs:\n            QueueUrl: !Ref 'TopicRulePayloadActionSqsActionQueueUrl'\n            RoleArn: !Ref 'TopicRulePayloadActionSqsActionRoleArn'\n            UseBase64: !Ref 'TopicRulePayloadActionSqsActionUseBase64'\n          StepFunctions:\n            ExecutionNamePrefix: !Ref 'TopicRulePayloadActionStepFunctionsActionExecutionNamePrefix'\n            RoleArn: !Ref 'TopicRulePayloadActionStepFunctionsActionRoleArn'\n            StateMachineName: !Ref 'TopicRulePayloadActionStepFunctionsActionStateMachineName'\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Device/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Placement/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  PlacementName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-placementname\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\n  AssociatedDevices:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-associateddevices\n    Default: null\n  Attributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-attributes\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      PlacementName: !Ref 'PlacementName'\n      ProjectName: !Ref 'ProjectName'\n      AssociatedDevices: !Ref 'AssociatedDevices'\n      Attributes: !Ref 'Attributes'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoT1Click-Project/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-description\n    Default: null\n  PlacementTemplateDeviceTemplates:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-devicetemplates\n    Default: null\n  PlacementTemplateDefaultAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-placementtemplate.html#cfn-iot1click-project-placementtemplate-defaultattributes\n    Default: null\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html#cfn-iot1click-project-projectname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      Description: !Ref 'Description'\n      PlacementTemplate:\n        DeviceTemplates: !Ref 'PlacementTemplateDeviceTemplates'\n        DefaultAttributes: !Ref 'PlacementTemplateDefaultAttributes'\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nParameters:\n  ChannelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html#cfn-iotanalytics-channel-channelname\n    Default: null\n  ChannelStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-bucket\n  ChannelStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-rolearn\n  ChannelStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-customermanageds3.html#cfn-iotanalytics-channel-customermanageds3-keyprefix\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-channel-retentionperiod.html#cfn-iotanalytics-channel-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n    Properties:\n      ChannelName: !Ref 'ChannelName'\n      ChannelStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'ChannelStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'ChannelStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'ChannelStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nParameters:\n  DatasetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-datasetname\n    Default: null\n  VersioningConfigurationMaxVersions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions\n    Default: null\n  VersioningConfigurationUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-numberofdays\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-retentionperiod.html#cfn-iotanalytics-dataset-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n    Properties:\n      DatasetName: !Ref 'DatasetName'\n      VersioningConfiguration:\n        MaxVersions: !Ref 'VersioningConfigurationMaxVersions'\n        Unlimited: !Ref 'VersioningConfigurationUnlimited'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nParameters:\n  DatastoreStorageCustomerManagedS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-bucket\n  DatastoreStorageCustomerManagedS3RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-rolearn\n  DatastoreStorageCustomerManagedS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-customermanageds3.html#cfn-iotanalytics-datastore-customermanageds3-keyprefix\n    Default: null\n  DatastoreName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html#cfn-iotanalytics-datastore-datastorename\n    Default: null\n  RetentionPeriodNumberOfDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-numberofdays\n    Default: null\n  RetentionPeriodUnlimited:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-retentionperiod.html#cfn-iotanalytics-datastore-retentionperiod-unlimited\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n    Properties:\n      DatastoreStorage:\n        CustomerManagedS3:\n          Bucket: !Ref 'DatastoreStorageCustomerManagedS3Bucket'\n          RoleArn: !Ref 'DatastoreStorageCustomerManagedS3RoleArn'\n          KeyPrefix: !Ref 'DatastoreStorageCustomerManagedS3KeyPrefix'\n        ServiceManagedS3: {}\n      DatastoreName: !Ref 'DatastoreName'\n      RetentionPeriod:\n        NumberOfDays: !Ref 'RetentionPeriodNumberOfDays'\n        Unlimited: !Ref 'RetentionPeriodUnlimited'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nParameters:\n  PipelineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html#cfn-iotanalytics-pipeline-pipelinename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n    Properties:\n      PipelineName: !Ref 'PipelineName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nParameters:\n  DetectorModelDefinitionInitialStateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-detectormodeldefinition.html#cfn-iotevents-detectormodel-detectormodeldefinition-initialstatename\n    Default: null\n  EvaluationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-evaluationmethod\n    Default: null\n  DetectorModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodelname\n    Default: null\n  DetectorModelDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-detectormodeldescription\n    Default: null\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-key\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html#cfn-iotevents-detectormodel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n    Properties:\n      DetectorModelDefinition:\n        InitialStateName: !Ref 'DetectorModelDefinitionInitialStateName'\n      EvaluationMethod: !Ref 'EvaluationMethod'\n      DetectorModelName: !Ref 'DetectorModelName'\n      DetectorModelDescription: !Ref 'DetectorModelDescription'\n      Key: !Ref 'Key'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTEvents-Input/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nParameters:\n  InputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname\n    Default: null\n  InputDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription\n    Default: null\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n    Properties:\n      InputDefinition: {}\n      InputName: !Ref 'InputName'\n      InputDescription: !Ref 'InputDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  CompatibleNamespaceVersion:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion\n    Default: null\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      CompatibleNamespaceVersion: !Ref 'CompatibleNamespaceVersion'\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  CompatibleNamespaceVersion:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion\n    Default: null\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      CompatibleNamespaceVersion: !Ref 'CompatibleNamespaceVersion'\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  CompatibleNamespaceVersion:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion\n    Default: null\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      CompatibleNamespaceVersion: !Ref 'CompatibleNamespaceVersion'\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  CompatibleNamespaceVersion:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion\n    Default: null\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      CompatibleNamespaceVersion: !Ref 'CompatibleNamespaceVersion'\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  CompatibleNamespaceVersion:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion\n    Default: null\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      CompatibleNamespaceVersion: !Ref 'CompatibleNamespaceVersion'\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KMS-Key/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description\n    Default: null\n  EnableKeyRotation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\n  KeyUsage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage\n    Default: null\n  PendingWindowInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      Description: !Ref 'Description'\n      EnableKeyRotation: !Ref 'EnableKeyRotation'\n      Enabled: !Ref 'Enabled'\n      KeyPolicy: !Ref 'KeyPolicy'\n      KeyUsage: !Ref 'KeyUsage'\n      PendingWindowInDays: !Ref 'PendingWindowInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-Stream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name\n    Default: null\n  RetentionPeriodHours:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours\n    Default: null\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\n  StreamEncryptionEncryptionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype\n  StreamEncryptionKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      Name: !Ref 'Name'\n      RetentionPeriodHours: !Ref 'RetentionPeriodHours'\n      ShardCount: !Ref 'ShardCount'\n      StreamEncryption:\n        EncryptionType: !Ref 'StreamEncryptionEncryptionType'\n        KeyId: !Ref 'StreamEncryptionKeyId'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationname\n    Default: null\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationdescription\n    Default: null\n  ApplicationCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-applicationcode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ApplicationCode: !Ref 'ApplicationCode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-destinationschema.html#cfn-kinesisanalytics-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-resourcearn\n  OutputLambdaOutputRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html#cfn-kinesisanalytics-applicationoutput-lambdaoutput-rolearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisFirehoseOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisfirehoseoutput-rolearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputKinesisStreamsOutputRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalytics-applicationoutput-kinesisstreamsoutput-rolearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html#cfn-kinesisanalytics-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n          RoleARN: !Ref 'OutputLambdaOutputRoleARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisFirehoseOutputRoleARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n          RoleARN: !Ref 'OutputKinesisStreamsOutputRoleARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-filekey\n  ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-s3referencedatasource-referencerolearn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n          ReferenceRoleARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceReferenceRoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname\n    Default: null\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationcodeconfiguration.html#cfn-kinesisanalyticsv2-application-applicationcodeconfiguration-codecontenttype\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-zipfilecontent\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion\n    Default: null\n  ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-codecontent.html#cfn-kinesisanalyticsv2-application-codecontent-textcontent\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointinterval\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-minpausebetweencheckpoints\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-checkpointconfiguration.html#cfn-kinesisanalyticsv2-application-checkpointconfiguration-checkpointingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelismperkpu\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-autoscalingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-configurationtype\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-metricslevel\n    Default: null\n  ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-monitoringconfiguration.html#cfn-kinesisanalyticsv2-application-monitoringconfiguration-loglevel\n    Default: null\n  ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ApplicationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription\n    Default: null\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ApplicationConfiguration:\n        ApplicationCodeConfiguration:\n          CodeContentType: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentType'\n          CodeContent:\n            ZipFileContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentZipFileContent'\n            S3ContentLocation:\n              BucketARN: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationBucketARN'\n              FileKey: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationFileKey'\n              ObjectVersion: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationObjectVersion'\n            TextContent: !Ref 'ApplicationConfigurationApplicationCodeConfigurationCodeContentTextContent'\n        EnvironmentProperties: {}\n        FlinkApplicationConfiguration:\n          CheckpointConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationConfigurationType'\n            CheckpointInterval: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointInterval'\n            MinPauseBetweenCheckpoints: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationMinPauseBetweenCheckpoints'\n            CheckpointingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationCheckpointConfigurationCheckpointingEnabled'\n          ParallelismConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationConfigurationType'\n            ParallelismPerKPU: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelismPerKPU'\n            AutoScalingEnabled: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationAutoScalingEnabled'\n            Parallelism: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationParallelismConfigurationParallelism'\n          MonitoringConfiguration:\n            ConfigurationType: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationConfigurationType'\n            MetricsLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationMetricsLevel'\n            LogLevel: !Ref 'ApplicationConfigurationFlinkApplicationConfigurationMonitoringConfigurationLogLevel'\n        SqlApplicationConfiguration: {}\n        ApplicationSnapshotConfiguration:\n          SnapshotsEnabled: !Ref 'ApplicationConfigurationApplicationSnapshotConfigurationSnapshotsEnabled'\n      ApplicationDescription: !Ref 'ApplicationDescription'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\n  OutputDestinationSchemaRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-destinationschema.html#cfn-kinesisanalyticsv2-applicationoutput-destinationschema-recordformattype\n    Default: null\n  OutputLambdaOutputResourceARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn\n  OutputKinesisFirehoseOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn\n  OutputKinesisStreamsOutputResourceARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisstreamsoutput-resourcearn\n  OutputName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-output.html#cfn-kinesisanalyticsv2-applicationoutput-output-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema:\n          RecordFormatType: !Ref 'OutputDestinationSchemaRecordFormatType'\n        LambdaOutput:\n          ResourceARN: !Ref 'OutputLambdaOutputResourceARN'\n        KinesisFirehoseOutput:\n          ResourceARN: !Ref 'OutputKinesisFirehoseOutputResourceARN'\n        KinesisStreamsOutput:\n          ResourceARN: !Ref 'OutputKinesisStreamsOutputResourceARN'\n        Name: !Ref 'OutputName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordEncoding:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referenceschema-recordencoding\n    Default: null\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordrowdelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-csvmappingparameters-recordcolumndelimiter\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\n  ReferenceDataSourceTableName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-tablename\n    Default: null\n  ReferenceDataSourceS3ReferenceDataSourceBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-bucketarn\n  ReferenceDataSourceS3ReferenceDataSourceFileKey:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-s3referencedatasource-filekey\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordEncoding: !Ref 'ReferenceDataSourceReferenceSchemaRecordEncoding'\n          RecordFormat:\n            MappingParameters:\n              JSONMappingParameters:\n                RecordRowPath: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersJSONMappingParametersRecordRowPath'\n              CSVMappingParameters:\n                RecordRowDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordRowDelimiter'\n                RecordColumnDelimiter: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatMappingParametersCSVMappingParametersRecordColumnDelimiter'\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n        TableName: !Ref 'ReferenceDataSourceTableName'\n        S3ReferenceDataSource:\n          BucketARN: !Ref 'ReferenceDataSourceS3ReferenceDataSourceBucketARN'\n          FileKey: !Ref 'ReferenceDataSourceS3ReferenceDataSourceFileKey'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nParameters:\n  DeliveryStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname\n    Default: null\n  DeliveryStreamType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationDomainARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-domainarn\n    Default: null\n  ElasticsearchDestinationConfigurationIndexName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexname\n  ElasticsearchDestinationConfigurationIndexRotationPeriod:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-indexrotationperiod\n    Default: null\n  ElasticsearchDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html#cfn-kinesisfirehose-deliverystream-elasticsearchretryoptions-durationinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-s3backupmode\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ElasticsearchDestinationConfigurationClusterEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-clusterendpoint\n    Default: null\n  ElasticsearchDestinationConfigurationTypeName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration-typename\n    Default: null\n  ElasticsearchDestinationConfigurationVpcConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn\n  ExtendedS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability\n  : Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance\n  : Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression\n  : Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes\n  : Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes\n    Default: null\n  ? ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion\n  : Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename\n    Default: null\n  ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid\n    Default: null\n  ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  ExtendedS3DestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode\n    Default: null\n  KinesisStreamSourceConfigurationKinesisStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-kinesisstreamarn\n  KinesisStreamSourceConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration-rolearn\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationClusterJDBCURL:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-clusterjdbcurl\n  RedshiftDestinationConfigurationCopyCommandCopyOptions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-copyoptions\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableColumns:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablecolumns\n    Default: null\n  RedshiftDestinationConfigurationCopyCommandDataTableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html#cfn-kinesisfirehose-deliverystream-copycommand-datatablename\n  RedshiftDestinationConfigurationPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-password\n  RedshiftDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftretryoptions.html#cfn-kinesisfirehose-deliverystream-redshiftretryoptions-durationinseconds\n    Default: null\n  RedshiftDestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  RedshiftDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode\n    Default: null\n  RedshiftDestinationConfigurationUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-username\n  S3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  S3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  S3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  S3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  S3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  S3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  S3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecacknowledgmenttimeoutinseconds\n    Default: null\n  SplunkDestinationConfigurationHECEndpoint:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpoint\n  SplunkDestinationConfigurationHECEndpointType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hecendpointtype\n  SplunkDestinationConfigurationHECToken:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-hectoken\n  SplunkDestinationConfigurationProcessingConfigurationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html#cfn-kinesisfirehose-deliverystream-processingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds\n    Default: null\n  SplunkDestinationConfigurationS3BackupMode:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-s3backupmode\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBucketARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-bucketarn\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-intervalinseconds\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html#cfn-kinesisfirehose-deliverystream-bufferinghints-sizeinmbs\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-loggroupname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-cloudwatchloggingoptions.html#cfn-kinesisfirehose-deliverystream-cloudwatchloggingoptions-logstreamname\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kmsencryptionconfig.html#cfn-kinesisfirehose-deliverystream-kmsencryptionconfig-awskmskeyarn\n  SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html#cfn-kinesisfirehose-deliverystream-encryptionconfiguration-noencryptionconfig\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix\n    Default: null\n  SplunkDestinationConfigurationS3DestinationConfigurationRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-rolearn\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\n    Properties:\n      DeliveryStreamName: !Ref 'DeliveryStreamName'\n      DeliveryStreamType: !Ref 'DeliveryStreamType'\n      ElasticsearchDestinationConfiguration:\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationElasticsearchBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ElasticsearchDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        DomainARN: !Ref 'ElasticsearchDestinationConfigurationDomainARN'\n        IndexName: !Ref 'ElasticsearchDestinationConfigurationIndexName'\n        IndexRotationPeriod: !Ref 'ElasticsearchDestinationConfigurationIndexRotationPeriod'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ElasticsearchDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'ElasticsearchDestinationConfigurationElasticsearchRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'ElasticsearchDestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ElasticsearchDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationS3DestinationConfigurationRoleARN'\n        ClusterEndpoint: !Ref 'ElasticsearchDestinationConfigurationClusterEndpoint'\n        TypeName: !Ref 'ElasticsearchDestinationConfigurationTypeName'\n        VpcConfiguration:\n          RoleARN: !Ref 'ElasticsearchDestinationConfigurationVpcConfigurationRoleARN'\n      ExtendedS3DestinationConfiguration:\n        BucketARN: !Ref 'ExtendedS3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'ExtendedS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationCompressionFormat'\n        DataFormatConversionConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationEnabled'\n          InputFormatConfiguration:\n            Deserializer:\n              HiveJsonSerDe: {}\n              OpenXJsonSerDe:\n                CaseInsensitive: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeCaseInsensitive'\n                ConvertDotsInJsonKeysToUnderscores: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationInputFormatConfigurationDeserializerOpenXJsonSerDeConvertDotsInJsonKeysToUnderscores'\n          OutputFormatConfiguration:\n            Serializer:\n              OrcSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBlockSizeBytes'\n                BloomFilterFalsePositiveProbability: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeBloomFilterFalsePositiveProbability'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeCompression'\n                DictionaryKeyThreshold: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeDictionaryKeyThreshold'\n                EnablePadding: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeEnablePadding'\n                FormatVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeFormatVersion'\n                PaddingTolerance: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDePaddingTolerance'\n                RowIndexStride: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeRowIndexStride'\n                StripeSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeStripeSizeBytes'\n              ParquetSerDe:\n                BlockSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeBlockSizeBytes'\n                Compression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeCompression'\n                EnableDictionaryCompression: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeEnableDictionaryCompression'\n                MaxPaddingBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeMaxPaddingBytes'\n                PageSizeBytes: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDePageSizeBytes'\n                WriterVersion: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDeWriterVersion'\n          SchemaConfiguration:\n            CatalogId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationCatalogId'\n            DatabaseName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationDatabaseName'\n            Region: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRegion'\n            RoleARN: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationRoleARN'\n            TableName: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationTableName'\n            VersionId: !Ref 'ExtendedS3DestinationConfigurationDataFormatConversionConfigurationSchemaConfigurationVersionId'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'ExtendedS3DestinationConfigurationPrefix'\n        ProcessingConfiguration:\n          Enabled: !Ref 'ExtendedS3DestinationConfigurationProcessingConfigurationEnabled'\n        RoleARN: !Ref 'ExtendedS3DestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'ExtendedS3DestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'ExtendedS3DestinationConfigurationS3BackupMode'\n      KinesisStreamSourceConfiguration:\n        KinesisStreamARN: !Ref 'KinesisStreamSourceConfigurationKinesisStreamARN'\n        RoleARN: !Ref 'KinesisStreamSourceConfigurationRoleARN'\n      RedshiftDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'RedshiftDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        ClusterJDBCURL: !Ref 'RedshiftDestinationConfigurationClusterJDBCURL'\n        CopyCommand:\n          CopyOptions: !Ref 'RedshiftDestinationConfigurationCopyCommandCopyOptions'\n          DataTableColumns: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableColumns'\n          DataTableName: !Ref 'RedshiftDestinationConfigurationCopyCommandDataTableName'\n        Password: !Ref 'RedshiftDestinationConfigurationPassword'\n        ProcessingConfiguration:\n          Enabled: !Ref 'RedshiftDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'RedshiftDestinationConfigurationRedshiftRetryOptionsDurationInSeconds'\n        RoleARN: !Ref 'RedshiftDestinationConfigurationRoleARN'\n        S3BackupConfiguration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        S3BackupMode: !Ref 'RedshiftDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'RedshiftDestinationConfigurationS3DestinationConfigurationRoleARN'\n        Username: !Ref 'RedshiftDestinationConfigurationUsername'\n      S3DestinationConfiguration:\n        BucketARN: !Ref 'S3DestinationConfigurationBucketARN'\n        BufferingHints:\n          IntervalInSeconds: !Ref 'S3DestinationConfigurationBufferingHintsIntervalInSeconds'\n          SizeInMBs: !Ref 'S3DestinationConfigurationBufferingHintsSizeInMBs'\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'S3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        CompressionFormat: !Ref 'S3DestinationConfigurationCompressionFormat'\n        EncryptionConfiguration:\n          KMSEncryptionConfig:\n            AWSKMSKeyARN: !Ref 'S3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n          NoEncryptionConfig: !Ref 'S3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n        ErrorOutputPrefix: !Ref 'S3DestinationConfigurationErrorOutputPrefix'\n        Prefix: !Ref 'S3DestinationConfigurationPrefix'\n        RoleARN: !Ref 'S3DestinationConfigurationRoleARN'\n      SplunkDestinationConfiguration:\n        CloudWatchLoggingOptions:\n          Enabled: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsEnabled'\n          LogGroupName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n          LogStreamName: !Ref 'SplunkDestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n        HECAcknowledgmentTimeoutInSeconds: !Ref 'SplunkDestinationConfigurationHECAcknowledgmentTimeoutInSeconds'\n        HECEndpoint: !Ref 'SplunkDestinationConfigurationHECEndpoint'\n        HECEndpointType: !Ref 'SplunkDestinationConfigurationHECEndpointType'\n        HECToken: !Ref 'SplunkDestinationConfigurationHECToken'\n        ProcessingConfiguration:\n          Enabled: !Ref 'SplunkDestinationConfigurationProcessingConfigurationEnabled'\n        RetryOptions:\n          DurationInSeconds: !Ref 'SplunkDestinationConfigurationSplunkRetryOptionsDurationInSeconds'\n        S3BackupMode: !Ref 'SplunkDestinationConfigurationS3BackupMode'\n        S3Configuration:\n          BucketARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBucketARN'\n          BufferingHints:\n            IntervalInSeconds: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsIntervalInSeconds'\n            SizeInMBs: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationBufferingHintsSizeInMBs'\n          CloudWatchLoggingOptions:\n            Enabled: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsEnabled'\n            LogGroupName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogGroupName'\n            LogStreamName: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCloudWatchLoggingOptionsLogStreamName'\n          CompressionFormat: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationCompressionFormat'\n          EncryptionConfiguration:\n            KMSEncryptionConfig:\n              AWSKMSKeyARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationKMSEncryptionConfigAWSKMSKeyARN'\n            NoEncryptionConfig: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationEncryptionConfigurationNoEncryptionConfig'\n          ErrorOutputPrefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationErrorOutputPrefix'\n          Prefix: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationPrefix'\n          RoleARN: !Ref 'SplunkDestinationConfigurationS3DestinationConfigurationRoleARN'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n    Properties:\n      Admins: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n    Properties:\n      Admins: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n    Properties:\n      Admins: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n    Properties:\n      Admins: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n    Properties:\n      Admins: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Permissions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nParameters:\n  DataLakePrincipalDataLakePrincipalIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalakeprincipal.html#cfn-lakeformation-permissions-datalakeprincipal-datalakeprincipalidentifier\n    Default: null\n  ResourceTableResourceDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-databasename\n    Default: null\n  ResourceTableResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-name\n    Default: null\n  ResourceDatabaseResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name\n    Default: null\n  ResourceDataLocationResourceS3Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-s3resource\n    Default: null\n  ResourceTableWithColumnsResourceDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-databasename\n    Default: null\n  ResourceTableWithColumnsResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal:\n        DataLakePrincipalIdentifier: !Ref 'DataLakePrincipalDataLakePrincipalIdentifier'\n      Resource:\n        TableResource:\n          DatabaseName: !Ref 'ResourceTableResourceDatabaseName'\n          Name: !Ref 'ResourceTableResourceName'\n        DatabaseResource:\n          Name: !Ref 'ResourceDatabaseResourceName'\n        DataLocationResource:\n          S3Resource: !Ref 'ResourceDataLocationResourceS3Resource'\n        TableWithColumnsResource:\n          DatabaseName: !Ref 'ResourceTableWithColumnsResourceDatabaseName'\n          Name: !Ref 'ResourceTableWithColumnsResourceName'\n          ColumnWildcard: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Permissions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nParameters:\n  DataLakePrincipalDataLakePrincipalIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalakeprincipal.html#cfn-lakeformation-permissions-datalakeprincipal-datalakeprincipalidentifier\n    Default: null\n  ResourceTableResourceDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-databasename\n    Default: null\n  ResourceTableResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-name\n    Default: null\n  ResourceDatabaseResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name\n    Default: null\n  ResourceDataLocationResourceS3Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-s3resource\n    Default: null\n  ResourceTableWithColumnsResourceDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-databasename\n    Default: null\n  ResourceTableWithColumnsResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal:\n        DataLakePrincipalIdentifier: !Ref 'DataLakePrincipalDataLakePrincipalIdentifier'\n      Resource:\n        TableResource:\n          DatabaseName: !Ref 'ResourceTableResourceDatabaseName'\n          Name: !Ref 'ResourceTableResourceName'\n        DatabaseResource:\n          Name: !Ref 'ResourceDatabaseResourceName'\n        DataLocationResource:\n          S3Resource: !Ref 'ResourceDataLocationResourceS3Resource'\n        TableWithColumnsResource:\n          DatabaseName: !Ref 'ResourceTableWithColumnsResourceDatabaseName'\n          Name: !Ref 'ResourceTableWithColumnsResourceName'\n          ColumnWildcard: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Permissions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nParameters:\n  DataLakePrincipalDataLakePrincipalIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalakeprincipal.html#cfn-lakeformation-permissions-datalakeprincipal-datalakeprincipalidentifier\n    Default: null\n  ResourceTableResourceDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-databasename\n    Default: null\n  ResourceTableResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-name\n    Default: null\n  ResourceDatabaseResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name\n    Default: null\n  ResourceDataLocationResourceS3Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-s3resource\n    Default: null\n  ResourceTableWithColumnsResourceDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-databasename\n    Default: null\n  ResourceTableWithColumnsResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal:\n        DataLakePrincipalIdentifier: !Ref 'DataLakePrincipalDataLakePrincipalIdentifier'\n      Resource:\n        TableResource:\n          DatabaseName: !Ref 'ResourceTableResourceDatabaseName'\n          Name: !Ref 'ResourceTableResourceName'\n        DatabaseResource:\n          Name: !Ref 'ResourceDatabaseResourceName'\n        DataLocationResource:\n          S3Resource: !Ref 'ResourceDataLocationResourceS3Resource'\n        TableWithColumnsResource:\n          DatabaseName: !Ref 'ResourceTableWithColumnsResourceDatabaseName'\n          Name: !Ref 'ResourceTableWithColumnsResourceName'\n          ColumnWildcard: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Permissions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nParameters:\n  DataLakePrincipalDataLakePrincipalIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalakeprincipal.html#cfn-lakeformation-permissions-datalakeprincipal-datalakeprincipalidentifier\n    Default: null\n  ResourceTableResourceDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-databasename\n    Default: null\n  ResourceTableResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-name\n    Default: null\n  ResourceDatabaseResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal:\n        DataLakePrincipalIdentifier: !Ref 'DataLakePrincipalDataLakePrincipalIdentifier'\n      Resource:\n        TableResource:\n          DatabaseName: !Ref 'ResourceTableResourceDatabaseName'\n          Name: !Ref 'ResourceTableResourceName'\n        DatabaseResource:\n          Name: !Ref 'ResourceDatabaseResourceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Permissions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nParameters:\n  DataLakePrincipalDataLakePrincipalIdentifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalakeprincipal.html#cfn-lakeformation-permissions-datalakeprincipal-datalakeprincipalidentifier\n    Default: null\n  ResourceTableResourceDatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-databasename\n    Default: null\n  ResourceTableResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tableresource.html#cfn-lakeformation-permissions-tableresource-name\n    Default: null\n  ResourceDatabaseResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name\n    Default: null\n  ResourceDataLocationResourceS3Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-s3resource\n    Default: null\n  ResourceTableWithColumnsResourceDatabaseName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-databasename\n    Default: null\n  ResourceTableWithColumnsResourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-tablewithcolumnsresource.html#cfn-lakeformation-permissions-tablewithcolumnsresource-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal:\n        DataLakePrincipalIdentifier: !Ref 'DataLakePrincipalDataLakePrincipalIdentifier'\n      Resource:\n        TableResource:\n          DatabaseName: !Ref 'ResourceTableResourceDatabaseName'\n          Name: !Ref 'ResourceTableResourceName'\n        DatabaseResource:\n          Name: !Ref 'ResourceDatabaseResourceName'\n        DataLocationResource:\n          S3Resource: !Ref 'ResourceDataLocationResourceS3Resource'\n        TableWithColumnsResource:\n          DatabaseName: !Ref 'ResourceTableWithColumnsResourceDatabaseName'\n          Name: !Ref 'ResourceTableWithColumnsResourceName'\n          ColumnWildcard: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Resource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Resource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Resource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Resource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-LakeFormation-Resource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-provisionedconcurrencyconfiguration.html#cfn-lambda-alias-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\n      RoutingConfig: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts\n    Default: null\n  DestinationConfigOnSuccessDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-destinationconfig-onsuccess-destination\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-destinationconfig-onfailure.html#cfn-lambda-eventinvokeconfig-destinationconfig-onfailure-destination\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\n  MaximumEventAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      DestinationConfig:\n        OnSuccess:\n          Destination: !Ref 'DestinationConfigOnSuccessDestination'\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Qualifier: !Ref 'Qualifier'\n      MaximumEventAgeInSeconds: !Ref 'MaximumEventAgeInSeconds'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  BatchSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize\n    Default: null\n  BisectBatchOnFunctionError:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DestinationConfigOnFailureDestination:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\n  MaximumBatchingWindowInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds\n    Default: null\n  MaximumRecordAgeInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds\n    Default: null\n  MaximumRetryAttempts:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts\n    Default: null\n  ParallelizationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor\n    Default: null\n  StartingPosition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      BatchSize: !Ref 'BatchSize'\n      BisectBatchOnFunctionError: !Ref 'BisectBatchOnFunctionError'\n      DestinationConfig:\n        OnFailure:\n          Destination: !Ref 'DestinationConfigOnFailureDestination'\n      Enabled: !Ref 'Enabled'\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n      MaximumBatchingWindowInSeconds: !Ref 'MaximumBatchingWindowInSeconds'\n      MaximumRecordAgeInSeconds: !Ref 'MaximumRecordAgeInSeconds'\n      MaximumRetryAttempts: !Ref 'MaximumRetryAttempts'\n      ParallelizationFactor: !Ref 'ParallelizationFactor'\n      StartingPosition: !Ref 'StartingPosition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Function/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-s3objectversion\n    Default: null\n  CodeZipFile:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile\n    Default: null\n  DeadLetterConfigTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html#cfn-lambda-function-deadletterconfig-targetarn\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname\n    Default: null\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  KmsKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-kmskeyarn\n    Default: null\n  MemorySize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-memorysize\n    Default: null\n  ReservedConcurrentExecutions:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-reservedconcurrentexecutions\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\n  Timeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-timeout\n    Default: null\n  TracingConfigMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        ZipFile: !Ref 'CodeZipFile'\n      DeadLetterConfig:\n        TargetArn: !Ref 'DeadLetterConfigTargetArn'\n      Description: !Ref 'Description'\n      Environment: {}\n      FunctionName: !Ref 'FunctionName'\n      Handler: !Ref 'Handler'\n      KmsKeyArn: !Ref 'KmsKeyArn'\n      MemorySize: !Ref 'MemorySize'\n      ReservedConcurrentExecutions: !Ref 'ReservedConcurrentExecutions'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\n      Timeout: !Ref 'Timeout'\n      TracingConfig:\n        Mode: !Ref 'TracingConfigMode'\n      VpcConfig: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  LicenseInfo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description\n    Default: null\n  LayerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername\n    Default: null\n  ContentS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3objectversion\n    Default: null\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      LicenseInfo: !Ref 'LicenseInfo'\n      Description: !Ref 'Description'\n      LayerName: !Ref 'LayerName'\n      Content:\n        S3ObjectVersion: !Ref 'ContentS3ObjectVersion'\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  OrganizationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-organizationid\n    Default: null\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      OrganizationId: !Ref 'OrganizationId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Permission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  EventSourceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-eventsourcetoken\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\n  SourceAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourceaccount\n    Default: null\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      EventSourceToken: !Ref 'EventSourceToken'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n      SourceAccount: !Ref 'SourceAccount'\n      SourceArn: !Ref 'SourceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Lambda-Version/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  CodeSha256:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-codesha256\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-description\n    Default: null\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\n  ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-provisionedconcurrencyconfiguration.html#cfn-lambda-version-provisionedconcurrencyconfiguration-provisionedconcurrentexecutions\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      CodeSha256: !Ref 'CodeSha256'\n      Description: !Ref 'Description'\n      FunctionName: !Ref 'FunctionName'\n      ProvisionedConcurrencyConfig:\n        ProvisionedConcurrentExecutions: !Ref 'ProvisionedConcurrencyConfigurationProvisionedConcurrentExecutions'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-Destination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-loggroupname\n    Default: null\n  RetentionInDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-cwl-loggroup-retentionindays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      RetentionInDays: !Ref 'RetentionInDays'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-LogStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\n  LogStreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-logstreamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n      LogStreamName: !Ref 'LogStreamName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-MetricFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MSK-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize\n    Default: null\n  BrokerNodeGroupInfoBrokerAZDistribution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution\n    Default: null\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  EnhancedMonitoring:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring\n    Default: null\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid\n  EncryptionInfoEncryptionInTransitClientBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker\n    Default: null\n  EncryptionInfoEncryptionInTransitInCluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OpenMonitoringPrometheusJmxExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  OpenMonitoringPrometheusNodeExporterEnabledInBroker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\n  LoggingInfoBrokerLogsS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket\n    Default: null\n  LoggingInfoBrokerLogsS3Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix\n    Default: null\n  LoggingInfoBrokerLogsFirehoseDeliveryStream:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-deliverystream\n    Default: null\n  LoggingInfoBrokerLogsFirehoseEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.html#cfn-msk-cluster-firehose-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  LoggingInfoBrokerLogsCloudWatchLogsLogGroup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-loggroup\n    Default: null\n  LoggingInfoBrokerLogsCloudWatchLogsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-cloudwatchlogs.html#cfn-msk-cluster-cloudwatchlogs-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags\n    Default: null\n  ConfigurationInfoRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision\n  ConfigurationInfoArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        StorageInfo:\n          EBSStorageInfo:\n            VolumeSize: !Ref 'BrokerNodeGroupInfoStorageInfoEBSStorageInfoVolumeSize'\n        BrokerAZDistribution: !Ref 'BrokerNodeGroupInfoBrokerAZDistribution'\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      EnhancedMonitoring: !Ref 'EnhancedMonitoring'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      EncryptionInfo:\n        EncryptionAtRest:\n          DataVolumeKMSKeyId: !Ref 'EncryptionInfoEncryptionAtRestDataVolumeKMSKeyId'\n        EncryptionInTransit:\n          ClientBroker: !Ref 'EncryptionInfoEncryptionInTransitClientBroker'\n          InCluster: !Ref 'EncryptionInfoEncryptionInTransitInCluster'\n      OpenMonitoring:\n        Prometheus:\n          JmxExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusJmxExporterEnabledInBroker'\n          NodeExporter:\n            EnabledInBroker: !Ref 'OpenMonitoringPrometheusNodeExporterEnabledInBroker'\n      ClusterName: !Ref 'ClusterName'\n      ClientAuthentication:\n        Tls: {}\n      LoggingInfo:\n        BrokerLogs:\n          S3:\n            Bucket: !Ref 'LoggingInfoBrokerLogsS3Bucket'\n            Enabled: !Ref 'LoggingInfoBrokerLogsS3Enabled'\n            Prefix: !Ref 'LoggingInfoBrokerLogsS3Prefix'\n          Firehose:\n            DeliveryStream: !Ref 'LoggingInfoBrokerLogsFirehoseDeliveryStream'\n            Enabled: !Ref 'LoggingInfoBrokerLogsFirehoseEnabled'\n          CloudWatchLogs:\n            LogGroup: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsLogGroup'\n            Enabled: !Ref 'LoggingInfoBrokerLogsCloudWatchLogsEnabled'\n      Tags: !Ref 'Tags'\n      ConfigurationInfo:\n        Revision: !Ref 'ConfigurationInfoRevision'\n        Arn: !Ref 'ConfigurationInfoArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-description\n    Default: null\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\n  MaximumMatchDistance:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-maximummatchdistance\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      Regex: !Ref 'Regex'\n      MaximumMatchDistance: !Ref 'MaximumMatchDistance'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-FindingsFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-description\n    Default: null\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-action\n    Default: null\n  Position:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-position\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      FindingCriteria:\n        Criterion: {}\n      Action: !Ref 'Action'\n      Position: !Ref 'Position'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Macie-Session/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-status\n    Default: null\n  FindingPublishingFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html#cfn-macie-session-findingpublishingfrequency\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\n    Properties:\n      Status: !Ref 'Status'\n      FindingPublishingFrequency: !Ref 'FindingPublishingFrequency'\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-description\n    Default: null\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminusername\n  MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberfabricconfiguration.html#cfn-managedblockchain-member-memberfabricconfiguration-adminpassword\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\n  NetworkConfigurationDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-description\n    Default: null\n  NetworkConfigurationFrameworkVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-frameworkversion\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdcomparator\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-thresholdpercentage\n    Default: null\n  NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-approvalthresholdpolicy.html#cfn-managedblockchain-member-approvalthresholdpolicy-proposaldurationinhours\n    Default: null\n  NetworkConfigurationFramework:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-framework\n  NetworkConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkconfiguration.html#cfn-managedblockchain-member-networkconfiguration-name\n  NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkfabricconfiguration.html#cfn-managedblockchain-member-networkfabricconfiguration-edition\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid\n    Default: null\n  InvitationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Description: !Ref 'MemberConfigurationDescription'\n        MemberFrameworkConfiguration:\n          MemberFabricConfiguration:\n            AdminUsername: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminUsername'\n            AdminPassword: !Ref 'MemberConfigurationMemberFrameworkConfigurationMemberFabricConfigurationAdminPassword'\n        Name: !Ref 'MemberConfigurationName'\n      NetworkConfiguration:\n        Description: !Ref 'NetworkConfigurationDescription'\n        FrameworkVersion: !Ref 'NetworkConfigurationFrameworkVersion'\n        VotingPolicy:\n          ApprovalThresholdPolicy:\n            ThresholdComparator: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdComparator'\n            ThresholdPercentage: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyThresholdPercentage'\n            ProposalDurationInHours: !Ref 'NetworkConfigurationVotingPolicyApprovalThresholdPolicyProposalDurationInHours'\n        Framework: !Ref 'NetworkConfigurationFramework'\n        Name: !Ref 'NetworkConfigurationName'\n        NetworkFrameworkConfiguration:\n          NetworkFabricConfiguration:\n            Edition: !Ref 'NetworkConfigurationNetworkFrameworkConfigurationNetworkFabricConfigurationEdition'\n      NetworkId: !Ref 'NetworkId'\n      InvitationId: !Ref 'InvitationId'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-description\n    Default: null\n  AccelerationSettingsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-priority\n    Default: null\n  StatusUpdateInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-statusupdateinterval\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\n  Queue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-queue\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      AccelerationSettings:\n        Mode: !Ref 'AccelerationSettingsMode'\n      Priority: !Ref 'Priority'\n      StatusUpdateInterval: !Ref 'StatusUpdateInterval'\n      SettingsJson: !Ref 'SettingsJson'\n      Queue: !Ref 'Queue'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Preset/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-category\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-description\n    Default: null\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      Category: !Ref 'Category'\n      Description: !Ref 'Description'\n      SettingsJson: !Ref 'SettingsJson'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaConvert-Queue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-status\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-description\n    Default: null\n  PricingPlan:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-pricingplan\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html#cfn-mediaconvert-queue-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\n    Properties:\n      Status: !Ref 'Status'\n      Description: !Ref 'Description'\n      PricingPlan: !Ref 'PricingPlan'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Channel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nParameters:\n  InputSpecificationCodec:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-codec\n    Default: null\n  InputSpecificationMaximumBitrate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-maximumbitrate\n    Default: null\n  InputSpecificationResolution:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputspecification.html#cfn-medialive-channel-inputspecification-resolution\n    Default: null\n  ChannelClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass\n    Default: null\n  EncoderSettings:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings\n    Default: null\n  LogLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\n    Properties:\n      InputSpecification:\n        Codec: !Ref 'InputSpecificationCodec'\n        MaximumBitrate: !Ref 'InputSpecificationMaximumBitrate'\n        Resolution: !Ref 'InputSpecificationResolution'\n      ChannelClass: !Ref 'ChannelClass'\n      EncoderSettings: !Ref 'EncoderSettings'\n      LogLevel: !Ref 'LogLevel'\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-Input/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\n    Properties:\n      Type: !Ref 'Type'\n      Vpc: {}\n      RoleArn: !Ref 'RoleArn'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html#cfn-medialive-inputsecuritygroup-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\n    Properties:\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-MediaStore-Container/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-policy\n    Default: null\n  MetricPolicyContainerLevelMetrics:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediastore-container-metricpolicy.html#cfn-mediastore-container-metricpolicy-containerlevelmetrics\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\n  LifecyclePolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-lifecyclepolicy\n    Default: null\n  AccessLoggingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-accessloggingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      Policy: !Ref 'Policy'\n      MetricPolicy:\n        ContainerLevelMetrics: !Ref 'MetricPolicyContainerLevelMetrics'\n      ContainerName: !Ref 'ContainerName'\n      LifecyclePolicy: !Ref 'LifecyclePolicy'\n      AccessLoggingEnabled: !Ref 'AccessLoggingEnabled'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nParameters:\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RestoreToTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-kmskeyid\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-snapshotidentifier\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-port\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusteridentifier\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredmaintenancewindow\n    Default: null\n  IamAuthEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-iamauthenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbsubnetgroupname\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\n    Properties:\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      RestoreToTime: !Ref 'RestoreToTime'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      Port: !Ref 'Port'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      IamAuthEnabled: !Ref 'IamAuthEnabled'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      RestoreType: !Ref 'RestoreType'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbparametergroupname\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbclusteridentifier\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-availabilityzone\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsubnetgroupname\n    Default: null\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceidentifier\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupname\n    Default: null\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Device/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-device-location.html#cfn-networkmanager-device-location-longitude\n    Default: null\n  Model:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model\n    Default: null\n  SerialNumber:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber\n    Default: null\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type\n    Default: null\n  Vendor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\n      Model: !Ref 'Model'\n      SerialNumber: !Ref 'SerialNumber'\n      SiteId: !Ref 'SiteId'\n      Type: !Ref 'Type'\n      Vendor: !Ref 'Vendor'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\n    Properties:\n      Description: !Ref 'Description'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Link/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\n  BandwidthDownloadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed\n    Default: null\n  BandwidthUploadSpeed:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed\n    Default: null\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-provider\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-description\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-type\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth:\n        DownloadSpeed: !Ref 'BandwidthDownloadSpeed'\n        UploadSpeed: !Ref 'BandwidthUploadSpeed'\n      Provider: !Ref 'Provider'\n      Description: !Ref 'Description'\n      Type: !Ref 'Type'\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-Site/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description\n    Default: null\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\n  LocationAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address\n    Default: null\n  LocationLatitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude\n    Default: null\n  LocationLongitude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude\n    Default: null\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      Description: !Ref 'Description'\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      Location:\n        Address: !Ref 'LocationAddress'\n        Latitude: !Ref 'LocationLatitude'\n        Longitude: !Ref 'LocationLongitude'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-pw\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-description\n    Default: null\n  EnableSsl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-enablessl\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-shortname\n    Default: null\n  SslConfigurationCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate\n    Default: null\n  SslConfigurationChain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain\n    Default: null\n  SslConfigurationPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      AppSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      Description: !Ref 'Description'\n      EnableSsl: !Ref 'EnableSsl'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      SslConfiguration:\n        Certificate: !Ref 'SslConfigurationCertificate'\n        Chain: !Ref 'SslConfigurationChain'\n        PrivateKey: !Ref 'SslConfigurationPrivateKey'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-agentversion\n    Default: null\n  AmiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-amiid\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-architecture\n    Default: null\n  AutoScalingType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-autoscalingtype\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-availabilityzone\n    Default: null\n  EbsOptimized:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-ebsoptimized\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Hostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-hostname\n    Default: null\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  Os:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-os\n    Default: null\n  RootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-rootdevicetype\n    Default: null\n  SshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-sshkeyname\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-subnetid\n    Default: null\n  Tenancy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-tenancy\n    Default: null\n  VirtualizationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-virtualizationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      AmiId: !Ref 'AmiId'\n      Architecture: !Ref 'Architecture'\n      AutoScalingType: !Ref 'AutoScalingType'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      EbsOptimized: !Ref 'EbsOptimized'\n      Hostname: !Ref 'Hostname'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      InstanceType: !Ref 'InstanceType'\n      Os: !Ref 'Os'\n      RootDeviceType: !Ref 'RootDeviceType'\n      SshKeyName: !Ref 'SshKeyName'\n      StackId: !Ref 'StackId'\n      SubnetId: !Ref 'SubnetId'\n      Tenancy: !Ref 'Tenancy'\n      TimeBasedAutoScaling: {}\n      VirtualizationType: !Ref 'VirtualizationType'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Layer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  CustomInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-custominstanceprofilearn\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-customjson\n    Default: null\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  InstallUpdatesOnBoot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-installupdatesonboot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-delayuntilelbconnectionsdrained\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-lifecycleeventconfiguration-shutdowneventconfiguration.html#cfn-opsworks-layer-lifecycleconfiguration-shutdowneventconfiguration-executiontimeout\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-cputhreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-ignoremetricstime\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsInstanceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-instancecount\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-loadthreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-memorythreshold\n    Default: null\n  LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling-autoscalingthresholds.html#cfn-opsworks-layer-loadbasedautoscaling-autoscalingthresholds-thresholdwaittime\n    Default: null\n  LoadBasedAutoScalingEnable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-loadbasedautoscaling.html#cfn-opsworks-layer-loadbasedautoscaling-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\n  UseEbsOptimizedInstances:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-useebsoptimizedinstances\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      CustomInstanceProfileArn: !Ref 'CustomInstanceProfileArn'\n      CustomJson: !Ref 'CustomJson'\n      CustomRecipes: {}\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      InstallUpdatesOnBoot: !Ref 'InstallUpdatesOnBoot'\n      LifecycleEventConfiguration:\n        ShutdownEventConfiguration:\n          DelayUntilElbConnectionsDrained: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationDelayUntilElbConnectionsDrained'\n          ExecutionTimeout: !Ref 'LifecycleEventConfigurationShutdownEventConfigurationExecutionTimeout'\n      LoadBasedAutoScaling:\n        DownScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n        Enable: !Ref 'LoadBasedAutoScalingEnable'\n        UpScaling:\n          CpuThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsCpuThreshold'\n          IgnoreMetricsTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsIgnoreMetricsTime'\n          InstanceCount: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsInstanceCount'\n          LoadThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsLoadThreshold'\n          MemoryThreshold: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsMemoryThreshold'\n          ThresholdsWaitTime: !Ref 'LoadBasedAutoScalingAutoScalingThresholdsThresholdsWaitTime'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n      UseEbsOptimizedInstances: !Ref 'UseEbsOptimizedInstances'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  AgentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-agentversion\n    Default: null\n  ChefConfigurationBerkshelfVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    Default: null\n  ChefConfigurationManageBerkshelf:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-chefconfiguration.html#cfn-opsworks-chefconfiguration-berkshelfversion\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClonePermissions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-clonepermissions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StackConfigurationManagerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-name\n    Default: null\n  StackConfigurationManagerVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-stackconfigmanager.html#cfn-opsworks-configmanager-version\n    Default: null\n  SourcePassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-password\n    Default: null\n  SourceRevision:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-revision\n    Default: null\n  SourceSshKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-sshkey\n    Default: null\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-type\n    Default: null\n  SourceUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-url\n    Default: null\n  SourceUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-stack-source.html#cfn-opsworks-custcookbooksource-username\n    Default: null\n  CustomJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-custjson\n    Default: null\n  DefaultAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultaz\n    Default: null\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  DefaultOs:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultos\n    Default: null\n  DefaultRootDeviceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultrootdevicetype\n    Default: null\n  DefaultSshKeyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultsshkeyname\n    Default: null\n  DefaultSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#defaultsubnet\n    Default: null\n  EcsClusterArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-ecsclusterarn\n    Default: null\n  HostnameTheme:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-hostnametheme\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\n  SourceStackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-sourcestackid\n    Default: null\n  UseCustomCookbooks:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#usecustcookbooks\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseOpsworksSecurityGroups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-useopsworkssecuritygroups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-vpcid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      AgentVersion: !Ref 'AgentVersion'\n      ChefConfiguration:\n        BerkshelfVersion: !Ref 'ChefConfigurationBerkshelfVersion'\n        ManageBerkshelf: !Ref 'ChefConfigurationManageBerkshelf'\n      ClonePermissions: !Ref 'ClonePermissions'\n      ConfigurationManager:\n        Name: !Ref 'StackConfigurationManagerName'\n        Version: !Ref 'StackConfigurationManagerVersion'\n      CustomCookbooksSource:\n        Password: !Ref 'SourcePassword'\n        Revision: !Ref 'SourceRevision'\n        SshKey: !Ref 'SourceSshKey'\n        Type: !Ref 'SourceType'\n        Url: !Ref 'SourceUrl'\n        Username: !Ref 'SourceUsername'\n      CustomJson: !Ref 'CustomJson'\n      DefaultAvailabilityZone: !Ref 'DefaultAvailabilityZone'\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      DefaultOs: !Ref 'DefaultOs'\n      DefaultRootDeviceType: !Ref 'DefaultRootDeviceType'\n      DefaultSshKeyName: !Ref 'DefaultSshKeyName'\n      DefaultSubnetId: !Ref 'DefaultSubnetId'\n      EcsClusterArn: !Ref 'EcsClusterArn'\n      HostnameTheme: !Ref 'HostnameTheme'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      SourceStackId: !Ref 'SourceStackId'\n      UseCustomCookbooks: !Ref 'UseCustomCookbooks'\n      UseOpsworksSecurityGroups: !Ref 'UseOpsworksSecurityGroups'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  AllowSelfManagement:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-allowselfmanagement\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\n  SshPublicKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshpublickey\n    Default: null\n  SshUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-sshusername\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      AllowSelfManagement: !Ref 'AllowSelfManagement'\n      IamUserArn: !Ref 'IamUserArn'\n      SshPublicKey: !Ref 'SshPublicKey'\n      SshUsername: !Ref 'SshUsername'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorks-Volume/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  MountPoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name\n    Default: null\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      MountPoint: !Ref 'MountPoint'\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-OpsWorksCM-Server/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  KeyPair:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  DisableAutomatedBackup:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-disableautomatedbackup\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BackupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid\n    Default: null\n  EngineModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow\n    Default: null\n  AssociatePublicIpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-associatepublicipaddress\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  CustomCertificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow\n    Default: null\n  CustomDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain\n    Default: null\n  CustomPrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey\n    Default: null\n  ServerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername\n    Default: null\n  BackupRetentionCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine\n    Default: null\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      KeyPair: !Ref 'KeyPair'\n      EngineVersion: !Ref 'EngineVersion'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      DisableAutomatedBackup: !Ref 'DisableAutomatedBackup'\n      BackupId: !Ref 'BackupId'\n      EngineModel: !Ref 'EngineModel'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      AssociatePublicIpAddress: !Ref 'AssociatePublicIpAddress'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      CustomCertificate: !Ref 'CustomCertificate'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      CustomDomain: !Ref 'CustomDomain'\n      CustomPrivateKey: !Ref 'CustomPrivateKey'\n      ServerName: !Ref 'ServerName'\n      BackupRetentionCount: !Ref 'BackupRetentionCount'\n      InstanceType: !Ref 'InstanceType'\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ADMChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      Enabled: !Ref 'Enabled'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid\n    Default: null\n  PrivateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DefaultAuthenticationMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod\n    Default: null\n  TokenKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\n  TeamId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate\n    Default: null\n  TokenKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      PrivateKey: !Ref 'PrivateKey'\n      Enabled: !Ref 'Enabled'\n      DefaultAuthenticationMethod: !Ref 'DefaultAuthenticationMethod'\n      TokenKey: !Ref 'TokenKey'\n      ApplicationId: !Ref 'ApplicationId'\n      TeamId: !Ref 'TeamId'\n      Certificate: !Ref 'Certificate'\n      TokenKeyId: !Ref 'TokenKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  QuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start\n  QuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname\n    Default: null\n  CloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      QuietTime:\n        Start: !Ref 'QuietTimeStart'\n        End: !Ref 'QuietTimeEnd'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      CloudWatchMetricsEnabled: !Ref 'CloudWatchMetricsEnabled'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Campaign/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description\n    Default: null\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  IsPaused:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  SegmentVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion\n    Default: null\n  TreatmentDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription\n    Default: null\n  MessageConfigurationMessageJsonBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody\n    Default: null\n  MessageConfigurationMessageAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action\n    Default: null\n  MessageConfigurationMessageMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl\n    Default: null\n  MessageConfigurationMessageTimeToLive:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive\n    Default: null\n  MessageConfigurationMessageImageSmallIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl\n    Default: null\n  MessageConfigurationMessageImageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl\n    Default: null\n  MessageConfigurationMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title\n    Default: null\n  MessageConfigurationMessageImageIconUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl\n    Default: null\n  MessageConfigurationMessageSilentPush:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  MessageConfigurationMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body\n    Default: null\n  MessageConfigurationMessageRawContent:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent\n    Default: null\n  MessageConfigurationMessageUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url\n    Default: null\n  MessageConfigurationCampaignEmailMessageFromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress\n    Default: null\n  MessageConfigurationCampaignEmailMessageHtmlBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody\n    Default: null\n  MessageConfigurationCampaignEmailMessageTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title\n    Default: null\n  MessageConfigurationCampaignEmailMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageSenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid\n    Default: null\n  MessageConfigurationCampaignSmsMessageBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body\n    Default: null\n  MessageConfigurationCampaignSmsMessageMessageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype\n    Default: null\n  LimitsDaily:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily\n    Default: null\n  LimitsMaximumDuration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration\n    Default: null\n  LimitsTotal:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total\n    Default: null\n  LimitsMessagesPerSecond:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond\n    Default: null\n  HoldoutPercent:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent\n    Default: null\n  ScheduleTimeZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone\n    Default: null\n  ScheduleQuietTimeStart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start\n  ScheduleQuietTimeEnd:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end\n  ScheduleEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime\n    Default: null\n  ScheduleStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime\n    Default: null\n  ScheduleFrequency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency\n    Default: null\n  ScheduleCampaignEventFilterFilterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype\n    Default: null\n  ScheduleCampaignEventFilterEventDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes\n    Default: null\n  ScheduleIsLocalTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\n  CampaignHookMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode\n    Default: null\n  CampaignHookWebUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl\n    Default: null\n  CampaignHookLambdaFunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags\n    Default: null\n  TreatmentName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      Description: !Ref 'Description'\n      SegmentId: !Ref 'SegmentId'\n      IsPaused: !Ref 'IsPaused'\n      Name: !Ref 'Name'\n      SegmentVersion: !Ref 'SegmentVersion'\n      TreatmentDescription: !Ref 'TreatmentDescription'\n      MessageConfiguration:\n        APNSMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        BaiduMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        DefaultMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        EmailMessage:\n          FromAddress: !Ref 'MessageConfigurationCampaignEmailMessageFromAddress'\n          HtmlBody: !Ref 'MessageConfigurationCampaignEmailMessageHtmlBody'\n          Title: !Ref 'MessageConfigurationCampaignEmailMessageTitle'\n          Body: !Ref 'MessageConfigurationCampaignEmailMessageBody'\n        GCMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n        SMSMessage:\n          SenderId: !Ref 'MessageConfigurationCampaignSmsMessageSenderId'\n          Body: !Ref 'MessageConfigurationCampaignSmsMessageBody'\n          MessageType: !Ref 'MessageConfigurationCampaignSmsMessageMessageType'\n        ADMMessage:\n          JsonBody: !Ref 'MessageConfigurationMessageJsonBody'\n          Action: !Ref 'MessageConfigurationMessageAction'\n          MediaUrl: !Ref 'MessageConfigurationMessageMediaUrl'\n          TimeToLive: !Ref 'MessageConfigurationMessageTimeToLive'\n          ImageSmallIconUrl: !Ref 'MessageConfigurationMessageImageSmallIconUrl'\n          ImageUrl: !Ref 'MessageConfigurationMessageImageUrl'\n          Title: !Ref 'MessageConfigurationMessageTitle'\n          ImageIconUrl: !Ref 'MessageConfigurationMessageImageIconUrl'\n          SilentPush: !Ref 'MessageConfigurationMessageSilentPush'\n          Body: !Ref 'MessageConfigurationMessageBody'\n          RawContent: !Ref 'MessageConfigurationMessageRawContent'\n          Url: !Ref 'MessageConfigurationMessageUrl'\n      Limits:\n        Daily: !Ref 'LimitsDaily'\n        MaximumDuration: !Ref 'LimitsMaximumDuration'\n        Total: !Ref 'LimitsTotal'\n        MessagesPerSecond: !Ref 'LimitsMessagesPerSecond'\n      HoldoutPercent: !Ref 'HoldoutPercent'\n      Schedule:\n        TimeZone: !Ref 'ScheduleTimeZone'\n        QuietTime:\n          Start: !Ref 'ScheduleQuietTimeStart'\n          End: !Ref 'ScheduleQuietTimeEnd'\n        EndTime: !Ref 'ScheduleEndTime'\n        StartTime: !Ref 'ScheduleStartTime'\n        Frequency: !Ref 'ScheduleFrequency'\n        EventFilter:\n          FilterType: !Ref 'ScheduleCampaignEventFilterFilterType'\n          Dimensions:\n            Metrics: !Ref 'ScheduleCampaignEventFilterEventDimensionsMetrics'\n            EventType:\n              DimensionType: !Ref 'ScheduleCampaignEventFilterEventDimensionsSetDimensionDimensionType'\n            Attributes: !Ref 'ScheduleCampaignEventFilterEventDimensionsAttributes'\n        IsLocalTime: !Ref 'ScheduleIsLocalTime'\n      ApplicationId: !Ref 'ApplicationId'\n      CampaignHook:\n        Mode: !Ref 'CampaignHookMode'\n        WebUrl: !Ref 'CampaignHookWebUrl'\n        LambdaFunctionName: !Ref 'CampaignHookLambdaFunctionName'\n      Tags: !Ref 'Tags'\n      TreatmentName: !Ref 'TreatmentName'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  ConfigurationSet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset\n    Default: null\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      ConfigurationSet: !Ref 'ConfigurationSet'\n      FromAddress: !Ref 'FromAddress'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  HtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-htmlpart\n    Default: null\n  TextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-textpart\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-defaultsubstitutions\n    Default: null\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      HtmlPart: !Ref 'HtmlPart'\n      TextPart: !Ref 'TextPart'\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Subject: !Ref 'Subject'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  HtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-htmlpart\n    Default: null\n  TextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-textpart\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-defaultsubstitutions\n    Default: null\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      HtmlPart: !Ref 'HtmlPart'\n      TextPart: !Ref 'TextPart'\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Subject: !Ref 'Subject'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  HtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-htmlpart\n    Default: null\n  TextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-textpart\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-defaultsubstitutions\n    Default: null\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      HtmlPart: !Ref 'HtmlPart'\n      TextPart: !Ref 'TextPart'\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Subject: !Ref 'Subject'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  HtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-htmlpart\n    Default: null\n  TextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-textpart\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-defaultsubstitutions\n    Default: null\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      HtmlPart: !Ref 'HtmlPart'\n      TextPart: !Ref 'TextPart'\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Subject: !Ref 'Subject'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-EventStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-GCMChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-PushTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  AndroidPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action\n    Default: null\n  AndroidPushNotificationTemplateImageUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl\n    Default: null\n  AndroidPushNotificationTemplateSmallImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl\n    Default: null\n  AndroidPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title\n    Default: null\n  AndroidPushNotificationTemplateImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl\n    Default: null\n  AndroidPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound\n    Default: null\n  AndroidPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body\n    Default: null\n  AndroidPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\n  APNSPushNotificationTemplateAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action\n    Default: null\n  APNSPushNotificationTemplateMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl\n    Default: null\n  APNSPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title\n    Default: null\n  APNSPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound\n    Default: null\n  APNSPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body\n    Default: null\n  APNSPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url\n    Default: null\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-defaultsubstitutions\n    Default: null\n  DefaultPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action\n    Default: null\n  DefaultPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title\n    Default: null\n  DefaultPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound\n    Default: null\n  DefaultPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body\n    Default: null\n  DefaultPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      GCM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      Baidu:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      TemplateName: !Ref 'TemplateName'\n      ADM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      APNS:\n        Action: !Ref 'APNSPushNotificationTemplateAction'\n        MediaUrl: !Ref 'APNSPushNotificationTemplateMediaUrl'\n        Title: !Ref 'APNSPushNotificationTemplateTitle'\n        Sound: !Ref 'APNSPushNotificationTemplateSound'\n        Body: !Ref 'APNSPushNotificationTemplateBody'\n        Url: !Ref 'APNSPushNotificationTemplateUrl'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Default:\n        Action: !Ref 'DefaultPushNotificationTemplateAction'\n        Title: !Ref 'DefaultPushNotificationTemplateTitle'\n        Sound: !Ref 'DefaultPushNotificationTemplateSound'\n        Body: !Ref 'DefaultPushNotificationTemplateBody'\n        Url: !Ref 'DefaultPushNotificationTemplateUrl'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-PushTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  AndroidPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action\n    Default: null\n  AndroidPushNotificationTemplateImageUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl\n    Default: null\n  AndroidPushNotificationTemplateSmallImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl\n    Default: null\n  AndroidPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title\n    Default: null\n  AndroidPushNotificationTemplateImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl\n    Default: null\n  AndroidPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound\n    Default: null\n  AndroidPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body\n    Default: null\n  AndroidPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\n  APNSPushNotificationTemplateAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action\n    Default: null\n  APNSPushNotificationTemplateMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl\n    Default: null\n  APNSPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title\n    Default: null\n  APNSPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound\n    Default: null\n  APNSPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body\n    Default: null\n  APNSPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url\n    Default: null\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-defaultsubstitutions\n    Default: null\n  DefaultPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action\n    Default: null\n  DefaultPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title\n    Default: null\n  DefaultPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound\n    Default: null\n  DefaultPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body\n    Default: null\n  DefaultPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      GCM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      Baidu:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      TemplateName: !Ref 'TemplateName'\n      ADM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      APNS:\n        Action: !Ref 'APNSPushNotificationTemplateAction'\n        MediaUrl: !Ref 'APNSPushNotificationTemplateMediaUrl'\n        Title: !Ref 'APNSPushNotificationTemplateTitle'\n        Sound: !Ref 'APNSPushNotificationTemplateSound'\n        Body: !Ref 'APNSPushNotificationTemplateBody'\n        Url: !Ref 'APNSPushNotificationTemplateUrl'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Default:\n        Action: !Ref 'DefaultPushNotificationTemplateAction'\n        Title: !Ref 'DefaultPushNotificationTemplateTitle'\n        Sound: !Ref 'DefaultPushNotificationTemplateSound'\n        Body: !Ref 'DefaultPushNotificationTemplateBody'\n        Url: !Ref 'DefaultPushNotificationTemplateUrl'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-PushTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  AndroidPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action\n    Default: null\n  AndroidPushNotificationTemplateImageUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl\n    Default: null\n  AndroidPushNotificationTemplateSmallImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl\n    Default: null\n  AndroidPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title\n    Default: null\n  AndroidPushNotificationTemplateImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl\n    Default: null\n  AndroidPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound\n    Default: null\n  AndroidPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body\n    Default: null\n  AndroidPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\n  APNSPushNotificationTemplateAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action\n    Default: null\n  APNSPushNotificationTemplateMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl\n    Default: null\n  APNSPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title\n    Default: null\n  APNSPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound\n    Default: null\n  APNSPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body\n    Default: null\n  APNSPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url\n    Default: null\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-defaultsubstitutions\n    Default: null\n  DefaultPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action\n    Default: null\n  DefaultPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title\n    Default: null\n  DefaultPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound\n    Default: null\n  DefaultPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body\n    Default: null\n  DefaultPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      GCM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      Baidu:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      TemplateName: !Ref 'TemplateName'\n      ADM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      APNS:\n        Action: !Ref 'APNSPushNotificationTemplateAction'\n        MediaUrl: !Ref 'APNSPushNotificationTemplateMediaUrl'\n        Title: !Ref 'APNSPushNotificationTemplateTitle'\n        Sound: !Ref 'APNSPushNotificationTemplateSound'\n        Body: !Ref 'APNSPushNotificationTemplateBody'\n        Url: !Ref 'APNSPushNotificationTemplateUrl'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Default:\n        Action: !Ref 'DefaultPushNotificationTemplateAction'\n        Title: !Ref 'DefaultPushNotificationTemplateTitle'\n        Sound: !Ref 'DefaultPushNotificationTemplateSound'\n        Body: !Ref 'DefaultPushNotificationTemplateBody'\n        Url: !Ref 'DefaultPushNotificationTemplateUrl'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-PushTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  AndroidPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action\n    Default: null\n  AndroidPushNotificationTemplateImageUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl\n    Default: null\n  AndroidPushNotificationTemplateSmallImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl\n    Default: null\n  AndroidPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title\n    Default: null\n  AndroidPushNotificationTemplateImageIconUrl:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl\n    Default: null\n  AndroidPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound\n    Default: null\n  AndroidPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body\n    Default: null\n  AndroidPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url\n    Default: null\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\n  APNSPushNotificationTemplateAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action\n    Default: null\n  APNSPushNotificationTemplateMediaUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl\n    Default: null\n  APNSPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title\n    Default: null\n  APNSPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound\n    Default: null\n  APNSPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body\n    Default: null\n  APNSPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.html#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url\n    Default: null\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-defaultsubstitutions\n    Default: null\n  DefaultPushNotificationTemplateAction:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action\n    Default: null\n  DefaultPushNotificationTemplateTitle:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title\n    Default: null\n  DefaultPushNotificationTemplateSound:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound\n    Default: null\n  DefaultPushNotificationTemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body\n    Default: null\n  DefaultPushNotificationTemplateUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.html#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      GCM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      Baidu:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      TemplateName: !Ref 'TemplateName'\n      ADM:\n        Action: !Ref 'AndroidPushNotificationTemplateAction'\n        ImageUrl: !Ref 'AndroidPushNotificationTemplateImageUrl'\n        SmallImageIconUrl: !Ref 'AndroidPushNotificationTemplateSmallImageIconUrl'\n        Title: !Ref 'AndroidPushNotificationTemplateTitle'\n        ImageIconUrl: !Ref 'AndroidPushNotificationTemplateImageIconUrl'\n        Sound: !Ref 'AndroidPushNotificationTemplateSound'\n        Body: !Ref 'AndroidPushNotificationTemplateBody'\n        Url: !Ref 'AndroidPushNotificationTemplateUrl'\n      APNS:\n        Action: !Ref 'APNSPushNotificationTemplateAction'\n        MediaUrl: !Ref 'APNSPushNotificationTemplateMediaUrl'\n        Title: !Ref 'APNSPushNotificationTemplateTitle'\n        Sound: !Ref 'APNSPushNotificationTemplateSound'\n        Body: !Ref 'APNSPushNotificationTemplateBody'\n        Url: !Ref 'APNSPushNotificationTemplateUrl'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Default:\n        Action: !Ref 'DefaultPushNotificationTemplateAction'\n        Title: !Ref 'DefaultPushNotificationTemplateTitle'\n        Sound: !Ref 'DefaultPushNotificationTemplateSound'\n        Body: !Ref 'DefaultPushNotificationTemplateBody'\n        Url: !Ref 'DefaultPushNotificationTemplateUrl'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SMSChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ShortCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode\n    Default: null\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\n  SenderId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ShortCode: !Ref 'ShortCode'\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n      SenderId: !Ref 'SenderId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-Segment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  SegmentGroupsInclude:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include\n    Default: null\n  SegmentDimensionsDemographicSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  SegmentDimensionsMetrics:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics\n    Default: null\n  SegmentDimensionsAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes\n    Default: null\n  SegmentDimensionsBehaviorRecencyDuration:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration\n  SegmentDimensionsBehaviorRecencyRecencyType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype\n  SegmentDimensionsUserAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes\n    Default: null\n  SegmentDimensionsLocationGPSPointRangeInKilometers:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers\n  SegmentDimensionsLocationGPSPointCoordinatesLatitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude\n  SegmentDimensionsLocationGPSPointCoordinatesLongitude:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude\n  SegmentDimensionsLocationSetDimensionDimensionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      SegmentGroups:\n        Include: !Ref 'SegmentGroupsInclude'\n      Dimensions:\n        Demographic:\n          AppVersion:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          DeviceType:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Platform:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Channel:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Model:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n          Make:\n            DimensionType: !Ref 'SegmentDimensionsDemographicSetDimensionDimensionType'\n        Metrics: !Ref 'SegmentDimensionsMetrics'\n        Attributes: !Ref 'SegmentDimensionsAttributes'\n        Behavior:\n          Recency:\n            Duration: !Ref 'SegmentDimensionsBehaviorRecencyDuration'\n            RecencyType: !Ref 'SegmentDimensionsBehaviorRecencyRecencyType'\n        UserAttributes: !Ref 'SegmentDimensionsUserAttributes'\n        Location:\n          GPSPoint:\n            RangeInKilometers: !Ref 'SegmentDimensionsLocationGPSPointRangeInKilometers'\n            Coordinates:\n              Latitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLatitude'\n              Longitude: !Ref 'SegmentDimensionsLocationGPSPointCoordinatesLongitude'\n          Country:\n            DimensionType: !Ref 'SegmentDimensionsLocationSetDimensionDimensionType'\n      ApplicationId: !Ref 'ApplicationId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions\n    Default: null\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions\n    Default: null\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions\n    Default: null\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  TemplateDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription\n    Default: null\n  DefaultSubstitutions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions\n    Default: null\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      TemplateDescription: !Ref 'TemplateDescription'\n      DefaultSubstitutions: !Ref 'DefaultSubstitutions'\n      Body: !Ref 'Body'\n      Tags: !Ref 'Tags'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  SendingOptionsSendingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  TrackingOptionsCustomRedirectDomain:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html#cfn-pinpointemail-configurationset-trackingoptions-customredirectdomain\n    Default: null\n  ReputationOptionsReputationMetricsEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeliveryOptionsSendingPoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      SendingOptions:\n        SendingEnabled: !Ref 'SendingOptionsSendingEnabled'\n      TrackingOptions:\n        CustomRedirectDomain: !Ref 'TrackingOptionsCustomRedirectDomain'\n      ReputationOptions:\n        ReputationMetricsEnabled: !Ref 'ReputationOptionsReputationMetricsEnabled'\n      DeliveryOptions:\n        SendingPoolName: !Ref 'DeliveryOptionsSendingPoolName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\n  EventDestinationSnsDestinationTopicArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-snsdestination.html#cfn-pinpointemail-configurationseteventdestination-snsdestination-topicarn\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationPinpointDestinationApplicationArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn\n    Default: null\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\n  EventDestinationKinesisFirehoseDestinationIamRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-kinesisfirehosedestination.html#cfn-pinpointemail-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        SnsDestination:\n          TopicArn: !Ref 'EventDestinationSnsDestinationTopicArn'\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        PinpointDestination:\n          ApplicationArn: !Ref 'EventDestinationPinpointDestinationApplicationArn'\n        KinesisFirehoseDestination:\n          DeliveryStreamArn: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamArn'\n          IamRoleArn: !Ref 'EventDestinationKinesisFirehoseDestinationIamRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nParameters:\n  PoolName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html#cfn-pinpointemail-dedicatedippool-poolname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n    Properties:\n      PoolName: !Ref 'PoolName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-PinpointEmail-Identity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  FeedbackForwardingEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-feedbackforwardingenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DkimSigningEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-dkimsigningenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\n  MailFromAttributesMailFromDomain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-mailfromdomain\n    Default: null\n  MailFromAttributesBehaviorOnMxFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-identity-mailfromattributes.html#cfn-pinpointemail-identity-mailfromattributes-behavioronmxfailure\n    Default: null\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      FeedbackForwardingEnabled: !Ref 'FeedbackForwardingEnabled'\n      DkimSigningEnabled: !Ref 'DkimSigningEnabled'\n      Name: !Ref 'Name'\n      MailFromAttributes:\n        MailFromDomain: !Ref 'MailFromAttributesMailFromDomain'\n        BehaviorOnMxFailure: !Ref 'MailFromAttributesBehaviorOnMxFailure'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Ledger/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-QLDB-Stream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\n  ExclusiveEndTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-exclusiveendtime\n    Default: null\n  KinesisConfigurationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-streamarn\n    Default: null\n  KinesisConfigurationAggregationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      ExclusiveEndTime: !Ref 'ExclusiveEndTime'\n      KinesisConfiguration:\n        StreamArn: !Ref 'KinesisConfigurationStreamArn'\n        AggregationEnabled: !Ref 'KinesisConfigurationAggregationEnabled'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RAM-ResourceShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  AllowExternalPrincipals:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-allowexternalprincipals\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      AllowExternalPrincipals: !Ref 'AllowExternalPrincipals'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  BacktrackWindow:\n    Type: Long\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier\n    Default: null\n  DBClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname\n    Default: null\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableHttpEndpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\n  EngineMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow\n    Default: null\n  ReplicationSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier\n    Default: null\n  RestoreType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype\n    Default: null\n  ScalingConfigurationAutoPause:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-autopause\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ScalingConfigurationMaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-maxcapacity\n    Default: null\n  ScalingConfigurationMinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-mincapacity\n    Default: null\n  ScalingConfigurationSecondsUntilAutoPause:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier\n    Default: null\n  SourceDBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UseLatestRestorableTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      BacktrackWindow: !Ref 'BacktrackWindow'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBClusterParameterGroupName: !Ref 'DBClusterParameterGroupName'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DatabaseName: !Ref 'DatabaseName'\n      DeletionProtection: !Ref 'DeletionProtection'\n      EnableHttpEndpoint: !Ref 'EnableHttpEndpoint'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      Engine: !Ref 'Engine'\n      EngineMode: !Ref 'EngineMode'\n      EngineVersion: !Ref 'EngineVersion'\n      KmsKeyId: !Ref 'KmsKeyId'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      ReplicationSourceIdentifier: !Ref 'ReplicationSourceIdentifier'\n      RestoreType: !Ref 'RestoreType'\n      ScalingConfiguration:\n        AutoPause: !Ref 'ScalingConfigurationAutoPause'\n        MaxCapacity: !Ref 'ScalingConfigurationMaxCapacity'\n        MinCapacity: !Ref 'ScalingConfigurationMinCapacity'\n        SecondsUntilAutoPause: !Ref 'ScalingConfigurationSecondsUntilAutoPause'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\n      SourceDBClusterIdentifier: !Ref 'SourceDBClusterIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      UseLatestRestorableTime: !Ref 'UseLatestRestorableTime'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  AllocatedStorage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allocatedstorage\n    Default: null\n  AllowMajorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-allowmajorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-availabilityzone\n    Default: null\n  BackupRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod\n    Default: null\n  CACertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-cacertificateidentifier\n    Default: null\n  CharacterSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-charactersetname\n    Default: null\n  CopyTagsToSnapshot:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-copytagstosnapshot\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbclusteridentifier\n    Default: null\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\n  DBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceidentifier\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbname\n    Default: null\n  DBParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbparametergroupname\n    Default: null\n  DBSnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier\n    Default: null\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsubnetgroupname\n    Default: null\n  DeleteAutomatedBackups:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deleteautomatedbackups\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DeletionProtection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-deletionprotection\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domain\n    Default: null\n  DomainIAMRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-domainiamrolename\n    Default: null\n  EnableIAMDatabaseAuthentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EnablePerformanceInsights:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engine\n    Default: null\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-engineversion\n    Default: null\n  Iops:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-iops\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-kmskeyid\n    Default: null\n  LicenseModel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword\n    Default: null\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masterusername\n    Default: null\n  MaxAllocatedStorage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-maxallocatedstorage\n    Default: null\n  MonitoringInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringinterval\n    Default: null\n  MonitoringRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-monitoringrolearn\n    Default: null\n  MultiAZ:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-multiaz\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  OptionGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-optiongroupname\n    Default: null\n  PerformanceInsightsKMSKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightskmskeyid\n    Default: null\n  PerformanceInsightsRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod\n    Default: null\n  Port:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port\n    Default: null\n  PreferredBackupWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredbackupwindow\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-preferredmaintenancewindow\n    Default: null\n  PromotionTier:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-promotiontier\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SourceDBInstanceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier\n    Default: null\n  SourceRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-sourceregion\n    Default: null\n  StorageEncrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storageencrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  StorageType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-storagetype\n    Default: null\n  Timezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-timezone\n    Default: null\n  UseDefaultProcessorFeatures:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      AllocatedStorage: !Ref 'AllocatedStorage'\n      AllowMajorVersionUpgrade: !Ref 'AllowMajorVersionUpgrade'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      BackupRetentionPeriod: !Ref 'BackupRetentionPeriod'\n      CACertificateIdentifier: !Ref 'CACertificateIdentifier'\n      CharacterSetName: !Ref 'CharacterSetName'\n      CopyTagsToSnapshot: !Ref 'CopyTagsToSnapshot'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBInstanceIdentifier: !Ref 'DBInstanceIdentifier'\n      DBName: !Ref 'DBName'\n      DBParameterGroupName: !Ref 'DBParameterGroupName'\n      DBSnapshotIdentifier: !Ref 'DBSnapshotIdentifier'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n      DeleteAutomatedBackups: !Ref 'DeleteAutomatedBackups'\n      DeletionProtection: !Ref 'DeletionProtection'\n      Domain: !Ref 'Domain'\n      DomainIAMRoleName: !Ref 'DomainIAMRoleName'\n      EnableIAMDatabaseAuthentication: !Ref 'EnableIAMDatabaseAuthentication'\n      EnablePerformanceInsights: !Ref 'EnablePerformanceInsights'\n      Engine: !Ref 'Engine'\n      EngineVersion: !Ref 'EngineVersion'\n      Iops: !Ref 'Iops'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LicenseModel: !Ref 'LicenseModel'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      MaxAllocatedStorage: !Ref 'MaxAllocatedStorage'\n      MonitoringInterval: !Ref 'MonitoringInterval'\n      MonitoringRoleArn: !Ref 'MonitoringRoleArn'\n      MultiAZ: !Ref 'MultiAZ'\n      OptionGroupName: !Ref 'OptionGroupName'\n      PerformanceInsightsKMSKeyId: !Ref 'PerformanceInsightsKMSKeyId'\n      PerformanceInsightsRetentionPeriod: !Ref 'PerformanceInsightsRetentionPeriod'\n      Port: !Ref 'Port'\n      PreferredBackupWindow: !Ref 'PreferredBackupWindow'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PromotionTier: !Ref 'PromotionTier'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SourceDBInstanceIdentifier: !Ref 'SourceDBInstanceIdentifier'\n      SourceRegion: !Ref 'SourceRegion'\n      StorageEncrypted: !Ref 'StorageEncrypted'\n      StorageType: !Ref 'StorageType'\n      Timezone: !Ref 'Timezone'\n      UseDefaultProcessorFeatures: !Ref 'UseDefaultProcessorFeatures'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  DebugLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  IdleClientTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout\n    Default: null\n  RequireTLS:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      DebugLogging: !Ref 'DebugLogging'\n      EngineFamily: !Ref 'EngineFamily'\n      IdleClientTimeout: !Ref 'IdleClientTimeout'\n      RequireTLS: !Ref 'RequireTLS'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\n  ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-maxidleconnectionspercent\n    Default: null\n  ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout\n    Default: null\n  ConnectionPoolConfigurationInfoFormatInitQuery:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\n      ConnectionPoolConfigurationInfo:\n        MaxConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxConnectionsPercent'\n        MaxIdleConnectionsPercent: !Ref 'ConnectionPoolConfigurationInfoFormatMaxIdleConnectionsPercent'\n        ConnectionBorrowTimeout: !Ref 'ConnectionPoolConfigurationInfoFormatConnectionBorrowTimeout'\n        InitQuery: !Ref 'ConnectionPoolConfigurationInfoFormatInitQuery'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  EC2VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-ec2vpcid\n    Default: null\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      EC2VpcId: !Ref 'EC2VpcId'\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-cidrip\n    Default: null\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\n  EC2SecurityGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupid\n    Default: null\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n      EC2SecurityGroupId: !Ref 'EC2SecurityGroupId'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\n  DBSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n      DBSubnetGroupName: !Ref 'DBSubnetGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-EventSubscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-sourcetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      Enabled: !Ref 'Enabled'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n      SourceType: !Ref 'SourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RDS-OptionGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  AllowVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AutomatedSnapshotRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod\n    Default: null\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone\n    Default: null\n  ClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier\n    Default: null\n  ClusterParameterGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname\n    Default: null\n  ClusterSubnetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname\n    Default: null\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  ClusterVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion\n    Default: null\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  ElasticIp:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip\n    Default: null\n  Encrypted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HsmClientCertificateIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier\n    Default: null\n  HsmConfigurationIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-HsmConfigurationIdentifier\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid\n    Default: null\n  LoggingPropertiesBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-bucketname\n  LoggingPropertiesS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-s3keyprefix\n    Default: null\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n  NumberOfNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\n    Default: null\n  OwnerAccount:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount\n    Default: null\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port\n    Default: null\n  PreferredMaintenanceWindow:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow\n    Default: null\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  SnapshotClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier\n    Default: null\n  SnapshotIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      AllowVersionUpgrade: !Ref 'AllowVersionUpgrade'\n      AutomatedSnapshotRetentionPeriod: !Ref 'AutomatedSnapshotRetentionPeriod'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      ClusterIdentifier: !Ref 'ClusterIdentifier'\n      ClusterParameterGroupName: !Ref 'ClusterParameterGroupName'\n      ClusterSubnetGroupName: !Ref 'ClusterSubnetGroupName'\n      ClusterType: !Ref 'ClusterType'\n      ClusterVersion: !Ref 'ClusterVersion'\n      DBName: !Ref 'DBName'\n      ElasticIp: !Ref 'ElasticIp'\n      Encrypted: !Ref 'Encrypted'\n      HsmClientCertificateIdentifier: !Ref 'HsmClientCertificateIdentifier'\n      HsmConfigurationIdentifier: !Ref 'HsmConfigurationIdentifier'\n      KmsKeyId: !Ref 'KmsKeyId'\n      LoggingProperties:\n        BucketName: !Ref 'LoggingPropertiesBucketName'\n        S3KeyPrefix: !Ref 'LoggingPropertiesS3KeyPrefix'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\n      NumberOfNodes: !Ref 'NumberOfNodes'\n      OwnerAccount: !Ref 'OwnerAccount'\n      Port: !Ref 'Port'\n      PreferredMaintenanceWindow: !Ref 'PreferredMaintenanceWindow'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\n      SnapshotClusterIdentifier: !Ref 'SnapshotClusterIdentifier'\n      SnapshotIdentifier: !Ref 'SnapshotIdentifier'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  CIDRIP:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip\n    Default: null\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname\n    Default: null\n  EC2SecurityGroupOwnerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      CIDRIP: !Ref 'CIDRIP'\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n      EC2SecurityGroupOwnerId: !Ref 'EC2SecurityGroupOwnerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ResourceGroups-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description\n    Default: null\n  ResourceQueryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-resourcequery.html#cfn-resourcegroups-group-resourcequery-type\n    Default: null\n  ResourceQueryQueryStackIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-query.html#cfn-resourcegroups-group-query-stackidentifier\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\n      Description: !Ref 'Description'\n      ResourceQuery:\n        Type: !Ref 'ResourceQueryType'\n        Query:\n          StackIdentifier: !Ref 'ResourceQueryQueryStackIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\n    Properties:\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-Robot/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Fleet:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet\n    Default: null\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Fleet: !Ref 'Fleet'\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-currentrevisionid\n    Default: null\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html#cfn-robomaker-simulationapplication-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  CurrentRevisionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid\n    Default: null\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      CurrentRevisionId: !Ref 'CurrentRevisionId'\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HealthCheck/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigAlarmIdentifierName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name\n  HealthCheckConfigAlarmIdentifierRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region\n  HealthCheckConfigEnableSNI:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-enablesni\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold\n    Default: null\n  HealthCheckConfigFullyQualifiedDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname\n    Default: null\n  HealthCheckConfigHealthThreshold:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-healththreshold\n    Default: null\n  HealthCheckConfigIPAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress\n    Default: null\n  HealthCheckConfigInsufficientDataHealthStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-insufficientdatahealthstatus\n    Default: null\n  HealthCheckConfigInverted:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-inverted\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigMeasureLatency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-measurelatency\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  HealthCheckConfigPort:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port\n    Default: null\n  HealthCheckConfigRequestInterval:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval\n    Default: null\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigSearchString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        AlarmIdentifier:\n          Name: !Ref 'HealthCheckConfigAlarmIdentifierName'\n          Region: !Ref 'HealthCheckConfigAlarmIdentifierRegion'\n        EnableSNI: !Ref 'HealthCheckConfigEnableSNI'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n        FullyQualifiedDomainName: !Ref 'HealthCheckConfigFullyQualifiedDomainName'\n        HealthThreshold: !Ref 'HealthCheckConfigHealthThreshold'\n        IPAddress: !Ref 'HealthCheckConfigIPAddress'\n        InsufficientDataHealthStatus: !Ref 'HealthCheckConfigInsufficientDataHealthStatus'\n        Inverted: !Ref 'HealthCheckConfigInverted'\n        MeasureLatency: !Ref 'HealthCheckConfigMeasureLatency'\n        Port: !Ref 'HealthCheckConfigPort'\n        RequestInterval: !Ref 'HealthCheckConfigRequestInterval'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        SearchString: !Ref 'HealthCheckConfigSearchString'\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-HostedZone/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  HostedZoneConfigComment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\n  QueryLoggingConfigCloudWatchLogsLogGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      HostedZoneConfig:\n        Comment: !Ref 'HostedZoneConfigComment'\n      Name: !Ref 'Name'\n      QueryLoggingConfig:\n        CloudWatchLogsLogGroupArn: !Ref 'QueryLoggingConfigCloudWatchLogsLogGroupArn'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  AliasTargetDNSName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname\n  AliasTargetEvaluateTargetHealth:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  AliasTargetHostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment\n    Default: null\n  Failover:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover\n    Default: null\n  GeoLocationContinentCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode\n    Default: null\n  GeoLocationCountryCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode\n    Default: null\n  GeoLocationSubdivisionCode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode\n    Default: null\n  HealthCheckId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename\n    Default: null\n  MultiValueAnswer:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region\n    Default: null\n  SetIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier\n    Default: null\n  TTL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl\n    Default: null\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\n  Weight:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      AliasTarget:\n        DNSName: !Ref 'AliasTargetDNSName'\n        EvaluateTargetHealth: !Ref 'AliasTargetEvaluateTargetHealth'\n        HostedZoneId: !Ref 'AliasTargetHostedZoneId'\n      Comment: !Ref 'Comment'\n      Failover: !Ref 'Failover'\n      GeoLocation:\n        ContinentCode: !Ref 'GeoLocationContinentCode'\n        CountryCode: !Ref 'GeoLocationCountryCode'\n        SubdivisionCode: !Ref 'GeoLocationSubdivisionCode'\n      HealthCheckId: !Ref 'HealthCheckId'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n      MultiValueAnswer: !Ref 'MultiValueAnswer'\n      Name: !Ref 'Name'\n      Region: !Ref 'Region'\n      SetIdentifier: !Ref 'SetIdentifier'\n      TTL: !Ref 'TTL'\n      Type: !Ref 'Type'\n      Weight: !Ref 'Weight'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nParameters:\n  Comment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment\n    Default: null\n  HostedZoneId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid\n    Default: null\n  HostedZoneName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n    Properties:\n      Comment: !Ref 'Comment'\n      HostedZoneId: !Ref 'HostedZoneId'\n      HostedZoneName: !Ref 'HostedZoneName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  ResolverEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-resolverendpointid\n    Default: null\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      ResolverEndpointId: !Ref 'ResolverEndpointId'\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\n      Name: !Ref 'Name'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\n      Name: !Ref 'Name'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-AccessPoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name\n    Default: null\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\n  VpcConfigurationVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html#cfn-s3-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy\n    Default: null\n  PolicyStatus:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus\n    Default: null\n  NetworkOrigin:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin\n    Default: null\n  CreationDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-creationdate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Name: !Ref 'Name'\n      Bucket: !Ref 'Bucket'\n      VpcConfiguration:\n        VpcId: !Ref 'VpcConfigurationVpcId'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      Policy: !Ref 'Policy'\n      PolicyStatus: !Ref 'PolicyStatus'\n      NetworkOrigin: !Ref 'NetworkOrigin'\n      CreationDate: !Ref 'CreationDate'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-Bucket/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nParameters:\n  AccelerateConfigurationAccelerationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus\n  AccessControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name\n    Default: null\n  LoggingConfigurationDestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname\n    Default: null\n  LoggingConfigurationLogFilePrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix\n    Default: null\n  ObjectLockConfigurationObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionDays:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode\n    Default: null\n  ObjectLockConfigurationObjectLockRuleDefaultRetentionYears:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years\n    Default: null\n  ObjectLockEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationBlockPublicPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationIgnorePublicAcls:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  PublicAccessBlockConfigurationRestrictPublicBuckets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  ReplicationConfigurationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role\n  VersioningConfigurationStatus:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status\n  WebsiteConfigurationErrorDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument\n    Default: null\n  WebsiteConfigurationIndexDocument:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument\n    Default: null\n  WebsiteConfigurationRedirectAllRequestsToHostName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname\n  WebsiteConfigurationRedirectAllRequestsToProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol\n    Default: null\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\n    Properties:\n      AccelerateConfiguration:\n        AccelerationStatus: !Ref 'AccelerateConfigurationAccelerationStatus'\n      AccessControl: !Ref 'AccessControl'\n      BucketEncryption: {}\n      BucketName: !Ref 'BucketName'\n      CorsConfiguration: {}\n      LifecycleConfiguration: {}\n      LoggingConfiguration:\n        DestinationBucketName: !Ref 'LoggingConfigurationDestinationBucketName'\n        LogFilePrefix: !Ref 'LoggingConfigurationLogFilePrefix'\n      NotificationConfiguration: {}\n      ObjectLockConfiguration:\n        ObjectLockEnabled: !Ref 'ObjectLockConfigurationObjectLockEnabled'\n        Rule:\n          DefaultRetention:\n            Days: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionDays'\n            Mode: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionMode'\n            Years: !Ref 'ObjectLockConfigurationObjectLockRuleDefaultRetentionYears'\n      ObjectLockEnabled: !Ref 'ObjectLockEnabled'\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: !Ref 'PublicAccessBlockConfigurationBlockPublicAcls'\n        BlockPublicPolicy: !Ref 'PublicAccessBlockConfigurationBlockPublicPolicy'\n        IgnorePublicAcls: !Ref 'PublicAccessBlockConfigurationIgnorePublicAcls'\n        RestrictPublicBuckets: !Ref 'PublicAccessBlockConfigurationRestrictPublicBuckets'\n      ReplicationConfiguration:\n        Role: !Ref 'ReplicationConfigurationRole'\n      VersioningConfiguration:\n        Status: !Ref 'VersioningConfigurationStatus'\n      WebsiteConfiguration:\n        ErrorDocument: !Ref 'WebsiteConfigurationErrorDocument'\n        IndexDocument: !Ref 'WebsiteConfigurationIndexDocument'\n        RedirectAllRequestsTo:\n          HostName: !Ref 'WebsiteConfigurationRedirectAllRequestsToHostName'\n          Protocol: !Ref 'WebsiteConfigurationRedirectAllRequestsToProtocol'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-S3-BucketPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SDB-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-name\n    Default: null\n  EventDestinationKinesisFirehoseDestinationIAMRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        Name: !Ref 'EventDestinationName'\n        KinesisFirehoseDestination:\n          IAMRoleARN: !Ref 'EventDestinationKinesisFirehoseDestinationIAMRoleARN'\n          DeliveryStreamARN: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-name\n    Default: null\n  EventDestinationKinesisFirehoseDestinationIAMRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        Name: !Ref 'EventDestinationName'\n        KinesisFirehoseDestination:\n          IAMRoleARN: !Ref 'EventDestinationKinesisFirehoseDestinationIAMRoleARN'\n          DeliveryStreamARN: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\n  EventDestinationEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-name\n    Default: null\n  EventDestinationKinesisFirehoseDestinationIAMRoleARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-iamrolearn\n  EventDestinationKinesisFirehoseDestinationDeliveryStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination:\n        CloudWatchDestination: {}\n        Enabled: !Ref 'EventDestinationEnabled'\n        Name: !Ref 'EventDestinationName'\n        KinesisFirehoseDestination:\n          IAMRoleARN: !Ref 'EventDestinationKinesisFirehoseDestinationIAMRoleARN'\n          DeliveryStreamARN: !Ref 'EventDestinationKinesisFirehoseDestinationDeliveryStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\n  FilterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n        Name: !Ref 'FilterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\n  FilterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n        Name: !Ref 'FilterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\n  FilterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n        Name: !Ref 'FilterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  After:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-after\n    Default: null\n  RuleScanEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-scanenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-name\n    Default: null\n  RuleTlsPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-tlspolicy\n    Default: null\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      After: !Ref 'After'\n      Rule:\n        ScanEnabled: !Ref 'RuleScanEnabled'\n        Enabled: !Ref 'RuleEnabled'\n        Name: !Ref 'RuleName'\n        TlsPolicy: !Ref 'RuleTlsPolicy'\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  After:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-after\n    Default: null\n  RuleScanEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-scanenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-name\n    Default: null\n  RuleTlsPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-tlspolicy\n    Default: null\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      After: !Ref 'After'\n      Rule:\n        ScanEnabled: !Ref 'RuleScanEnabled'\n        Enabled: !Ref 'RuleEnabled'\n        Name: !Ref 'RuleName'\n        TlsPolicy: !Ref 'RuleTlsPolicy'\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  After:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-after\n    Default: null\n  RuleScanEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-scanenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-name\n    Default: null\n  RuleTlsPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-tlspolicy\n    Default: null\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      After: !Ref 'After'\n      Rule:\n        ScanEnabled: !Ref 'RuleScanEnabled'\n        Enabled: !Ref 'RuleEnabled'\n        Name: !Ref 'RuleName'\n        TlsPolicy: !Ref 'RuleTlsPolicy'\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRuleSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n    Properties:\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRuleSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n    Properties:\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-ReceiptRuleSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n    Properties:\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-Template/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nParameters:\n  TemplateHtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-htmlpart\n    Default: null\n  TemplateTextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-textpart\n    Default: null\n  TemplateTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-templatename\n    Default: null\n  TemplateSubjectPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-subjectpart\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n    Properties:\n      Template:\n        HtmlPart: !Ref 'TemplateHtmlPart'\n        TextPart: !Ref 'TemplateTextPart'\n        TemplateName: !Ref 'TemplateTemplateName'\n        SubjectPart: !Ref 'TemplateSubjectPart'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-Template/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nParameters:\n  TemplateHtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-htmlpart\n    Default: null\n  TemplateTextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-textpart\n    Default: null\n  TemplateTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-templatename\n    Default: null\n  TemplateSubjectPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-subjectpart\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n    Properties:\n      Template:\n        HtmlPart: !Ref 'TemplateHtmlPart'\n        TextPart: !Ref 'TemplateTextPart'\n        TemplateName: !Ref 'TemplateTemplateName'\n        SubjectPart: !Ref 'TemplateSubjectPart'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SES-Template/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nParameters:\n  TemplateHtmlPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-htmlpart\n    Default: null\n  TemplateTextPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-textpart\n    Default: null\n  TemplateTemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-templatename\n    Default: null\n  TemplateSubjectPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-subjectpart\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n    Properties:\n      Template:\n        HtmlPart: !Ref 'TemplateHtmlPart'\n        TextPart: !Ref 'TemplateTextPart'\n        TemplateName: !Ref 'TemplateTemplateName'\n        SubjectPart: !Ref 'TemplateSubjectPart'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Subscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  DeliveryPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-deliverypolicy\n    Default: null\n  Endpoint:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-endpoint\n    Default: null\n  FilterPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-filterpolicy\n    Default: null\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  RawMessageDelivery:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-rawmessagedelivery\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-redrivepolicy\n    Default: null\n  Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region\n    Default: null\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      DeliveryPolicy: !Ref 'DeliveryPolicy'\n      Endpoint: !Ref 'Endpoint'\n      FilterPolicy: !Ref 'FilterPolicy'\n      Protocol: !Ref 'Protocol'\n      RawMessageDelivery: !Ref 'RawMessageDelivery'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      Region: !Ref 'Region'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-Topic/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname\n    Default: null\n  FifoTopic:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid\n    Default: null\n  TopicName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DisplayName: !Ref 'DisplayName'\n      FifoTopic: !Ref 'FifoTopic'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      TopicName: !Ref 'TopicName'\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SNS-TopicPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-Queue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nParameters:\n  ContentBasedDeduplication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  DelaySeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds\n    Default: null\n  FifoQueue:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsDataKeyReusePeriodSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds\n    Default: null\n  KmsMasterKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid\n    Default: null\n  MaximumMessageSize:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize\n    Default: null\n  MessageRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod\n    Default: null\n  QueueName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name\n    Default: null\n  ReceiveMessageWaitTimeSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime\n    Default: null\n  RedrivePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive\n    Default: null\n  VisibilityTimeout:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\n    Properties:\n      ContentBasedDeduplication: !Ref 'ContentBasedDeduplication'\n      DelaySeconds: !Ref 'DelaySeconds'\n      FifoQueue: !Ref 'FifoQueue'\n      KmsDataKeyReusePeriodSeconds: !Ref 'KmsDataKeyReusePeriodSeconds'\n      KmsMasterKeyId: !Ref 'KmsMasterKeyId'\n      MaximumMessageSize: !Ref 'MaximumMessageSize'\n      MessageRetentionPeriod: !Ref 'MessageRetentionPeriod'\n      QueueName: !Ref 'QueueName'\n      ReceiveMessageWaitTimeSeconds: !Ref 'ReceiveMessageWaitTimeSeconds'\n      RedrivePolicy: !Ref 'RedrivePolicy'\n      VisibilityTimeout: !Ref 'VisibilityTimeout'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SQS-QueuePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      OutputLocation:\n        S3Location:\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      OutputLocation:\n        S3Location:\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      OutputLocation:\n        S3Location:\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Association/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  AssociationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-associationname\n    Default: null\n  DocumentVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-documentversion\n    Default: null\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-instanceid\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-scheduleexpression\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3Region:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3region\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3bucketname\n    Default: null\n  InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-s3outputlocation.html#cfn-ssm-association-s3outputlocation-outputs3keyprefix\n    Default: null\n  AutomationTargetParameterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-automationtargetparametername\n    Default: null\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxerrors\n    Default: null\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-maxconcurrency\n    Default: null\n  ComplianceSeverity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-complianceseverity\n    Default: null\n  SyncCompliance:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-synccompliance\n    Default: null\n  WaitForSuccessTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-waitforsuccesstimeoutseconds\n    Default: null\n  ApplyOnlyAtCronInterval:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-applyonlyatcroninterval\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      AssociationName: !Ref 'AssociationName'\n      DocumentVersion: !Ref 'DocumentVersion'\n      InstanceId: !Ref 'InstanceId'\n      Name: !Ref 'Name'\n      ScheduleExpression: !Ref 'ScheduleExpression'\n      OutputLocation:\n        S3Location:\n          OutputS3Region: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3Region'\n          OutputS3BucketName: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3BucketName'\n          OutputS3KeyPrefix: !Ref 'InstanceAssociationOutputLocationS3OutputLocationOutputS3KeyPrefix'\n      AutomationTargetParameterName: !Ref 'AutomationTargetParameterName'\n      MaxErrors: !Ref 'MaxErrors'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      ComplianceSeverity: !Ref 'ComplianceSeverity'\n      SyncCompliance: !Ref 'SyncCompliance'\n      WaitForSuccessTimeoutSeconds: !Ref 'WaitForSuccessTimeoutSeconds'\n      ApplyOnlyAtCronInterval: !Ref 'ApplyOnlyAtCronInterval'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Document/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\n  DocumentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-documenttype\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n      DocumentType: !Ref 'DocumentType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  StartDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description\n    Default: null\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  ScheduleOffset:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset\n    Default: null\n  EndDate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\n  ScheduleTimezone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      StartDate: !Ref 'StartDate'\n      Description: !Ref 'Description'\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      ScheduleOffset: !Ref 'ScheduleOffset'\n      EndDate: !Ref 'EndDate'\n      Name: !Ref 'Name'\n      ScheduleTimezone: !Ref 'ScheduleTimezone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  OwnerInformation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      OwnerInformation: !Ref 'OwnerInformation'\n      Description: !Ref 'Description'\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-description\n    Default: null\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-servicerolearn\n    Default: null\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-name\n    Default: null\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-timeoutseconds\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-comment\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3keyprefix\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthashtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-servicerolearn\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationarn\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-notificationconfig.html#cfn-ssm-maintenancewindowtask-notificationconfig-notificationtype\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-outputs3bucketname\n    Default: null\n  TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowruncommandparameters-documenthash\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersParameters:\n    Type: Json\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters\n    Default: null\n  TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input\n    Default: null\n  TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-clientcontext\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-qualifier\n    Default: null\n  TaskInvocationParametersMaintenanceWindowLambdaParametersPayload:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowlambdaparameters-payload\n    Default: null\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskParameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters\n    Default: null\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\n  LoggingInfoS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3bucket\n  LoggingInfoRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-region\n  LoggingInfoS3Prefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html#cfn-ssm-maintenancewindowtask-logginginfo-s3prefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Description: !Ref 'Description'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      Name: !Ref 'Name'\n      TaskArn: !Ref 'TaskArn'\n      TaskInvocationParameters:\n        MaintenanceWindowRunCommandParameters:\n          TimeoutSeconds: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersTimeoutSeconds'\n          Comment: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersComment'\n          OutputS3KeyPrefix: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3KeyPrefix'\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersParameters'\n          DocumentHashType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHashType'\n          ServiceRoleArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersServiceRoleArn'\n          NotificationConfig:\n            NotificationArn: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationArn'\n            NotificationType: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersNotificationConfigNotificationType'\n          OutputS3BucketName: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersOutputS3BucketName'\n          DocumentHash: !Ref 'TaskInvocationParametersMaintenanceWindowRunCommandParametersDocumentHash'\n        MaintenanceWindowAutomationParameters:\n          Parameters: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersParameters'\n          DocumentVersion: !Ref 'TaskInvocationParametersMaintenanceWindowAutomationParametersDocumentVersion'\n        MaintenanceWindowStepFunctionsParameters:\n          Input: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersInput'\n          Name: !Ref 'TaskInvocationParametersMaintenanceWindowStepFunctionsParametersName'\n        MaintenanceWindowLambdaParameters:\n          ClientContext: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersClientContext'\n          Qualifier: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersQualifier'\n          Payload: !Ref 'TaskInvocationParametersMaintenanceWindowLambdaParametersPayload'\n      WindowId: !Ref 'WindowId'\n      TaskParameters: !Ref 'TaskParameters'\n      TaskType: !Ref 'TaskType'\n      LoggingInfo:\n        S3Bucket: !Ref 'LoggingInfoS3Bucket'\n        Region: !Ref 'LoggingInfoRegion'\n        S3Prefix: !Ref 'LoggingInfoS3Prefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-Parameter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-description\n    Default: null\n  Policies:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-policies\n    Default: null\n  AllowedPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-allowedpattern\n    Default: null\n  Tier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tier\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\n  DataType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype\n    Default: null\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Description: !Ref 'Description'\n      Policies: !Ref 'Policies'\n      AllowedPattern: !Ref 'AllowedPattern'\n      Tier: !Ref 'Tier'\n      Value: !Ref 'Value'\n      DataType: !Ref 'DataType'\n      Tags: !Ref 'Tags'\n      Name: !Ref 'Name'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-PatchBaseline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  OperatingSystem:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-operatingsystem\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\n  RejectedPatchesAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction\n    Default: null\n  ApprovedPatchesComplianceLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchescompliancelevel\n    Default: null\n  ApprovedPatchesEnableNonSecurity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      OperatingSystem: !Ref 'OperatingSystem'\n      Description: !Ref 'Description'\n      ApprovalRules: {}\n      Name: !Ref 'Name'\n      RejectedPatchesAction: !Ref 'RejectedPatchesAction'\n      ApprovedPatchesComplianceLevel: !Ref 'ApprovedPatchesComplianceLevel'\n      ApprovedPatchesEnableNonSecurity: !Ref 'ApprovedPatchesEnableNonSecurity'\n      GlobalFilters: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  S3DestinationKMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-kmskeyarn\n    Default: null\n  S3DestinationBucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketname\n  S3DestinationBucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketregion\n  S3DestinationSyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-syncformat\n  S3DestinationBucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-s3destination.html#cfn-ssm-resourcedatasync-s3destination-bucketprefix\n    Default: null\n  KMSKeyArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn\n    Default: null\n  SyncSourceSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-sourcetype\n  SyncSourceAwsOrganizationsSourceOrganizationSourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-awsorganizationssource.html#cfn-ssm-resourcedatasync-awsorganizationssource-organizationsourcetype\n  SyncSourceIncludeFutureRegions:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-resourcedatasync-syncsource.html#cfn-ssm-resourcedatasync-syncsource-includefutureregions\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname\n    Default: null\n  BucketRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion\n    Default: null\n  SyncFormat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat\n    Default: null\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\n  SyncType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype\n    Default: null\n  BucketPrefix:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      S3Destination:\n        KMSKeyArn: !Ref 'S3DestinationKMSKeyArn'\n        BucketName: !Ref 'S3DestinationBucketName'\n        BucketRegion: !Ref 'S3DestinationBucketRegion'\n        SyncFormat: !Ref 'S3DestinationSyncFormat'\n        BucketPrefix: !Ref 'S3DestinationBucketPrefix'\n      KMSKeyArn: !Ref 'KMSKeyArn'\n      SyncSource:\n        SourceType: !Ref 'SyncSourceSourceType'\n        AwsOrganizationsSource:\n          OrganizationSourceType: !Ref 'SyncSourceAwsOrganizationsSourceOrganizationSourceType'\n        IncludeFutureRegions: !Ref 'SyncSourceIncludeFutureRegions'\n      BucketName: !Ref 'BucketName'\n      BucketRegion: !Ref 'BucketRegion'\n      SyncFormat: !Ref 'SyncFormat'\n      SyncName: !Ref 'SyncName'\n      SyncType: !Ref 'SyncType'\n      BucketPrefix: !Ref 'BucketPrefix'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  CodeRepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname\n    Default: null\n  GitConfigSecretArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn\n    Default: null\n  GitConfigBranch:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch\n    Default: null\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      CodeRepositoryName: !Ref 'CodeRepositoryName'\n      GitConfig:\n        SecretArn: !Ref 'GitConfigSecretArn'\n        Branch: !Ref 'GitConfigBranch'\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Endpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  RetainAllVariantProperties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      RetainAllVariantProperties: !Ref 'RetainAllVariantProperties'\n      EndpointName: !Ref 'EndpointName'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Endpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  RetainAllVariantProperties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      RetainAllVariantProperties: !Ref 'RetainAllVariantProperties'\n      EndpointName: !Ref 'EndpointName'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Endpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  RetainAllVariantProperties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      RetainAllVariantProperties: !Ref 'RetainAllVariantProperties'\n      EndpointName: !Ref 'EndpointName'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Endpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  RetainAllVariantProperties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      RetainAllVariantProperties: !Ref 'RetainAllVariantProperties'\n      EndpointName: !Ref 'EndpointName'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Endpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  RetainAllVariantProperties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  EndpointName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      RetainAllVariantProperties: !Ref 'RetainAllVariantProperties'\n      EndpointName: !Ref 'EndpointName'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-EndpointConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nParameters:\n  DataCaptureConfigKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-kmskeyid\n    Default: null\n  DataCaptureConfigDestinationS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-destinations3uri\n  DataCaptureConfigInitialSamplingPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-initialsamplingpercentage\n  DataCaptureConfigEnableCapture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-enablecapture\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-endpointconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\n    Properties:\n      DataCaptureConfig:\n        KmsKeyId: !Ref 'DataCaptureConfigKmsKeyId'\n        DestinationS3Uri: !Ref 'DataCaptureConfigDestinationS3Uri'\n        InitialSamplingPercentage: !Ref 'DataCaptureConfigInitialSamplingPercentage'\n        CaptureContentTypeHeader: {}\n        EnableCapture: !Ref 'DataCaptureConfigEnableCapture'\n      KmsKeyId: !Ref 'KmsKeyId'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-EndpointConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nParameters:\n  DataCaptureConfigKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-kmskeyid\n    Default: null\n  DataCaptureConfigDestinationS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-destinations3uri\n  DataCaptureConfigInitialSamplingPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-initialsamplingpercentage\n  DataCaptureConfigEnableCapture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-enablecapture\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-endpointconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\n    Properties:\n      DataCaptureConfig:\n        KmsKeyId: !Ref 'DataCaptureConfigKmsKeyId'\n        DestinationS3Uri: !Ref 'DataCaptureConfigDestinationS3Uri'\n        InitialSamplingPercentage: !Ref 'DataCaptureConfigInitialSamplingPercentage'\n        CaptureContentTypeHeader: {}\n        EnableCapture: !Ref 'DataCaptureConfigEnableCapture'\n      KmsKeyId: !Ref 'KmsKeyId'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nParameters:\n  DataCaptureConfigKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-kmskeyid\n    Default: null\n  DataCaptureConfigDestinationS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-destinations3uri\n  DataCaptureConfigInitialSamplingPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-initialsamplingpercentage\n  DataCaptureConfigEnableCapture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-enablecapture\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-endpointconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\n    Properties:\n      DataCaptureConfig:\n        KmsKeyId: !Ref 'DataCaptureConfigKmsKeyId'\n        DestinationS3Uri: !Ref 'DataCaptureConfigDestinationS3Uri'\n        InitialSamplingPercentage: !Ref 'DataCaptureConfigInitialSamplingPercentage'\n        CaptureContentTypeHeader: {}\n        EnableCapture: !Ref 'DataCaptureConfigEnableCapture'\n      KmsKeyId: !Ref 'KmsKeyId'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nParameters:\n  DataCaptureConfigKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-kmskeyid\n    Default: null\n  DataCaptureConfigDestinationS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-destinations3uri\n  DataCaptureConfigInitialSamplingPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-initialsamplingpercentage\n  DataCaptureConfigEnableCapture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-enablecapture\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-endpointconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\n    Properties:\n      DataCaptureConfig:\n        KmsKeyId: !Ref 'DataCaptureConfigKmsKeyId'\n        DestinationS3Uri: !Ref 'DataCaptureConfigDestinationS3Uri'\n        InitialSamplingPercentage: !Ref 'DataCaptureConfigInitialSamplingPercentage'\n        CaptureContentTypeHeader: {}\n        EnableCapture: !Ref 'DataCaptureConfigEnableCapture'\n      KmsKeyId: !Ref 'KmsKeyId'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nParameters:\n  DataCaptureConfigKmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-kmskeyid\n    Default: null\n  DataCaptureConfigDestinationS3Uri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-destinations3uri\n  DataCaptureConfigInitialSamplingPercentage:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-initialsamplingpercentage\n  DataCaptureConfigEnableCapture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-datacaptureconfig.html#cfn-sagemaker-endpointconfig-datacaptureconfig-enablecapture\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid\n    Default: null\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-endpointconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\n    Properties:\n      DataCaptureConfig:\n        KmsKeyId: !Ref 'DataCaptureConfigKmsKeyId'\n        DestinationS3Uri: !Ref 'DataCaptureConfigDestinationS3Uri'\n        InitialSamplingPercentage: !Ref 'DataCaptureConfigInitialSamplingPercentage'\n        CaptureContentTypeHeader: {}\n        EnableCapture: !Ref 'DataCaptureConfigEnableCapture'\n      KmsKeyId: !Ref 'KmsKeyId'\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\n  ContainerDefinitionContainerHostname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-containerhostname\n    Default: null\n  ContainerDefinitionModelPackageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modelpackagename\n    Default: null\n  ContainerDefinitionMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-mode\n    Default: null\n  ContainerDefinitionEnvironment:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment\n    Default: null\n  ContainerDefinitionModelDataUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-modeldataurl\n    Default: null\n  ContainerDefinitionImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-image\n    Default: null\n  ModelName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      PrimaryContainer:\n        ContainerHostname: !Ref 'ContainerDefinitionContainerHostname'\n        ModelPackageName: !Ref 'ContainerDefinitionModelPackageName'\n        Mode: !Ref 'ContainerDefinitionMode'\n        Environment: !Ref 'ContainerDefinitionEnvironment'\n        ModelDataUrl: !Ref 'ContainerDefinitionModelDataUrl'\n        Image: !Ref 'ContainerDefinitionImage'\n      ModelName: !Ref 'ModelName'\n      VpcConfig: {}\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid\n    Default: null\n  VolumeSizeInGB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb\n    Default: null\n  DefaultCodeRepository:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository\n    Default: null\n  DirectInternetAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess\n    Default: null\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  RootAccess:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess\n    Default: null\n  NotebookInstanceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename\n    Default: null\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\n  LifecycleConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      KmsKeyId: !Ref 'KmsKeyId'\n      VolumeSizeInGB: !Ref 'VolumeSizeInGB'\n      DefaultCodeRepository: !Ref 'DefaultCodeRepository'\n      DirectInternetAccess: !Ref 'DirectInternetAccess'\n      SubnetId: !Ref 'SubnetId'\n      RoleArn: !Ref 'RoleArn'\n      RootAccess: !Ref 'RootAccess'\n      NotebookInstanceName: !Ref 'NotebookInstanceName'\n      InstanceType: !Ref 'InstanceType'\n      LifecycleConfigName: !Ref 'LifecycleConfigName'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nParameters:\n  NotebookInstanceLifecycleConfigName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html#cfn-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\n    Properties:\n      NotebookInstanceLifecycleConfigName: !Ref 'NotebookInstanceLifecycleConfigName'\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nParameters:\n  NotebookInstanceLifecycleConfigName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html#cfn-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\n    Properties:\n      NotebookInstanceLifecycleConfigName: !Ref 'NotebookInstanceLifecycleConfigName'\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nParameters:\n  NotebookInstanceLifecycleConfigName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html#cfn-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\n    Properties:\n      NotebookInstanceLifecycleConfigName: !Ref 'NotebookInstanceLifecycleConfigName'\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nParameters:\n  NotebookInstanceLifecycleConfigName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html#cfn-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\n    Properties:\n      NotebookInstanceLifecycleConfigName: !Ref 'NotebookInstanceLifecycleConfigName'\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nParameters:\n  NotebookInstanceLifecycleConfigName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html#cfn-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecycleconfigname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\n    Properties:\n      NotebookInstanceLifecycleConfigName: !Ref 'NotebookInstanceLifecycleConfigName'\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SageMaker-Workteam/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-description\n    Default: null\n  NotificationConfigurationNotificationTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-notificationconfiguration.html#cfn-sagemaker-workteam-notificationconfiguration-notificationtopicarn\n  WorkteamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html#cfn-sagemaker-workteam-workteamname\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\n    Properties:\n      Description: !Ref 'Description'\n      NotificationConfiguration:\n        NotificationTopicArn: !Ref 'NotificationConfigurationNotificationTopicArn'\n      WorkteamName: !Ref 'WorkteamName'\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\n  RotationLambdaARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn\n    Default: null\n  RotationRulesAutomaticallyAfterDays:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-automaticallyafterdays\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      RotationLambdaARN: !Ref 'RotationLambdaARN'\n      RotationRules:\n        AutomaticallyAfterDays: !Ref 'RotationRulesAutomaticallyAfterDays'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-Secret/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-description\n    Default: null\n  KmsKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-kmskeyid\n    Default: null\n  SecretString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-secretstring\n    Default: null\n  GenerateSecretStringExcludeUppercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludeuppercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringRequireEachIncludedType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-requireeachincludedtype\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringIncludeSpace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-includespace\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeCharacters:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludecharacters\n    Default: null\n  GenerateSecretStringGenerateStringKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-generatestringkey\n    Default: null\n  GenerateSecretStringPasswordLength:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-passwordlength\n    Default: null\n  GenerateSecretStringExcludePunctuation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludepunctuation\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringExcludeLowercase:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludelowercase\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  GenerateSecretStringSecretStringTemplate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-secretstringtemplate\n    Default: null\n  GenerateSecretStringExcludeNumbers:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-secret-generatesecretstring.html#cfn-secretsmanager-secret-generatesecretstring-excludenumbers\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n    Properties:\n      Description: !Ref 'Description'\n      KmsKeyId: !Ref 'KmsKeyId'\n      SecretString: !Ref 'SecretString'\n      GenerateSecretString:\n        ExcludeUppercase: !Ref 'GenerateSecretStringExcludeUppercase'\n        RequireEachIncludedType: !Ref 'GenerateSecretStringRequireEachIncludedType'\n        IncludeSpace: !Ref 'GenerateSecretStringIncludeSpace'\n        ExcludeCharacters: !Ref 'GenerateSecretStringExcludeCharacters'\n        GenerateStringKey: !Ref 'GenerateSecretStringGenerateStringKey'\n        PasswordLength: !Ref 'GenerateSecretStringPasswordLength'\n        ExcludePunctuation: !Ref 'GenerateSecretStringExcludePunctuation'\n        ExcludeLowercase: !Ref 'GenerateSecretStringExcludeLowercase'\n        SecretStringTemplate: !Ref 'GenerateSecretStringSecretStringTemplate'\n        ExcludeNumbers: !Ref 'GenerateSecretStringExcludeNumbers'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-SecurityHub-Hub/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nParameters:\n  Tags:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags\n    Default: null\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n    Properties:\n      Tags: !Ref 'Tags'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  ReplaceProvisioningArtifacts:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-replaceprovisioningartifacts\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  SupportDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportdescription\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-description\n    Default: null\n  Distributor:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-distributor\n    Default: null\n  SupportEmail:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supportemail\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-acceptlanguage\n    Default: null\n  SupportUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-supporturl\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      ReplaceProvisioningArtifacts: !Ref 'ReplaceProvisioningArtifacts'\n      Owner: !Ref 'Owner'\n      SupportDescription: !Ref 'SupportDescription'\n      Description: !Ref 'Description'\n      Distributor: !Ref 'Distributor'\n      SupportEmail: !Ref 'SupportEmail'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      SupportUrl: !Ref 'SupportUrl'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      PathId: !Ref 'PathId'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n      ProductName: !Ref 'ProductName'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      ProductId: !Ref 'ProductId'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\nOutputs:\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      PathId: !Ref 'PathId'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n      ProductName: !Ref 'ProductName'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      ProductId: !Ref 'ProductId'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\nOutputs:\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nParameters:\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage\n    Default: null\n  PathId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid\n    Default: null\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid\n    Default: null\n  ProductName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname\n    Default: null\n  ProvisionedProductName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname\n    Default: null\n  ProvisioningArtifactId:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid\n    Default: null\n  ProvisioningArtifactName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname\n    Default: null\n  ProvisioningPreferencesStackSetFailureToleranceCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancecount\n    Default: null\n  ProvisioningPreferencesStackSetFailureTolerancePercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetfailuretolerancepercentage\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyCount:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencycount\n    Default: null\n  ProvisioningPreferencesStackSetMaxConcurrencyPercentage:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetmaxconcurrencypercentage\n    Default: null\n  ProvisioningPreferencesStackSetOperationType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningpreferences-stacksetoperationtype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\n    Properties:\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PathId: !Ref 'PathId'\n      ProductId: !Ref 'ProductId'\n      ProductName: !Ref 'ProductName'\n      ProvisionedProductName: !Ref 'ProvisionedProductName'\n      ProvisioningArtifactId: !Ref 'ProvisioningArtifactId'\n      ProvisioningArtifactName: !Ref 'ProvisioningArtifactName'\n      ProvisioningPreferences:\n        StackSetFailureToleranceCount: !Ref 'ProvisioningPreferencesStackSetFailureToleranceCount'\n        StackSetFailureTolerancePercentage: !Ref 'ProvisioningPreferencesStackSetFailureTolerancePercentage'\n        StackSetMaxConcurrencyCount: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyCount'\n        StackSetMaxConcurrencyPercentage: !Ref 'ProvisioningPreferencesStackSetMaxConcurrencyPercentage'\n        StackSetOperationType: !Ref 'ProvisioningPreferencesStackSetOperationType'\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-description\n    Default: null\n  LocalRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-localrolename\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-rolearn\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      LocalRoleName: !Ref 'LocalRoleName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description\n    Default: null\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      Description: !Ref 'Description'\n      DisplayName: !Ref 'DisplayName'\n      AcceptLanguage: !Ref 'AcceptLanguage'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  SourcePortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-sourceportfolioid\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      SourcePortfolioId: !Ref 'SourcePortfolioId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description\n    Default: null\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage\n    Default: null\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  AcceptLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage\n    Default: null\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      AcceptLanguage: !Ref 'AcceptLanguage'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Active:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Active: !Ref 'Active'\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid\n    Default: null\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      InstanceId: !Ref 'InstanceId'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description\n    Default: null\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description\n    Default: null\n  HealthCheckCustomConfigFailureThreshold:\n    Type: Double\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold\n    Default: null\n  DnsConfigRoutingPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy\n    Default: null\n  DnsConfigNamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid\n    Default: null\n  NamespaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid\n    Default: null\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type\n  HealthCheckConfigResourcePath:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath\n    Default: null\n  HealthCheckConfigFailureThreshold:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name\n    Default: null\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\n    Properties:\n      Description: !Ref 'Description'\n      HealthCheckCustomConfig:\n        FailureThreshold: !Ref 'HealthCheckCustomConfigFailureThreshold'\n      DnsConfig:\n        RoutingPolicy: !Ref 'DnsConfigRoutingPolicy'\n        NamespaceId: !Ref 'DnsConfigNamespaceId'\n      NamespaceId: !Ref 'NamespaceId'\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n        ResourcePath: !Ref 'HealthCheckConfigResourcePath'\n        FailureThreshold: !Ref 'HealthCheckConfigFailureThreshold'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-Activity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\n  TracingConfigurationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tracingconfiguration.html#cfn-stepfunctions-statemachine-tracingconfiguration-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\n      TracingConfiguration:\n        Enabled: !Ref 'TracingConfigurationEnabled'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  DefinitionString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring\n    Default: null\n  LoggingConfigurationIncludeExecutionData:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-includeexecutiondata\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  LoggingConfigurationLevel:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html#cfn-stepfunctions-statemachine-loggingconfiguration-level\n    Default: null\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket\n  S3LocationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version\n    Default: null\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key\n  StateMachineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename\n    Default: null\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\n  StateMachineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype\n    Default: null\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      DefinitionString: |-\n        {\n          \"Ref\": \"DefinitionString\"\n        }\n      LoggingConfiguration:\n        IncludeExecutionData: !Ref 'LoggingConfigurationIncludeExecutionData'\n        Level: !Ref 'LoggingConfigurationLevel'\n      DefinitionSubstitutions: {}\n      DefinitionS3Location:\n        Bucket: !Ref 'S3LocationBucket'\n        Version: !Ref 'S3LocationVersion'\n        Key: !Ref 'S3LocationKey'\n      StateMachineName: !Ref 'StateMachineName'\n      RoleArn: !Ref 'RoleArn'\n      StateMachineType: !Ref 'StateMachineType'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Synthetics-Canary/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  CodeS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3bucket\n    Default: null\n  CodeS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3key\n    Default: null\n  CodeS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-s3objectversion\n    Default: null\n  CodeScript:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-script\n    Default: null\n  CodeHandler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler\n    Default: null\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ScheduleDurationInSeconds:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-durationinseconds\n    Default: null\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  SuccessRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod\n    Default: null\n  FailureRetentionPeriod:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod\n    Default: null\n  VPCConfigVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-vpcconfig.html#cfn-synthetics-canary-vpcconfig-vpcid\n    Default: null\n  RunConfigTimeoutInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-timeoutinseconds\n  RunConfigMemoryInMB:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-memoryinmb\n    Default: null\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code:\n        S3Bucket: !Ref 'CodeS3Bucket'\n        S3Key: !Ref 'CodeS3Key'\n        S3ObjectVersion: !Ref 'CodeS3ObjectVersion'\n        Script: !Ref 'CodeScript'\n        Handler: !Ref 'CodeHandler'\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n        DurationInSeconds: !Ref 'ScheduleDurationInSeconds'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      SuccessRetentionPeriod: !Ref 'SuccessRetentionPeriod'\n      FailureRetentionPeriod: !Ref 'FailureRetentionPeriod'\n      VPCConfig:\n        VpcId: !Ref 'VPCConfigVpcId'\n      RunConfig:\n        TimeoutInSeconds: !Ref 'RunConfigTimeoutInSeconds'\n        MemoryInMB: !Ref 'RunConfigMemoryInMB'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-Server/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nParameters:\n  LoggingRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingrole\n    Default: null\n  IdentityProviderDetailsInvocationRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-invocationrole\n  IdentityProviderDetailsUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html#cfn-transfer-server-identityproviderdetails-url\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype\n    Default: null\n  EndpointDetailsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcid\n    Default: null\n  EndpointDetailsVpcEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-vpcendpointid\n    Default: null\n  IdentityProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype\n    Default: null\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-certificate\n    Default: null\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\n    Properties:\n      LoggingRole: !Ref 'LoggingRole'\n      IdentityProviderDetails:\n        InvocationRole: !Ref 'IdentityProviderDetailsInvocationRole'\n        Url: !Ref 'IdentityProviderDetailsUrl'\n      EndpointType: !Ref 'EndpointType'\n      EndpointDetails:\n        VpcId: !Ref 'EndpointDetailsVpcId'\n        VpcEndpointId: !Ref 'EndpointDetailsVpcEndpointId'\n      IdentityProviderType: !Ref 'IdentityProviderType'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-Transfer-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Policy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy\n    Default: null\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  HomeDirectory:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory\n    Default: null\n  HomeDirectoryType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectorytype\n    Default: null\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Policy: !Ref 'Policy'\n      Role: !Ref 'Role'\n      HomeDirectory: !Ref 'HomeDirectory'\n      HomeDirectoryType: !Ref 'HomeDirectoryType'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAF-XssMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  DefaultActionAllow:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-allow\n    Default: null\n  DefaultActionBlock:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-defaultaction.html#cfn-wafv2-webacl-defaultaction-block\n    Default: null\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description\n    Default: null\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name\n    Default: null\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction:\n        Allow: !Ref 'DefaultActionAllow'\n        Block: !Ref 'DefaultActionBlock'\n      Description: !Ref 'Description'\n      Name: !Ref 'Name'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  RootVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\n  UserVolumeEncryptionEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n    Default: null\n  VolumeEncryptionKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey\n    Default: null\n  WorkspacePropertiesComputeTypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-computetypename\n    Default: null\n  WorkspacePropertiesRootVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-rootvolumesizegib\n    Default: null\n  WorkspacePropertiesRunningMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmode\n    Default: null\n  WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-runningmodeautostoptimeoutinminutes\n    Default: null\n  WorkspacePropertiesUserVolumeSizeGib:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspace-workspaceproperties.html#cfn-workspaces-workspace-workspaceproperties-uservolumesizegib\n    Default: null\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      RootVolumeEncryptionEnabled: !Ref 'RootVolumeEncryptionEnabled'\n      UserName: !Ref 'UserName'\n      UserVolumeEncryptionEnabled: !Ref 'UserVolumeEncryptionEnabled'\n      VolumeEncryptionKey: !Ref 'VolumeEncryptionKey'\n      WorkspaceProperties:\n        ComputeTypeName: !Ref 'WorkspacePropertiesComputeTypeName'\n        RootVolumeSizeGib: !Ref 'WorkspacePropertiesRootVolumeSizeGib'\n        RunningMode: !Ref 'WorkspacePropertiesRunningMode'\n        RunningModeAutoStopTimeoutInMinutes: !Ref 'WorkspacePropertiesRunningModeAutoStopTimeoutInMinutes'\n        UserVolumeSizeGib: !Ref 'WorkspacePropertiesUserVolumeSizeGib'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/Alexa-ASK-Skill/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3BucketRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole\n    Default: null\n  SkillPackageS3ObjectVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion\n    Default: null\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\n  SkillPackageOverridesManifest:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest\n    Default: null\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3BucketRole: !Ref 'SkillPackageS3BucketRole'\n        S3ObjectVersion: !Ref 'SkillPackageS3ObjectVersion'\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n        Overrides:\n          Manifest: !Ref 'SkillPackageOverridesManifest'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-all-fields/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n\n      - Name: AWS-ACMPCA-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ACMPCA-CertificateAuthority\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-CertificateAuthority\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-CertificateAuthority\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-CertificateAuthority\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-CertificateAuthority-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-CertificateAuthority\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ACMPCA-CertificateAuthorityActivation\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-CertificateAuthorityActivation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-CertificateAuthorityActivation\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-CertificateAuthorityActivation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-CertificateAuthorityActivation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-CertificateAuthorityActivation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AccessAnalyzer-Analyzer\n        Owner: central-it@customer.com\n        Description: AWS-AccessAnalyzer-Analyzer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AccessAnalyzer-Analyzer\n        Tags:\n          - Key: product-type\n            Value: AWS-AccessAnalyzer-Analyzer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AccessAnalyzer-Analyzer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AccessAnalyzer-Analyzer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-Broker\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-Broker\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-Broker\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-Broker\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-Broker-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-Broker\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-Configuration\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-Configuration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-Configuration\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-Configuration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-Configuration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-Configuration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-ConfigurationAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-ConfigurationAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-ConfigurationAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-ConfigurationAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-ConfigurationAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-ConfigurationAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-App\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-App\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-Branch\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-Branch\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-Branch\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-Branch\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-Branch-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-Branch\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-Domain\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Account\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Account\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Account\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Account\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Account-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Account\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-ApiKey\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-ApiKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-ApiKey\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-ApiKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-ApiKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-ApiKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Authorizer\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Authorizer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Authorizer\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Authorizer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Authorizer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Authorizer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-BasePathMapping\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-BasePathMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-BasePathMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-BasePathMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-BasePathMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-BasePathMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-ClientCertificate\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-ClientCertificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-ClientCertificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-ClientCertificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-ClientCertificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-ClientCertificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DocumentationPart\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DocumentationPart\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DocumentationPart\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DocumentationPart\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DocumentationPart-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DocumentationPart\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DocumentationVersion\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DocumentationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DocumentationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DocumentationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DocumentationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DocumentationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DomainName\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DomainName\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DomainName\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DomainName\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DomainName-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DomainName\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-GatewayResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-GatewayResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-GatewayResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-GatewayResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-GatewayResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-GatewayResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Method\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Method\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Method\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Method\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Method-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Method\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Model\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-RequestValidator\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-RequestValidator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-RequestValidator\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-RequestValidator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-RequestValidator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-RequestValidator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Resource\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Resource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Resource\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Resource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Resource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Resource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-RestApi\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-RestApi\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-RestApi\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-RestApi\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-RestApi-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-RestApi\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Stage\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Stage\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Stage\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Stage\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Stage-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Stage\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-UsagePlan\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-UsagePlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-UsagePlan\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-UsagePlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-UsagePlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-UsagePlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-UsagePlanKey\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-UsagePlanKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-UsagePlanKey\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-UsagePlanKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-UsagePlanKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-UsagePlanKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-VpcLink\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-VpcLink\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-VpcLink\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-VpcLink\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-VpcLink-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-VpcLink\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Api\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Api\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Api\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Api\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Api-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Api\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-ApiMapping\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-ApiMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-ApiMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-ApiMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-ApiMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-ApiMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Authorizer\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Authorizer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Authorizer\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Authorizer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Authorizer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Authorizer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-DomainName\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-DomainName\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-DomainName\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-DomainName\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-DomainName-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-DomainName\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Integration\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Integration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Integration\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Integration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Integration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Integration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-IntegrationResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-IntegrationResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-IntegrationResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-IntegrationResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-IntegrationResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-IntegrationResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Model\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Route\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-RouteResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-RouteResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-RouteResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-RouteResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-RouteResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-RouteResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Stage\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Stage\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Stage\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Stage\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Stage-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Stage\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Application\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-ConfigurationProfile\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-ConfigurationProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-ConfigurationProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-ConfigurationProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-ConfigurationProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-ConfigurationProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-DeploymentStrategy\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-DeploymentStrategy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-DeploymentStrategy\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-DeploymentStrategy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-DeploymentStrategy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-DeploymentStrategy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Environment\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Environment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Environment\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Environment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Environment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Environment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-HostedConfigurationVersion\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-HostedConfigurationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-HostedConfigurationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-HostedConfigurationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-HostedConfigurationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-HostedConfigurationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-Mesh\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-Mesh\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-Mesh\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-Mesh\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-Mesh-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-Mesh\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-Route\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualNode\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualNode\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualNode\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualNode\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualNode-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualNode\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualRouter\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualRouter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualRouter\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualRouter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualRouter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualRouter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualService\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualService\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualService\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualService\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualService-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualService\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-DirectoryConfig\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-DirectoryConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-DirectoryConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-DirectoryConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-DirectoryConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-DirectoryConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-ImageBuilder\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-ImageBuilder\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-ImageBuilder\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-ImageBuilder\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-ImageBuilder-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-ImageBuilder\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-Stack\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-StackFleetAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-StackFleetAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-StackFleetAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-StackFleetAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-StackFleetAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-StackFleetAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-StackUserAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-StackUserAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-StackUserAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-StackUserAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-StackUserAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-StackUserAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-User\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-User\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-ApiCache\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-ApiCache\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-ApiCache\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-ApiCache\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-ApiCache-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-ApiCache\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-ApiKey\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-ApiKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-ApiKey\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-ApiKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-ApiKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-ApiKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-DataSource\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-DataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-DataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-DataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-DataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-DataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-FunctionConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-FunctionConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-FunctionConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-FunctionConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-FunctionConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-FunctionConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-GraphQLApi\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-GraphQLApi\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-GraphQLApi\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-GraphQLApi\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-GraphQLApi-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-GraphQLApi\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-GraphQLSchema\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-GraphQLSchema\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-GraphQLSchema\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-GraphQLSchema\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-GraphQLSchema-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-GraphQLSchema\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-Resolver\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-Resolver\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-Resolver\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-Resolver\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-Resolver-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-Resolver\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApplicationAutoScaling-ScalableTarget\n        Owner: central-it@customer.com\n        Description: AWS-ApplicationAutoScaling-ScalableTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApplicationAutoScaling-ScalableTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-ApplicationAutoScaling-ScalableTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApplicationAutoScaling-ScalableTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApplicationAutoScaling-ScalableTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApplicationAutoScaling-ScalingPolicy\n        Owner: central-it@customer.com\n        Description: AWS-ApplicationAutoScaling-ScalingPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApplicationAutoScaling-ScalingPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-ApplicationAutoScaling-ScalingPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApplicationAutoScaling-ScalingPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApplicationAutoScaling-ScalingPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-DataCatalog\n        Owner: central-it@customer.com\n        Description: AWS-Athena-DataCatalog\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-DataCatalog\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-DataCatalog\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-DataCatalog-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-DataCatalog\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-NamedQuery\n        Owner: central-it@customer.com\n        Description: AWS-Athena-NamedQuery\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-NamedQuery\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-NamedQuery\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-NamedQuery-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-NamedQuery\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-WorkGroup\n        Owner: central-it@customer.com\n        Description: AWS-Athena-WorkGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-WorkGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-WorkGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-WorkGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-WorkGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-AutoScalingGroup\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-AutoScalingGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-AutoScalingGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-AutoScalingGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-AutoScalingGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-AutoScalingGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-LaunchConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-LaunchConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-LaunchConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-LaunchConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-LaunchConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-LaunchConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-LifecycleHook\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-LifecycleHook\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-LifecycleHook\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-LifecycleHook\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-LifecycleHook-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-LifecycleHook\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-ScalingPolicy\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-ScalingPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-ScalingPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-ScalingPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-ScalingPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-ScalingPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-ScheduledAction\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-ScheduledAction\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-ScheduledAction\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-ScheduledAction\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-ScheduledAction-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-ScheduledAction\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScalingPlans-ScalingPlan\n        Owner: central-it@customer.com\n        Description: AWS-AutoScalingPlans-ScalingPlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScalingPlans-ScalingPlan\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScalingPlans-ScalingPlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScalingPlans-ScalingPlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScalingPlans-ScalingPlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupPlan\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupPlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupPlan\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupPlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupPlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupPlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupSelection\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupSelection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupSelection\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupSelection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupSelection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupSelection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupVault\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupVault\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupVault\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupVault\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupVault-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupVault\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-ComputeEnvironment\n        Owner: central-it@customer.com\n        Description: AWS-Batch-ComputeEnvironment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-ComputeEnvironment\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-ComputeEnvironment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-ComputeEnvironment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-ComputeEnvironment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-JobDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Batch-JobDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-JobDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-JobDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-JobDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-JobDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-JobQueue\n        Owner: central-it@customer.com\n        Description: AWS-Batch-JobQueue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-JobQueue\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-JobQueue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-JobQueue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-JobQueue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Budgets-Budget\n        Owner: central-it@customer.com\n        Description: AWS-Budgets-Budget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Budgets-Budget\n        Tags:\n          - Key: product-type\n            Value: AWS-Budgets-Budget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Budgets-Budget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Budgets-Budget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CE-CostCategory\n        Owner: central-it@customer.com\n        Description: AWS-CE-CostCategory\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CE-CostCategory\n        Tags:\n          - Key: product-type\n            Value: AWS-CE-CostCategory\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CE-CostCategory-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CE-CostCategory\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cassandra-Keyspace\n        Owner: central-it@customer.com\n        Description: AWS-Cassandra-Keyspace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cassandra-Keyspace\n        Tags:\n          - Key: product-type\n            Value: AWS-Cassandra-Keyspace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cassandra-Keyspace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cassandra-Keyspace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cassandra-Table\n        Owner: central-it@customer.com\n        Description: AWS-Cassandra-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cassandra-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-Cassandra-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cassandra-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cassandra-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CertificateManager-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-CertificateManager-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CertificateManager-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-CertificateManager-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CertificateManager-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CertificateManager-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Chatbot-SlackChannelConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Chatbot-SlackChannelConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Chatbot-SlackChannelConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Chatbot-SlackChannelConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Chatbot-SlackChannelConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Chatbot-SlackChannelConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cloud9-EnvironmentEC2\n        Owner: central-it@customer.com\n        Description: AWS-Cloud9-EnvironmentEC2\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cloud9-EnvironmentEC2\n        Tags:\n          - Key: product-type\n            Value: AWS-Cloud9-EnvironmentEC2\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cloud9-EnvironmentEC2-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cloud9-EnvironmentEC2\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-CustomResource\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-CustomResource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-CustomResource\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-CustomResource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-CustomResource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-CustomResource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-Macro\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-Macro\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-Macro\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-Macro\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-Macro-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-Macro\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-Stack\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-WaitCondition\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-WaitCondition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-WaitCondition\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-WaitCondition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-WaitCondition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-WaitCondition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-WaitConditionHandle\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-WaitConditionHandle\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-WaitConditionHandle\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-WaitConditionHandle\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-WaitConditionHandle-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-WaitConditionHandle\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-CloudFrontOriginAccessIdentity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-CloudFrontOriginAccessIdentity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-Distribution\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-Distribution\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-Distribution\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-Distribution\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-Distribution-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-Distribution\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-StreamingDistribution\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-StreamingDistribution\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-StreamingDistribution\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-StreamingDistribution\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-StreamingDistribution-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-StreamingDistribution\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudTrail-Trail\n        Owner: central-it@customer.com\n        Description: AWS-CloudTrail-Trail\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudTrail-Trail\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudTrail-Trail\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudTrail-Trail-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudTrail-Trail\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-Alarm\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-Alarm\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-Alarm\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-Alarm\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-Alarm-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-Alarm\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-AnomalyDetector\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-AnomalyDetector\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-AnomalyDetector\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-AnomalyDetector\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-AnomalyDetector-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-AnomalyDetector\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-CompositeAlarm\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-CompositeAlarm\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-CompositeAlarm\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-CompositeAlarm\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-CompositeAlarm-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-CompositeAlarm\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-Dashboard\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-Dashboard\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-Dashboard\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-Dashboard\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-Dashboard-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-Dashboard\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-InsightRule\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-InsightRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-InsightRule\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-InsightRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-InsightRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-InsightRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-Project\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-Project\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-Project\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-Project\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-Project-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-Project\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-ReportGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-ReportGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-ReportGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-ReportGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-ReportGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-ReportGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-SourceCredential\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-SourceCredential\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-SourceCredential\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-SourceCredential\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-SourceCredential-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-SourceCredential\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeCommit-Repository\n        Owner: central-it@customer.com\n        Description: AWS-CodeCommit-Repository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeCommit-Repository\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeCommit-Repository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeCommit-Repository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeCommit-Repository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-Application\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-DeploymentConfig\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-DeploymentConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-DeploymentConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-DeploymentConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-DeploymentConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-DeploymentConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-DeploymentGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-DeploymentGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-DeploymentGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-DeploymentGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-DeploymentGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-DeploymentGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeGuruProfiler-ProfilingGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeGuruProfiler-ProfilingGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeGuruProfiler-ProfilingGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeGuruProfiler-ProfilingGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeGuruProfiler-ProfilingGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeGuruProfiler-ProfilingGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-CustomActionType\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-CustomActionType\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-CustomActionType\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-CustomActionType\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-CustomActionType-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-CustomActionType\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-Webhook\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-Webhook\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-Webhook\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-Webhook\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-Webhook-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-Webhook\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStar-GitHubRepository\n        Owner: central-it@customer.com\n        Description: AWS-CodeStar-GitHubRepository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStar-GitHubRepository\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStar-GitHubRepository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStar-GitHubRepository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStar-GitHubRepository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStarConnections-Connection\n        Owner: central-it@customer.com\n        Description: AWS-CodeStarConnections-Connection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStarConnections-Connection\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStarConnections-Connection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStarConnections-Connection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStarConnections-Connection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStarNotifications-NotificationRule\n        Owner: central-it@customer.com\n        Description: AWS-CodeStarNotifications-NotificationRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStarNotifications-NotificationRule\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStarNotifications-NotificationRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStarNotifications-NotificationRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStarNotifications-NotificationRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-IdentityPool\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-IdentityPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-IdentityPool\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-IdentityPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-IdentityPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-IdentityPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-IdentityPoolRoleAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-IdentityPoolRoleAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-IdentityPoolRoleAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-IdentityPoolRoleAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-IdentityPoolRoleAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-IdentityPoolRoleAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPool\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPool\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolClient\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolClient\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolClient\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolClient\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolClient-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolClient\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolDomain\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolDomain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolDomain\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolDomain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolDomain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolDomain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolGroup\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolIdentityProvider\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolIdentityProvider\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolIdentityProvider\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolIdentityProvider\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolIdentityProvider-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolIdentityProvider\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolResourceServer\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolResourceServer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolResourceServer\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolResourceServer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolResourceServer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolResourceServer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolRiskConfigurationAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolRiskConfigurationAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUICustomizationAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUICustomizationAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUICustomizationAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUICustomizationAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUICustomizationAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUICustomizationAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUser\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUser\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUser\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUser\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUser-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUser\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUserToGroupAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUserToGroupAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUserToGroupAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUserToGroupAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUserToGroupAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUserToGroupAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-AggregationAuthorization\n        Owner: central-it@customer.com\n        Description: AWS-Config-AggregationAuthorization\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-AggregationAuthorization\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-AggregationAuthorization\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-AggregationAuthorization-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-AggregationAuthorization\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigRule\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigurationAggregator\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigurationAggregator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigurationAggregator\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigurationAggregator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigurationAggregator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigurationAggregator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigurationRecorder\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigurationRecorder\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigurationRecorder\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigurationRecorder\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigurationRecorder-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigurationRecorder\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConformancePack\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConformancePack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConformancePack\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConformancePack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConformancePack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConformancePack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-DeliveryChannel\n        Owner: central-it@customer.com\n        Description: AWS-Config-DeliveryChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-DeliveryChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-DeliveryChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-DeliveryChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-DeliveryChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-OrganizationConfigRule\n        Owner: central-it@customer.com\n        Description: AWS-Config-OrganizationConfigRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-OrganizationConfigRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-OrganizationConfigRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-OrganizationConfigRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-OrganizationConfigRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-OrganizationConformancePack\n        Owner: central-it@customer.com\n        Description: AWS-Config-OrganizationConformancePack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-OrganizationConformancePack\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-OrganizationConformancePack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-OrganizationConformancePack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-OrganizationConformancePack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-RemediationConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Config-RemediationConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-RemediationConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-RemediationConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-RemediationConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-RemediationConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-DAX-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-ParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-DAX-ParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-ParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-ParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-ParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-ParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-SubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DAX-SubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-SubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-SubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-SubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-SubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DLM-LifecyclePolicy\n        Owner: central-it@customer.com\n        Description: AWS-DLM-LifecyclePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DLM-LifecyclePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-DLM-LifecyclePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DLM-LifecyclePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DLM-LifecyclePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-DMS-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-Endpoint\n        Owner: central-it@customer.com\n        Description: AWS-DMS-Endpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-Endpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-Endpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-Endpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-Endpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-EventSubscription\n        Owner: central-it@customer.com\n        Description: AWS-DMS-EventSubscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-EventSubscription\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-EventSubscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-EventSubscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-EventSubscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationInstance\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationTask\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationTask\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationTask\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationTask\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationTask-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationTask\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DataPipeline-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-DataPipeline-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DataPipeline-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-DataPipeline-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DataPipeline-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DataPipeline-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Detective-Graph\n        Owner: central-it@customer.com\n        Description: AWS-Detective-Graph\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Detective-Graph\n        Tags:\n          - Key: product-type\n            Value: AWS-Detective-Graph\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Detective-Graph-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Detective-Graph\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Detective-MemberInvitation\n        Owner: central-it@customer.com\n        Description: AWS-Detective-MemberInvitation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Detective-MemberInvitation\n        Tags:\n          - Key: product-type\n            Value: AWS-Detective-MemberInvitation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Detective-MemberInvitation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Detective-MemberInvitation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DirectoryService-MicrosoftAD\n        Owner: central-it@customer.com\n        Description: AWS-DirectoryService-MicrosoftAD\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DirectoryService-MicrosoftAD\n        Tags:\n          - Key: product-type\n            Value: AWS-DirectoryService-MicrosoftAD\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DirectoryService-MicrosoftAD-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DirectoryService-MicrosoftAD\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DirectoryService-SimpleAD\n        Owner: central-it@customer.com\n        Description: AWS-DirectoryService-SimpleAD\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DirectoryService-SimpleAD\n        Tags:\n          - Key: product-type\n            Value: AWS-DirectoryService-SimpleAD\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DirectoryService-SimpleAD-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DirectoryService-SimpleAD\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DynamoDB-Table\n        Owner: central-it@customer.com\n        Description: AWS-DynamoDB-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DynamoDB-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-DynamoDB-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DynamoDB-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DynamoDB-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-CapacityReservation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-CapacityReservation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-CapacityReservation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-CapacityReservation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-CapacityReservation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-CapacityReservation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnAuthorizationRule\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnAuthorizationRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnAuthorizationRule\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnAuthorizationRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnAuthorizationRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnAuthorizationRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnTargetNetworkAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnTargetNetworkAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnTargetNetworkAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-CustomerGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-CustomerGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-CustomerGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-CustomerGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-CustomerGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-CustomerGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-DHCPOptions\n        Owner: central-it@customer.com\n        Description: AWS-EC2-DHCPOptions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-DHCPOptions\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-DHCPOptions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-DHCPOptions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-DHCPOptions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EC2Fleet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EC2Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EC2Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EC2Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EC2Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EC2Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EIP\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EIP\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EIP\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EIP\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EIP-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EIP\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EIPAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EIPAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EIPAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EIPAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EIPAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EIPAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EgressOnlyInternetGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EgressOnlyInternetGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EgressOnlyInternetGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EgressOnlyInternetGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EgressOnlyInternetGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EgressOnlyInternetGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-FlowLog\n        Owner: central-it@customer.com\n        Description: AWS-EC2-FlowLog\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-FlowLog\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-FlowLog\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-FlowLog-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-FlowLog\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-GatewayRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-GatewayRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-GatewayRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-GatewayRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-GatewayRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-GatewayRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Host\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Host\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Host\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Host\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Host-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Host\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Instance\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-InternetGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-InternetGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-InternetGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-InternetGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-InternetGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-InternetGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LaunchTemplate\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LaunchTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LaunchTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LaunchTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LaunchTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LaunchTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LocalGatewayRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LocalGatewayRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LocalGatewayRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LocalGatewayRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LocalGatewayRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LocalGatewayRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LocalGatewayRouteTableVPCAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NatGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NatGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NatGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NatGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NatGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NatGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkAcl\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkAcl\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkAcl\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkAcl\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkAcl-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkAcl\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkAclEntry\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkAclEntry\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkAclEntry\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkAclEntry\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkAclEntry-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkAclEntry\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterface\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterface\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterface\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterface\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterface-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterface\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterfaceAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterfaceAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterfaceAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterfaceAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterfaceAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterfaceAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterfacePermission\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterfacePermission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterfacePermission\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterfacePermission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterfacePermission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterfacePermission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-PlacementGroup\n        Owner: central-it@customer.com\n        Description: AWS-EC2-PlacementGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-PlacementGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-PlacementGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-PlacementGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-PlacementGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-PrefixList\n        Owner: central-it@customer.com\n        Description: AWS-EC2-PrefixList\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-PrefixList\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-PrefixList\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-PrefixList-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-PrefixList\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Route\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-RouteTable\n        Owner: central-it@customer.com\n        Description: AWS-EC2-RouteTable\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-RouteTable\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-RouteTable\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-RouteTable-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-RouteTable\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroupEgress\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroupEgress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroupEgress\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroupEgress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroupEgress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroupEgress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SpotFleet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SpotFleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SpotFleet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SpotFleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SpotFleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SpotFleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Subnet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Subnet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Subnet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Subnet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Subnet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Subnet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetCidrBlock\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetCidrBlock\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetCidrBlock\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetCidrBlock\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetCidrBlock-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetCidrBlock\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetNetworkAclAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetNetworkAclAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetNetworkAclAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetNetworkAclAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetNetworkAclAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetNetworkAclAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorFilter\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorFilterRule\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorFilterRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorFilterRule\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorFilterRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorFilterRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorFilterRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorSession\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorSession\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorSession\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorSession\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorSession-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorSession\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorTarget\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTable\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTable\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTable\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTable\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTable-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTable\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTablePropagation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTablePropagation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTablePropagation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTablePropagation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTablePropagation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTablePropagation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPC\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPC\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPC\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPC\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPC-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPC\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCCidrBlock\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCCidrBlock\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCCidrBlock\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCCidrBlock\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCCidrBlock-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCCidrBlock\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCDHCPOptionsAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCDHCPOptionsAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCDHCPOptionsAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCDHCPOptionsAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCDHCPOptionsAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCDHCPOptionsAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointConnectionNotification\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointConnectionNotification\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointConnectionNotification\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointConnectionNotification\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointConnectionNotification-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointConnectionNotification\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointService\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointService\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointService\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointService\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointService-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointService\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointServicePermissions\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointServicePermissions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointServicePermissions\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointServicePermissions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointServicePermissions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointServicePermissions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCGatewayAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCGatewayAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCGatewayAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCGatewayAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCGatewayAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCGatewayAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCPeeringConnection\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCPeeringConnection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCPeeringConnection\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCPeeringConnection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCPeeringConnection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCPeeringConnection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNConnection\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNConnection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNConnection\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNConnection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNConnection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNConnection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNConnectionRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNConnectionRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNConnectionRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNConnectionRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNConnectionRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNConnectionRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNGatewayRoutePropagation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNGatewayRoutePropagation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNGatewayRoutePropagation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNGatewayRoutePropagation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNGatewayRoutePropagation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNGatewayRoutePropagation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Volume\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Volume\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Volume\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Volume\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Volume-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Volume\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VolumeAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VolumeAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VolumeAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VolumeAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VolumeAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VolumeAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECR-Repository\n        Owner: central-it@customer.com\n        Description: AWS-ECR-Repository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECR-Repository\n        Tags:\n          - Key: product-type\n            Value: AWS-ECR-Repository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECR-Repository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECR-Repository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-CapacityProvider\n        Owner: central-it@customer.com\n        Description: AWS-ECS-CapacityProvider\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-CapacityProvider\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-CapacityProvider\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-CapacityProvider-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-CapacityProvider\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-ECS-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-PrimaryTaskSet\n        Owner: central-it@customer.com\n        Description: AWS-ECS-PrimaryTaskSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-PrimaryTaskSet\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-PrimaryTaskSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-PrimaryTaskSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-PrimaryTaskSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-Service\n        Owner: central-it@customer.com\n        Description: AWS-ECS-Service\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-Service\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-Service\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-Service-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-Service\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-TaskDefinition\n        Owner: central-it@customer.com\n        Description: AWS-ECS-TaskDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-TaskDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-TaskDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-TaskDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-TaskDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-TaskSet\n        Owner: central-it@customer.com\n        Description: AWS-ECS-TaskSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-TaskSet\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-TaskSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-TaskSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-TaskSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-AccessPoint\n        Owner: central-it@customer.com\n        Description: AWS-EFS-AccessPoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-AccessPoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-AccessPoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-AccessPoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-AccessPoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-FileSystem\n        Owner: central-it@customer.com\n        Description: AWS-EFS-FileSystem\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-FileSystem\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-FileSystem\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-FileSystem-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-FileSystem\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-MountTarget\n        Owner: central-it@customer.com\n        Description: AWS-EFS-MountTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-MountTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-MountTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-MountTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-MountTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EKS-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-EKS-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EKS-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-EKS-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EKS-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EKS-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EKS-Nodegroup\n        Owner: central-it@customer.com\n        Description: AWS-EKS-Nodegroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EKS-Nodegroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EKS-Nodegroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EKS-Nodegroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EKS-Nodegroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-EMR-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-InstanceFleetConfig\n        Owner: central-it@customer.com\n        Description: AWS-EMR-InstanceFleetConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-InstanceFleetConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-InstanceFleetConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-InstanceFleetConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-InstanceFleetConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-InstanceGroupConfig\n        Owner: central-it@customer.com\n        Description: AWS-EMR-InstanceGroupConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-InstanceGroupConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-InstanceGroupConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-InstanceGroupConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-InstanceGroupConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-SecurityConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-EMR-SecurityConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-SecurityConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-SecurityConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-SecurityConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-SecurityConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-Step\n        Owner: central-it@customer.com\n        Description: AWS-EMR-Step\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-Step\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-Step\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-Step-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-Step\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-CacheCluster\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-CacheCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-CacheCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-CacheCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-CacheCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-CacheCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-ParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-ParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-ParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-ParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-ParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-ParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-ReplicationGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-ReplicationGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-ReplicationGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-ReplicationGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-ReplicationGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-ReplicationGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-Application\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-ApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-ApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-ApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-ApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-ApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-ApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-ConfigurationTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-ConfigurationTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-ConfigurationTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-Environment\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-Environment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-Environment\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-Environment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-Environment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-Environment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancing-LoadBalancer\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancing-LoadBalancer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancing-LoadBalancer\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancing-LoadBalancer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancing-LoadBalancer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancing-LoadBalancer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-Listener\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-Listener\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-Listener\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-Listener\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-Listener-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-Listener\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-ListenerCertificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-ListenerCertificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-ListenerRule\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-ListenerRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-ListenerRule\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-ListenerRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-ListenerRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-ListenerRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-LoadBalancer\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-LoadBalancer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-LoadBalancer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-TargetGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-TargetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-TargetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-TargetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-TargetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-TargetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Elasticsearch-Domain\n        Owner: central-it@customer.com\n        Description: AWS-Elasticsearch-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Elasticsearch-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-Elasticsearch-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Elasticsearch-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Elasticsearch-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Discoverer\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Discoverer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Discoverer\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Discoverer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Discoverer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Discoverer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Registry\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Registry\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Registry\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Registry\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Registry-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Registry\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-RegistryPolicy\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-RegistryPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-RegistryPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-RegistryPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-RegistryPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-RegistryPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Schema\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Schema\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Schema\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Schema\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Schema-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Schema\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-EventBus\n        Owner: central-it@customer.com\n        Description: AWS-Events-EventBus\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-EventBus\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-EventBus\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-EventBus-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-EventBus\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-EventBusPolicy\n        Owner: central-it@customer.com\n        Description: AWS-Events-EventBusPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-EventBusPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-EventBusPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-EventBusPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-EventBusPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-Rule\n        Owner: central-it@customer.com\n        Description: AWS-Events-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FMS-NotificationChannel\n        Owner: central-it@customer.com\n        Description: AWS-FMS-NotificationChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FMS-NotificationChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-FMS-NotificationChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FMS-NotificationChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FMS-NotificationChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FMS-Policy\n        Owner: central-it@customer.com\n        Description: AWS-FMS-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FMS-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-FMS-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FMS-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FMS-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FSx-FileSystem\n        Owner: central-it@customer.com\n        Description: AWS-FSx-FileSystem\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FSx-FileSystem\n        Tags:\n          - Key: product-type\n            Value: AWS-FSx-FileSystem\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FSx-FileSystem-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FSx-FileSystem\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Alias\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Build\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Build\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Build\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Build\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Build-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Build\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-GameSessionQueue\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-GameSessionQueue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-GameSessionQueue\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-GameSessionQueue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-GameSessionQueue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-GameSessionQueue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-MatchmakingConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-MatchmakingConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-MatchmakingConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-MatchmakingConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-MatchmakingConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-MatchmakingConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-MatchmakingRuleSet\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-MatchmakingRuleSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-MatchmakingRuleSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-MatchmakingRuleSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-MatchmakingRuleSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-MatchmakingRuleSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Script\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Script\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Script\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Script\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Script-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Script\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-Accelerator\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-Accelerator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-Accelerator\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-Accelerator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-Accelerator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-Accelerator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-EndpointGroup\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-EndpointGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-EndpointGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-EndpointGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-EndpointGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-EndpointGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-Listener\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-Listener\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-Listener\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-Listener\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-Listener-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-Listener\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Classifier\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Classifier\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Classifier\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Classifier\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Classifier-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Classifier\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Connection\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Connection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Connection\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Connection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Connection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Connection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Crawler\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Crawler\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Crawler\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Crawler\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Crawler-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Crawler\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-DataCatalogEncryptionSettings\n        Owner: central-it@customer.com\n        Description: AWS-Glue-DataCatalogEncryptionSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-DataCatalogEncryptionSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-DataCatalogEncryptionSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-DataCatalogEncryptionSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-DataCatalogEncryptionSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Database\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Database\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Database\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Database\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Database-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Database\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-DevEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-Glue-DevEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-DevEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-DevEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-DevEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-DevEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Job\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Job\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Job\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Job\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Job-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Job\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-MLTransform\n        Owner: central-it@customer.com\n        Description: AWS-Glue-MLTransform\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-MLTransform\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-MLTransform\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-MLTransform-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-MLTransform\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Partition\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Partition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Partition\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Partition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Partition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Partition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-SecurityConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Glue-SecurityConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-SecurityConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-SecurityConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-SecurityConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-SecurityConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Table\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Trigger\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Trigger\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Trigger\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Trigger\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Trigger-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Trigger\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Workflow\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Workflow\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Workflow\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Workflow\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Workflow-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Workflow\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ConnectorDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ConnectorDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ConnectorDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ConnectorDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ConnectorDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ConnectorDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ConnectorDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ConnectorDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ConnectorDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ConnectorDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ConnectorDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ConnectorDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-CoreDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-CoreDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-CoreDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-CoreDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-CoreDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-CoreDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-CoreDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-CoreDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-CoreDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-CoreDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-CoreDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-CoreDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-DeviceDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-DeviceDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-DeviceDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-DeviceDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-DeviceDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-DeviceDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-DeviceDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-DeviceDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-DeviceDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-DeviceDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-DeviceDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-DeviceDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-FunctionDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-FunctionDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-FunctionDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-FunctionDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-FunctionDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-FunctionDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-FunctionDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-FunctionDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-FunctionDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-FunctionDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-FunctionDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-FunctionDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-Group\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-GroupVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-GroupVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-GroupVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-GroupVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-GroupVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-GroupVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-LoggerDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-LoggerDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-LoggerDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-LoggerDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-LoggerDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-LoggerDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-LoggerDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-LoggerDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-LoggerDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-LoggerDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-LoggerDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-LoggerDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ResourceDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ResourceDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ResourceDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ResourceDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ResourceDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ResourceDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ResourceDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ResourceDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ResourceDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ResourceDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ResourceDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ResourceDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-SubscriptionDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-SubscriptionDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-SubscriptionDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-SubscriptionDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-SubscriptionDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-SubscriptionDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-SubscriptionDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-SubscriptionDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-SubscriptionDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-SubscriptionDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-SubscriptionDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-SubscriptionDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-Config\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-Config\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-Config\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-Config\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-Config-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-Config\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-DataflowEndpointGroup\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-DataflowEndpointGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-DataflowEndpointGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-DataflowEndpointGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-DataflowEndpointGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-DataflowEndpointGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-MissionProfile\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-MissionProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-MissionProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-MissionProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-MissionProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-MissionProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Detector\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Detector\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Detector\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Detector\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Detector-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Detector\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Filter\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Filter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Filter\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Filter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Filter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Filter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Master\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Master\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Master\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Master\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Master-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Master\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Member\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Member\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Member\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Member\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Member-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Member\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-ThreatIntelSet\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-ThreatIntelSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-ThreatIntelSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-ThreatIntelSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-ThreatIntelSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-ThreatIntelSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-AccessKey\n        Owner: central-it@customer.com\n        Description: AWS-IAM-AccessKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-AccessKey\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-AccessKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-AccessKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-AccessKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Group\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-InstanceProfile\n        Owner: central-it@customer.com\n        Description: AWS-IAM-InstanceProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-InstanceProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-InstanceProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-InstanceProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-InstanceProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-ManagedPolicy\n        Owner: central-it@customer.com\n        Description: AWS-IAM-ManagedPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-ManagedPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-ManagedPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-ManagedPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-ManagedPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Policy\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Role\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Role\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Role\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Role\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Role-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Role\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-ServiceLinkedRole\n        Owner: central-it@customer.com\n        Description: AWS-IAM-ServiceLinkedRole\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-ServiceLinkedRole\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-ServiceLinkedRole\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-ServiceLinkedRole-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-ServiceLinkedRole\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-User\n        Owner: central-it@customer.com\n        Description: AWS-IAM-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-User\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-UserToGroupAddition\n        Owner: central-it@customer.com\n        Description: AWS-IAM-UserToGroupAddition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-UserToGroupAddition\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-UserToGroupAddition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-UserToGroupAddition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-UserToGroupAddition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-Component\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-Component\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-Component\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-Component\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-Component-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-Component\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-DistributionConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-DistributionConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-DistributionConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-DistributionConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-DistributionConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-DistributionConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-Image\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-Image\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-Image\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-Image\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-Image-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-Image\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-ImagePipeline\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-ImagePipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-ImagePipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-ImagePipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-ImagePipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-ImagePipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-ImageRecipe\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-ImageRecipe\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-ImageRecipe\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-ImageRecipe\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-ImageRecipe-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-ImageRecipe\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-InfrastructureConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-InfrastructureConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-InfrastructureConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-InfrastructureConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-InfrastructureConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-InfrastructureConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-AssessmentTarget\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-AssessmentTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-AssessmentTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-AssessmentTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-AssessmentTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-AssessmentTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-AssessmentTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-AssessmentTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-AssessmentTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-AssessmentTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-AssessmentTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-AssessmentTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-ResourceGroup\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-ResourceGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-ResourceGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-ResourceGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-ResourceGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-ResourceGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Policy\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-PolicyPrincipalAttachment\n        Owner: central-it@customer.com\n        Description: AWS-IoT-PolicyPrincipalAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-PolicyPrincipalAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-PolicyPrincipalAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-PolicyPrincipalAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-PolicyPrincipalAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-ProvisioningTemplate\n        Owner: central-it@customer.com\n        Description: AWS-IoT-ProvisioningTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-ProvisioningTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-ProvisioningTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-ProvisioningTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-ProvisioningTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Thing\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Thing\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Thing\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Thing\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Thing-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Thing\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-ThingPrincipalAttachment\n        Owner: central-it@customer.com\n        Description: AWS-IoT-ThingPrincipalAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-ThingPrincipalAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-ThingPrincipalAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-ThingPrincipalAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-ThingPrincipalAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-TopicRule\n        Owner: central-it@customer.com\n        Description: AWS-IoT-TopicRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-TopicRule\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-TopicRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-TopicRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-TopicRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Device\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Device\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Device\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Device\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Device-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Device\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Placement\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Placement\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Placement\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Placement\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Placement-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Placement\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Project\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Project\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Project\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Project\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Project-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Project\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Channel\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Channel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Channel\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Channel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Channel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Channel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Dataset\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Dataset\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Dataset\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Dataset\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Dataset-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Dataset\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Datastore\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Datastore\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Datastore\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Datastore\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Datastore-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Datastore\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTEvents-DetectorModel\n        Owner: central-it@customer.com\n        Description: AWS-IoTEvents-DetectorModel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTEvents-DetectorModel\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTEvents-DetectorModel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTEvents-DetectorModel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTEvents-DetectorModel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTEvents-Input\n        Owner: central-it@customer.com\n        Description: AWS-IoTEvents-Input\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTEvents-Input\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTEvents-Input\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTEvents-Input-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTEvents-Input\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTThingsGraph-FlowTemplate\n        Owner: central-it@customer.com\n        Description: AWS-IoTThingsGraph-FlowTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTThingsGraph-FlowTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTThingsGraph-FlowTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTThingsGraph-FlowTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTThingsGraph-FlowTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KMS-Alias\n        Owner: central-it@customer.com\n        Description: AWS-KMS-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KMS-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-KMS-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KMS-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KMS-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KMS-Key\n        Owner: central-it@customer.com\n        Description: AWS-KMS-Key\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KMS-Key\n        Tags:\n          - Key: product-type\n            Value: AWS-KMS-Key\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KMS-Key-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KMS-Key\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Kinesis-Stream\n        Owner: central-it@customer.com\n        Description: AWS-Kinesis-Stream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Kinesis-Stream\n        Tags:\n          - Key: product-type\n            Value: AWS-Kinesis-Stream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Kinesis-Stream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Kinesis-Stream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Kinesis-StreamConsumer\n        Owner: central-it@customer.com\n        Description: AWS-Kinesis-StreamConsumer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Kinesis-StreamConsumer\n        Tags:\n          - Key: product-type\n            Value: AWS-Kinesis-StreamConsumer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Kinesis-StreamConsumer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Kinesis-StreamConsumer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-Application\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-ApplicationOutput\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-ApplicationOutput\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-ApplicationOutput\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-ApplicationOutput\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-ApplicationOutput-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-ApplicationOutput\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-ApplicationReferenceDataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-Application\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationOutput\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationOutput-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationOutput\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisFirehose-DeliveryStream\n        Owner: central-it@customer.com\n        Description: AWS-KinesisFirehose-DeliveryStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisFirehose-DeliveryStream\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisFirehose-DeliveryStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisFirehose-DeliveryStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisFirehose-DeliveryStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-DataLakeSettings\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-DataLakeSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-DataLakeSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-DataLakeSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-DataLakeSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-DataLakeSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-Permissions\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-Permissions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-Permissions\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-Permissions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-Permissions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-Permissions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-Resource\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-Resource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-Resource\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-Resource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-Resource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-Resource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Alias\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-EventInvokeConfig\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-EventInvokeConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-EventInvokeConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-EventInvokeConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-EventInvokeConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-EventInvokeConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-EventSourceMapping\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-EventSourceMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-EventSourceMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-EventSourceMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-EventSourceMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-EventSourceMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Function\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Function\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Function\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Function\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Function-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Function\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-LayerVersion\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-LayerVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-LayerVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-LayerVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-LayerVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-LayerVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-LayerVersionPermission\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-LayerVersionPermission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-LayerVersionPermission\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-LayerVersionPermission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-LayerVersionPermission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-LayerVersionPermission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Permission\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Permission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Permission\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Permission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Permission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Permission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Version\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Version\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Version\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Version\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Version-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Version\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-Destination\n        Owner: central-it@customer.com\n        Description: AWS-Logs-Destination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-Destination\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-Destination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-Destination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-Destination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-LogGroup\n        Owner: central-it@customer.com\n        Description: AWS-Logs-LogGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-LogGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-LogGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-LogGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-LogGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-LogStream\n        Owner: central-it@customer.com\n        Description: AWS-Logs-LogStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-LogStream\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-LogStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-LogStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-LogStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-MetricFilter\n        Owner: central-it@customer.com\n        Description: AWS-Logs-MetricFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-MetricFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-MetricFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-MetricFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-MetricFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-SubscriptionFilter\n        Owner: central-it@customer.com\n        Description: AWS-Logs-SubscriptionFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-SubscriptionFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-SubscriptionFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-SubscriptionFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-SubscriptionFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MSK-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-MSK-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MSK-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-MSK-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MSK-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MSK-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-CustomDataIdentifier\n        Owner: central-it@customer.com\n        Description: AWS-Macie-CustomDataIdentifier\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-CustomDataIdentifier\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-CustomDataIdentifier\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-CustomDataIdentifier-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-CustomDataIdentifier\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-FindingsFilter\n        Owner: central-it@customer.com\n        Description: AWS-Macie-FindingsFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-FindingsFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-FindingsFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-FindingsFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-FindingsFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-Session\n        Owner: central-it@customer.com\n        Description: AWS-Macie-Session\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-Session\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-Session\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-Session-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-Session\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ManagedBlockchain-Member\n        Owner: central-it@customer.com\n        Description: AWS-ManagedBlockchain-Member\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ManagedBlockchain-Member\n        Tags:\n          - Key: product-type\n            Value: AWS-ManagedBlockchain-Member\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ManagedBlockchain-Member-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ManagedBlockchain-Member\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ManagedBlockchain-Node\n        Owner: central-it@customer.com\n        Description: AWS-ManagedBlockchain-Node\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ManagedBlockchain-Node\n        Tags:\n          - Key: product-type\n            Value: AWS-ManagedBlockchain-Node\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ManagedBlockchain-Node-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ManagedBlockchain-Node\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-JobTemplate\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-JobTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-JobTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-JobTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-JobTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-JobTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-Preset\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-Preset\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-Preset\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-Preset\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-Preset-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-Preset\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-Queue\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-Queue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-Queue\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-Queue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-Queue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-Queue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-Channel\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-Channel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-Channel\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-Channel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-Channel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-Channel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-Input\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-Input\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-Input\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-Input\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-Input-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-Input\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-InputSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-InputSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-InputSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-InputSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-InputSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-InputSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaStore-Container\n        Owner: central-it@customer.com\n        Description: AWS-MediaStore-Container\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaStore-Container\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaStore-Container\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaStore-Container-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaStore-Container\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-CustomerGatewayAssociation\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-CustomerGatewayAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-CustomerGatewayAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-CustomerGatewayAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-CustomerGatewayAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-CustomerGatewayAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Device\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Device\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Device\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Device\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Device-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Device\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-GlobalNetwork\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-GlobalNetwork\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-GlobalNetwork\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-GlobalNetwork\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-GlobalNetwork-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-GlobalNetwork\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Link\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Link\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Link\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Link\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Link-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Link\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-LinkAssociation\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-LinkAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-LinkAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-LinkAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-LinkAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-LinkAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Site\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Site\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Site\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Site\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Site-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Site\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-TransitGatewayRegistration\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-TransitGatewayRegistration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-TransitGatewayRegistration\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-TransitGatewayRegistration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-TransitGatewayRegistration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-TransitGatewayRegistration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-App\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-App\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-ElasticLoadBalancerAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-ElasticLoadBalancerAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Instance\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Layer\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Layer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Layer\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Layer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Layer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Layer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Stack\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-UserProfile\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-UserProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-UserProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-UserProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-UserProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-UserProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Volume\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Volume\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Volume\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Volume\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Volume-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Volume\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorksCM-Server\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorksCM-Server\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorksCM-Server\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorksCM-Server\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorksCM-Server-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorksCM-Server\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-ADMChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-ADMChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-ADMChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-ADMChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-ADMChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-ADMChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSSandboxChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSSandboxChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSSandboxChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSSandboxChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSSandboxChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSSandboxChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSVoipChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSVoipChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSVoipChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSVoipChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSVoipChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSVoipChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSVoipSandboxChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSVoipSandboxChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSVoipSandboxChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSVoipSandboxChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSVoipSandboxChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSVoipSandboxChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-App\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-App\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-ApplicationSettings\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-ApplicationSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-ApplicationSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-ApplicationSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-ApplicationSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-ApplicationSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-BaiduChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-BaiduChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-BaiduChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-BaiduChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-BaiduChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-BaiduChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-Campaign\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-Campaign\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-Campaign\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-Campaign\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-Campaign-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-Campaign\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EmailChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EmailChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EmailChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EmailChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EmailChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EmailChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EmailTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EmailTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EmailTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EmailTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EmailTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EmailTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EventStream\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EventStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EventStream\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EventStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EventStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EventStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-GCMChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-GCMChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-GCMChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-GCMChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-GCMChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-GCMChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-PushTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-PushTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-PushTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-PushTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-PushTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-PushTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-SMSChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-SMSChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-SMSChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-SMSChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-SMSChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-SMSChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-Segment\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-Segment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-Segment\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-Segment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-Segment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-Segment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-SmsTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-SmsTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-SmsTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-SmsTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-SmsTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-SmsTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-VoiceChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-VoiceChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-VoiceChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-VoiceChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-VoiceChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-VoiceChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-ConfigurationSet\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-ConfigurationSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-ConfigurationSet\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-ConfigurationSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-ConfigurationSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-ConfigurationSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-ConfigurationSetEventDestination\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-ConfigurationSetEventDestination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-ConfigurationSetEventDestination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-DedicatedIpPool\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-DedicatedIpPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-DedicatedIpPool\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-DedicatedIpPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-DedicatedIpPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-DedicatedIpPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-Identity\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-Identity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-Identity\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-Identity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-Identity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-Identity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-QLDB-Ledger\n        Owner: central-it@customer.com\n        Description: AWS-QLDB-Ledger\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-QLDB-Ledger\n        Tags:\n          - Key: product-type\n            Value: AWS-QLDB-Ledger\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-QLDB-Ledger-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-QLDB-Ledger\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-QLDB-Stream\n        Owner: central-it@customer.com\n        Description: AWS-QLDB-Stream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-QLDB-Stream\n        Tags:\n          - Key: product-type\n            Value: AWS-QLDB-Stream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-QLDB-Stream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-QLDB-Stream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RAM-ResourceShare\n        Owner: central-it@customer.com\n        Description: AWS-RAM-ResourceShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RAM-ResourceShare\n        Tags:\n          - Key: product-type\n            Value: AWS-RAM-ResourceShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RAM-ResourceShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RAM-ResourceShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBProxy\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBProxy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBProxy\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBProxy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBProxy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBProxy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBProxyTargetGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBProxyTargetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBProxyTargetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBProxyTargetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBProxyTargetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBProxyTargetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-EventSubscription\n        Owner: central-it@customer.com\n        Description: AWS-RDS-EventSubscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-EventSubscription\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-EventSubscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-EventSubscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-EventSubscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-OptionGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-OptionGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-OptionGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-OptionGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-OptionGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-OptionGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ResourceGroups-Group\n        Owner: central-it@customer.com\n        Description: AWS-ResourceGroups-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ResourceGroups-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-ResourceGroups-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ResourceGroups-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ResourceGroups-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-Robot\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-Robot\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-Robot\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-Robot\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-Robot-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-Robot\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-RobotApplication\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-RobotApplication\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-RobotApplication\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-RobotApplication\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-RobotApplication-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-RobotApplication\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-RobotApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-RobotApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-RobotApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-RobotApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-RobotApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-RobotApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-SimulationApplication\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-SimulationApplication\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-SimulationApplication\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-SimulationApplication\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-SimulationApplication-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-SimulationApplication\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-SimulationApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-SimulationApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-SimulationApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-SimulationApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-SimulationApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-SimulationApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-HealthCheck\n        Owner: central-it@customer.com\n        Description: AWS-Route53-HealthCheck\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-HealthCheck\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-HealthCheck\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-HealthCheck-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-HealthCheck\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-HostedZone\n        Owner: central-it@customer.com\n        Description: AWS-Route53-HostedZone\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-HostedZone\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-HostedZone\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-HostedZone-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-HostedZone\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-RecordSet\n        Owner: central-it@customer.com\n        Description: AWS-Route53-RecordSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-RecordSet\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-RecordSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-RecordSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-RecordSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-RecordSetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Route53-RecordSetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-RecordSetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-RecordSetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-RecordSetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-RecordSetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverRule\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverRuleAssociation\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverRuleAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverRuleAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverRuleAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverRuleAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverRuleAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-AccessPoint\n        Owner: central-it@customer.com\n        Description: AWS-S3-AccessPoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-AccessPoint\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-AccessPoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-AccessPoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-AccessPoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-Bucket\n        Owner: central-it@customer.com\n        Description: AWS-S3-Bucket\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-Bucket\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-Bucket\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-Bucket-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-Bucket\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-BucketPolicy\n        Owner: central-it@customer.com\n        Description: AWS-S3-BucketPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-BucketPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-BucketPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-BucketPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-BucketPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SDB-Domain\n        Owner: central-it@customer.com\n        Description: AWS-SDB-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SDB-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-SDB-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SDB-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SDB-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ConfigurationSet\n        Owner: central-it@customer.com\n        Description: AWS-SES-ConfigurationSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ConfigurationSet\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ConfigurationSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ConfigurationSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ConfigurationSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ConfigurationSetEventDestination\n        Owner: central-it@customer.com\n        Description: AWS-SES-ConfigurationSetEventDestination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ConfigurationSetEventDestination\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ConfigurationSetEventDestination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ConfigurationSetEventDestination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ConfigurationSetEventDestination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptFilter\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptRule\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptRule\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptRuleSet\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptRuleSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptRuleSet\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptRuleSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptRuleSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptRuleSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-Template\n        Owner: central-it@customer.com\n        Description: AWS-SES-Template\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-Template\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-Template\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-Template-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-Template\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-Subscription\n        Owner: central-it@customer.com\n        Description: AWS-SNS-Subscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-Subscription\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-Subscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-Subscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-Subscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-Topic\n        Owner: central-it@customer.com\n        Description: AWS-SNS-Topic\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-Topic\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-Topic\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-Topic-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-Topic\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-TopicPolicy\n        Owner: central-it@customer.com\n        Description: AWS-SNS-TopicPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-TopicPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-TopicPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-TopicPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-TopicPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SQS-Queue\n        Owner: central-it@customer.com\n        Description: AWS-SQS-Queue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SQS-Queue\n        Tags:\n          - Key: product-type\n            Value: AWS-SQS-Queue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SQS-Queue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SQS-Queue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SQS-QueuePolicy\n        Owner: central-it@customer.com\n        Description: AWS-SQS-QueuePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SQS-QueuePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SQS-QueuePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SQS-QueuePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SQS-QueuePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Association\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Association\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Association\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Association\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Association-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Association\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Document\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Document\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Document\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Document\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Document-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Document\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindow\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindow\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindow\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindow\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindow-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindow\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindowTarget\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindowTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindowTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindowTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindowTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindowTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindowTask\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindowTask\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindowTask\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindowTask\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindowTask-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindowTask\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Parameter\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Parameter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Parameter\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Parameter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Parameter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Parameter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-PatchBaseline\n        Owner: central-it@customer.com\n        Description: AWS-SSM-PatchBaseline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-PatchBaseline\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-PatchBaseline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-PatchBaseline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-PatchBaseline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-ResourceDataSync\n        Owner: central-it@customer.com\n        Description: AWS-SSM-ResourceDataSync\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-ResourceDataSync\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-ResourceDataSync\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-ResourceDataSync-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-ResourceDataSync\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-CodeRepository\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-CodeRepository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-CodeRepository\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-CodeRepository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-CodeRepository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-CodeRepository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Endpoint\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Endpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Endpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Endpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Endpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Endpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-EndpointConfig\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-EndpointConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-EndpointConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-EndpointConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-EndpointConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-EndpointConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Model\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-NotebookInstance\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-NotebookInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-NotebookInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-NotebookInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-NotebookInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-NotebookInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-NotebookInstanceLifecycleConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-NotebookInstanceLifecycleConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Workteam\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Workteam\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Workteam\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Workteam\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Workteam-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Workteam\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-ResourcePolicy\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-ResourcePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-ResourcePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-ResourcePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-ResourcePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-ResourcePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-RotationSchedule\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-RotationSchedule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-RotationSchedule\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-RotationSchedule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-RotationSchedule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-RotationSchedule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-Secret\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-Secret\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-Secret\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-Secret\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-Secret-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-Secret\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-SecretTargetAttachment\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-SecretTargetAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-SecretTargetAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-SecretTargetAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-SecretTargetAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-SecretTargetAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecurityHub-Hub\n        Owner: central-it@customer.com\n        Description: AWS-SecurityHub-Hub\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecurityHub-Hub\n        Tags:\n          - Key: product-type\n            Value: AWS-SecurityHub-Hub\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecurityHub-Hub-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecurityHub-Hub\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-AcceptedPortfolioShare\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-AcceptedPortfolioShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-AcceptedPortfolioShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-CloudFormationProduct\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-CloudFormationProduct\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-CloudFormationProduct\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-CloudFormationProduct\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-CloudFormationProduct-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-CloudFormationProduct\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-CloudFormationProvisionedProduct-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchNotificationConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchNotificationConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchNotificationConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchRoleConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchRoleConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchRoleConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchRoleConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchRoleConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchRoleConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchTemplateConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchTemplateConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchTemplateConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-Portfolio\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-Portfolio\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-Portfolio\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-Portfolio\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-Portfolio-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-Portfolio\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioPrincipalAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioProductAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioProductAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioProductAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioProductAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioProductAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioProductAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioShare\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioShare\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-ResourceUpdateConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-ResourceUpdateConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-ResourceUpdateConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-StackSetConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-StackSetConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-StackSetConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-StackSetConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-StackSetConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-StackSetConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-TagOption\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-TagOption\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-TagOption\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-TagOption\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-TagOption-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-TagOption\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-TagOptionAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-TagOptionAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-TagOptionAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-TagOptionAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-TagOptionAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-TagOptionAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-HttpNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-HttpNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-HttpNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-HttpNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-HttpNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-HttpNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-Instance\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-PrivateDnsNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-PrivateDnsNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-PrivateDnsNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-PublicDnsNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-PublicDnsNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-PublicDnsNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-PublicDnsNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-PublicDnsNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-PublicDnsNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-Service\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-Service\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-Service\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-Service\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-Service-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-Service\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-StepFunctions-Activity\n        Owner: central-it@customer.com\n        Description: AWS-StepFunctions-Activity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-StepFunctions-Activity\n        Tags:\n          - Key: product-type\n            Value: AWS-StepFunctions-Activity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-StepFunctions-Activity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-StepFunctions-Activity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-StepFunctions-StateMachine\n        Owner: central-it@customer.com\n        Description: AWS-StepFunctions-StateMachine\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-StepFunctions-StateMachine\n        Tags:\n          - Key: product-type\n            Value: AWS-StepFunctions-StateMachine\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-StepFunctions-StateMachine-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-StepFunctions-StateMachine\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Synthetics-Canary\n        Owner: central-it@customer.com\n        Description: AWS-Synthetics-Canary\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Synthetics-Canary\n        Tags:\n          - Key: product-type\n            Value: AWS-Synthetics-Canary\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Synthetics-Canary-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Synthetics-Canary\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Transfer-Server\n        Owner: central-it@customer.com\n        Description: AWS-Transfer-Server\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Transfer-Server\n        Tags:\n          - Key: product-type\n            Value: AWS-Transfer-Server\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Transfer-Server-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Transfer-Server\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Transfer-User\n        Owner: central-it@customer.com\n        Description: AWS-Transfer-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Transfer-User\n        Tags:\n          - Key: product-type\n            Value: AWS-Transfer-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Transfer-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Transfer-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-ByteMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-ByteMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-ByteMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-ByteMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-ByteMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-ByteMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-Rule\n        Owner: central-it@customer.com\n        Description: AWS-WAF-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-SizeConstraintSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-SizeConstraintSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-SizeConstraintSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-SizeConstraintSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-SizeConstraintSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-SizeConstraintSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-SqlInjectionMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-SqlInjectionMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-SqlInjectionMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-SqlInjectionMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-SqlInjectionMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-SqlInjectionMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAF-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-XssMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-XssMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-XssMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-XssMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-XssMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-XssMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-ByteMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-ByteMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-ByteMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-ByteMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-ByteMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-ByteMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-GeoMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-GeoMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-GeoMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-GeoMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-GeoMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-GeoMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-RateBasedRule\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-RateBasedRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-RateBasedRule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-RateBasedRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-RateBasedRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-RateBasedRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-RegexPatternSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-RegexPatternSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-RegexPatternSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-RegexPatternSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-RegexPatternSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-RegexPatternSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-Rule\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-SizeConstraintSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-SizeConstraintSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-SizeConstraintSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-SizeConstraintSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-SizeConstraintSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-SizeConstraintSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-SqlInjectionMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-SqlInjectionMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-SqlInjectionMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-SqlInjectionMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-SqlInjectionMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-SqlInjectionMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-WebACLAssociation\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-WebACLAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-WebACLAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-WebACLAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-WebACLAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-WebACLAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-XssMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-XssMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-XssMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-XssMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-XssMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-XssMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-RegexPatternSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-RegexPatternSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-RegexPatternSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-RegexPatternSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-RegexPatternSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-RegexPatternSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-RuleGroup\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-RuleGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-RuleGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-RuleGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-RuleGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-RuleGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-WebACLAssociation\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-WebACLAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-WebACLAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-WebACLAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-WebACLAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-WebACLAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WorkSpaces-Workspace\n        Owner: central-it@customer.com\n        Description: AWS-WorkSpaces-Workspace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WorkSpaces-Workspace\n        Tags:\n          - Key: product-type\n            Value: AWS-WorkSpaces-Workspace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WorkSpaces-Workspace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WorkSpaces-Workspace\n                BranchName: 16.1.0\n      \n\n      - Name: Alexa-ASK-Skill\n        Owner: central-it@customer.com\n        Description: Alexa-ASK-Skill\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/Alexa-ASK-Skill\n        Tags:\n          - Key: product-type\n            Value: Alexa-ASK-Skill\n        Versions:\n          - Name: 16.1.0\n            Description: Alexa-ASK-Skill-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: Alexa-ASK-Skill\n                BranchName: 16.1.0\n      \n\n      - Name: portfolio.yaml\n        Owner: central-it@customer.com\n        Description: portfolio.yaml\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/portfolio.yaml\n        Tags:\n          - Key: product-type\n            Value: portfolio.yaml\n        Versions:\n          - Name: output/include-optional/portfolio.yaml\n            Description: portfolio.yaml-output/include-optional/portfolio.yaml\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: portfolio.yaml\n                BranchName: output/include-optional/portfolio.yaml\n      \n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  Validity:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-validity\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity: !Ref 'Validity'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  Validity:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-validity\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity: !Ref 'Validity'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificateauthorityarn\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-certificatesigningrequest\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html#cfn-acmpca-certificate-signingalgorithm\n  ValidityValue:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-value\n  ValidityType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-validity.html#cfn-acmpca-certificate-validity-type\nResources:\n  Resource:\n    Type: AWS::ACMPCA::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Validity:\n        Value: !Ref 'ValidityValue'\n        Type: !Ref 'ValidityType'\nOutputs:\n  Certificate:\n    Value:\n      GetAtt:\n        - Resource\n        - Certificate\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  Subject:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-subject\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\n  Subject:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-subject\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthority/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-type\n  KeyAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-keyalgorithm\n  SigningAlgorithm:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html#cfn-acmpca-certificateauthority-signingalgorithm\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthority\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html\n    Properties:\n      Type: !Ref 'Type'\n      KeyAlgorithm: !Ref 'KeyAlgorithm'\n      SigningAlgorithm: !Ref 'SigningAlgorithm'\n      Subject: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateSigningRequest:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateSigningRequest\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ACMPCA-CertificateAuthorityActivation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\nParameters:\n  CertificateAuthorityArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificateauthorityarn\n  Certificate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html#cfn-acmpca-certificateauthorityactivation-certificate\nResources:\n  Resource:\n    Type: AWS::ACMPCA::CertificateAuthorityActivation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html\n    Properties:\n      CertificateAuthorityArn: !Ref 'CertificateAuthorityArn'\n      Certificate: !Ref 'Certificate'\nOutputs:\n  CompleteCertificateChain:\n    Value:\n      GetAtt:\n        - Resource\n        - CompleteCertificateChain\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AccessAnalyzer-Analyzer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-type\nResources:\n  Resource:\n    Type: AWS::AccessAnalyzer::Analyzer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html\n    Properties:\n      Type: !Ref 'Type'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Broker/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion\n  HostInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype\n  AutoMinorVersionUpgrade:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade\n    AllowedValues:\n      - 'true'\n      - 'false'\n  BrokerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername\n  DeploymentMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype\n  PubliclyAccessible:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Broker\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      HostInstanceType: !Ref 'HostInstanceType'\n      AutoMinorVersionUpgrade: !Ref 'AutoMinorVersionUpgrade'\n      BrokerName: !Ref 'BrokerName'\n      DeploymentMode: !Ref 'DeploymentMode'\n      EngineType: !Ref 'EngineType'\n      PubliclyAccessible: !Ref 'PubliclyAccessible'\nOutputs:\n  IpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddresses\n  OpenWireEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - OpenWireEndpoints\n  ConfigurationRevision:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationRevision\n  StompEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - StompEndpoints\n  MqttEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - MqttEndpoints\n  AmqpEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - AmqpEndpoints\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ConfigurationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationId\n  WssEndpoints:\n    Value:\n      GetAtt:\n        - Resource\n        - WssEndpoints\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-Configuration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\nParameters:\n  EngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion\n  EngineType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-enginetype\n  Data:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-data\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-name\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::Configuration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html\n    Properties:\n      EngineVersion: !Ref 'EngineVersion'\n      EngineType: !Ref 'EngineType'\n      Data: !Ref 'Data'\n      Name: !Ref 'Name'\nOutputs:\n  Revision:\n    Value:\n      GetAtt:\n        - Resource\n        - Revision\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AmazonMQ-ConfigurationAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\nParameters:\n  Broker:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#cfn-amazonmq-configurationassociation-broker\n  ConfigurationIdRevision:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision\n  ConfigurationIdId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-id\nResources:\n  Resource:\n    Type: AWS::AmazonMQ::ConfigurationAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html\n    Properties:\n      Broker: !Ref 'Broker'\n      Configuration:\n        Revision: !Ref 'ConfigurationIdRevision'\n        Id: !Ref 'ConfigurationIdId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name\nResources:\n  Resource:\n    Type: AWS::Amplify::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AppId:\n    Value:\n      GetAtt:\n        - Resource\n        - AppId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DefaultDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultDomain\n  AppName:\n    Value:\n      GetAtt:\n        - Resource\n        - AppName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Branch/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid\n  BranchName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname\nResources:\n  Resource:\n    Type: AWS::Amplify::Branch\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html\n    Properties:\n      AppId: !Ref 'AppId'\n      BranchName: !Ref 'BranchName'\nOutputs:\n  BranchName:\n    Value:\n      GetAtt:\n        - Resource\n        - BranchName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Amplify-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\nParameters:\n  AppId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname\nResources:\n  Resource:\n    Type: AWS::Amplify::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html\n    Properties:\n      AppId: !Ref 'AppId'\n      DomainName: !Ref 'DomainName'\nOutputs:\n  AutoSubDomainIAMRole:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainIAMRole\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  StatusReason:\n    Value:\n      GetAtt:\n        - Resource\n        - StatusReason\n  EnableAutoSubDomain:\n    Value:\n      GetAtt:\n        - Resource\n        - EnableAutoSubDomain\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainStatus\n  AutoSubDomainCreationPatterns:\n    Value:\n      GetAtt:\n        - Resource\n        - AutoSubDomainCreationPatterns\n  CertificateRecord:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateRecord\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Account/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Account\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ApiKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Authorizer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-BasePathMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::BasePathMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-ClientCertificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::ClientCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationPart/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\nParameters:\n  Properties:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-properties\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html#cfn-apigateway-documentationpart-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationPart\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html\n    Properties:\n      Location: {}\n      Properties: !Ref 'Properties'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DocumentationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\nParameters:\n  DocumentationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-documentationversion\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html#cfn-apigateway-documentationversion-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DocumentationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationversion.html\n    Properties:\n      DocumentationVersion: !Ref 'DocumentationVersion'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-DomainName/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGateway::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  DistributionDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionDomainName\n  DistributionHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - DistributionHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-GatewayResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\nParameters:\n  ResponseType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::GatewayResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html\n    Properties:\n      ResponseType: !Ref 'ResponseType'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Method/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\nParameters:\n  HttpMethod:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Method\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html\n    Properties:\n      HttpMethod: !Ref 'HttpMethod'\n      ResourceId: !Ref 'ResourceId'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html#cfn-apigateway-model-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RequestValidator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html#cfn-apigateway-requestvalidator-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RequestValidator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Resource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\nParameters:\n  ParentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-parentid\n  PathPart:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-pathpart\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html#cfn-apigateway-resource-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html\n    Properties:\n      ParentId: !Ref 'ParentId'\n      PathPart: !Ref 'PathPart'\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-RestApi/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::RestApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html\nOutputs:\n  RootResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - RootResourceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-Stage/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\nParameters:\n  RestApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\n    Properties:\n      RestApiId: !Ref 'RestApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-UsagePlanKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\nParameters:\n  KeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid\n  KeyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype\n  UsagePlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid\nResources:\n  Resource:\n    Type: AWS::ApiGateway::UsagePlanKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html\n    Properties:\n      KeyId: !Ref 'KeyId'\n      KeyType: !Ref 'KeyType'\n      UsagePlanId: !Ref 'UsagePlanId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGateway-VpcLink/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name\nResources:\n  Resource:\n    Type: AWS::ApiGateway::VpcLink\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Api/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Api\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-ApiMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname\n  Stage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::ApiMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      Stage: !Ref 'Stage'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Authorizer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\nParameters:\n  AuthorizerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-authorizertype\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Authorizer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html\n    Properties:\n      AuthorizerType: !Ref 'AuthorizerType'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-DomainName/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::DomainName\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html\n    Properties:\n      DomainName: !Ref 'DomainName'\nOutputs:\n  RegionalHostedZoneId:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalHostedZoneId\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Integration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-apiid\n  IntegrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationtype\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Integration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n      IntegrationType: !Ref 'IntegrationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-IntegrationResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\nParameters:\n  IntegrationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid\n  IntegrationResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::IntegrationResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html\n    Properties:\n      IntegrationId: !Ref 'IntegrationId'\n      IntegrationResponseKey: !Ref 'IntegrationResponseKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\nParameters:\n  Schema:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html\n    Properties:\n      Schema: !Ref 'Schema'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\nParameters:\n  RouteKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html\n    Properties:\n      RouteKey: !Ref 'RouteKey'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-RouteResponse/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\nParameters:\n  RouteResponseKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey\n  RouteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::RouteResponse\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html\n    Properties:\n      RouteResponseKey: !Ref 'RouteResponseKey'\n      RouteId: !Ref 'RouteId'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApiGatewayV2-Stage/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\nParameters:\n  StageName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid\nResources:\n  Resource:\n    Type: AWS::ApiGatewayV2::Stage\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html\n    Properties:\n      StageName: !Ref 'StageName'\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html#cfn-appconfig-application-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-ConfigurationProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\nParameters:\n  LocationUri:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-locationuri\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::ConfigurationProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html\n    Properties:\n      LocationUri: !Ref 'LocationUri'\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Deployment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Deployment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Deployment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\nParameters:\n  DeploymentStrategyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-deploymentstrategyid\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationprofileid\n  EnvironmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-environmentid\n  ConfigurationVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-configurationversion\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html#cfn-appconfig-deployment-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::Deployment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html\n    Properties:\n      DeploymentStrategyId: !Ref 'DeploymentStrategyId'\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      EnvironmentId: !Ref 'EnvironmentId'\n      ConfigurationVersion: !Ref 'ConfigurationVersion'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-DeploymentStrategy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\nParameters:\n  ReplicateTo:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto\n  DeploymentDurationInMinutes:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes\n  GrowthFactor:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::DeploymentStrategy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html\n    Properties:\n      ReplicateTo: !Ref 'ReplicateTo'\n      DeploymentDurationInMinutes: !Ref 'DeploymentDurationInMinutes'\n      GrowthFactor: !Ref 'GrowthFactor'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Environment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Environment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-Environment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-name\nResources:\n  Resource:\n    Type: AWS::AppConfig::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppConfig-HostedConfigurationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\nParameters:\n  ConfigurationProfileId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-configurationprofileid\n  ContentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-contenttype\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-content\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html#cfn-appconfig-hostedconfigurationversion-applicationid\nResources:\n  Resource:\n    Type: AWS::AppConfig::HostedConfigurationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html\n    Properties:\n      ConfigurationProfileId: !Ref 'ConfigurationProfileId'\n      ContentType: !Ref 'ContentType'\n      Content: !Ref 'Content'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Mesh/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html#cfn-appmesh-mesh-meshname\nResources:\n  Resource:\n    Type: AWS::AppMesh::Mesh\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html\n    Properties:\n      MeshName: !Ref 'MeshName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-virtualroutername\n  RouteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html#cfn-appmesh-route-routename\nResources:\n  Resource:\n    Type: AWS::AppMesh::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-route.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      RouteName: !Ref 'RouteName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  RouteName:\n    Value:\n      GetAtt:\n        - Resource\n        - RouteName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualNode/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-meshname\n  VirtualNodeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html#cfn-appmesh-virtualnode-virtualnodename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualNode\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      Spec: {}\n      VirtualNodeName: !Ref 'VirtualNodeName'\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  VirtualNodeName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualNodeName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualRouter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-meshname\n  VirtualRouterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html#cfn-appmesh-virtualrouter-virtualroutername\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualRouter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualrouter.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualRouterName: !Ref 'VirtualRouterName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  VirtualRouterName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualRouterName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppMesh-VirtualService/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\nParameters:\n  MeshName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-meshname\n  VirtualServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html#cfn-appmesh-virtualservice-virtualservicename\nResources:\n  Resource:\n    Type: AWS::AppMesh::VirtualService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualservice.html\n    Properties:\n      MeshName: !Ref 'MeshName'\n      VirtualServiceName: !Ref 'VirtualServiceName'\n      Spec: {}\nOutputs:\n  Uid:\n    Value:\n      GetAtt:\n        - Resource\n        - Uid\n  MeshName:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshName\n  MeshOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - MeshOwner\n  ResourceOwner:\n    Value:\n      GetAtt:\n        - Resource\n        - ResourceOwner\n  VirtualServiceName:\n    Value:\n      GetAtt:\n        - Resource\n        - VirtualServiceName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-DirectoryConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\nParameters:\n  ServiceAccountCredentialsAccountName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountname\n  ServiceAccountCredentialsAccountPassword:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html#cfn-appstream-directoryconfig-serviceaccountcredentials-accountpassword\n  DirectoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname\nResources:\n  Resource:\n    Type: AWS::AppStream::DirectoryConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html\n    Properties:\n      ServiceAccountCredentials:\n        AccountName: !Ref 'ServiceAccountCredentialsAccountName'\n        AccountPassword: !Ref 'ServiceAccountCredentialsAccountPassword'\n      DirectoryName: !Ref 'DirectoryName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\nParameters:\n  ComputeCapacityDesiredInstances:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-computecapacity.html#cfn-appstream-fleet-computecapacity-desiredinstances\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-name\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-instancetype\nResources:\n  Resource:\n    Type: AWS::AppStream::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html\n    Properties:\n      ComputeCapacity:\n        DesiredInstances: !Ref 'ComputeCapacityDesiredInstances'\n      Name: !Ref 'Name'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-ImageBuilder/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-name\nResources:\n  Resource:\n    Type: AWS::AppStream::ImageBuilder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      Name: !Ref 'Name'\nOutputs:\n  StreamingUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamingUrl\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\nResources:\n  Resource:\n    Type: AWS::AppStream::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackFleetAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\nParameters:\n  FleetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-fleetname\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html#cfn-appstream-stackfleetassociation-stackname\nResources:\n  Resource:\n    Type: AWS::AppStream::StackFleetAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackfleetassociation.html\n    Properties:\n      FleetName: !Ref 'FleetName'\n      StackName: !Ref 'StackName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-StackUserAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username\n  StackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::StackUserAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html\n    Properties:\n      UserName: !Ref 'UserName'\n      StackName: !Ref 'StackName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppStream-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-username\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html#cfn-appstream-user-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppStream::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html\n    Properties:\n      UserName: !Ref 'UserName'\n      AuthenticationType: !Ref 'AuthenticationType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiCache/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apiid\n  ApiCachingBehavior:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior\n  Ttl:\n    Type: Double\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-ttl\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiCache\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      ApiCachingBehavior: !Ref 'ApiCachingBehavior'\n      Ttl: !Ref 'Ttl'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-ApiKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::ApiKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html\n    Properties:\n      ApiId: !Ref 'ApiId'\nOutputs:\n  ApiKey:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiKey\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-DataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name\nResources:\n  Resource:\n    Type: AWS::AppSync::DataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html\n    Properties:\n      Type: !Ref 'Type'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  DataSourceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-FunctionConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\nParameters:\n  DataSourceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::AppSync::FunctionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html\n    Properties:\n      DataSourceName: !Ref 'DataSourceName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      ApiId: !Ref 'ApiId'\n      Name: !Ref 'Name'\nOutputs:\n  FunctionId:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionId\n  FunctionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - FunctionArn\n  DataSourceName:\n    Value:\n      GetAtt:\n        - Resource\n        - DataSourceName\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLApi/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name\n  AuthenticationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLApi\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html\n    Properties:\n      Name: !Ref 'Name'\n      AuthenticationType: !Ref 'AuthenticationType'\nOutputs:\n  GraphQLUrl:\n    Value:\n      GetAtt:\n        - Resource\n        - GraphQLUrl\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ApiId:\n    Value:\n      GetAtt:\n        - Resource\n        - ApiId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-GraphQLSchema/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\nParameters:\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid\nResources:\n  Resource:\n    Type: AWS::AppSync::GraphQLSchema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html\n    Properties:\n      ApiId: !Ref 'ApiId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AppSync-Resolver/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\nParameters:\n  TypeName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename\n  ApiId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid\n  FieldName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname\nResources:\n  Resource:\n    Type: AWS::AppSync::Resolver\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html\n    Properties:\n      TypeName: !Ref 'TypeName'\n      ApiId: !Ref 'ApiId'\n      FieldName: !Ref 'FieldName'\nOutputs:\n  TypeName:\n    Value:\n      GetAtt:\n        - Resource\n        - TypeName\n  ResolverArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverArn\n  FieldName:\n    Value:\n      GetAtt:\n        - Resource\n        - FieldName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalableTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\nParameters:\n  MaxCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-maxcapacity\n  MinCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-mincapacity\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-resourceid\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-rolearn\n  ScalableDimension:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-scalabledimension\n  ServiceNamespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalableTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html\n    Properties:\n      MaxCapacity: !Ref 'MaxCapacity'\n      MinCapacity: !Ref 'MinCapacity'\n      ResourceId: !Ref 'ResourceId'\n      RoleARN: !Ref 'RoleARN'\n      ScalableDimension: !Ref 'ScalableDimension'\n      ServiceNamespace: !Ref 'ServiceNamespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ApplicationAutoScaling-ScalingPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname\n  PolicyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype\nResources:\n  Resource:\n    Type: AWS::ApplicationAutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      PolicyType: !Ref 'PolicyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-DataCatalog/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-type\nResources:\n  Resource:\n    Type: AWS::Athena::DataCatalog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-NamedQuery/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\nParameters:\n  Database:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database\n  QueryString:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring\nResources:\n  Resource:\n    Type: AWS::Athena::NamedQuery\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html\n    Properties:\n      Database: !Ref 'Database'\n      QueryString: !Ref 'QueryString'\nOutputs:\n  NamedQueryId:\n    Value:\n      GetAtt:\n        - Resource\n        - NamedQueryId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Athena-WorkGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html#cfn-athena-workgroup-name\nResources:\n  Resource:\n    Type: AWS::Athena::WorkGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-workgroup.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  CreationTime:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTime\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-AutoScalingGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\nParameters:\n  MaxSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-maxsize\n  MinSize:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-minsize\nResources:\n  Resource:\n    Type: AWS::AutoScaling::AutoScalingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html\n    Properties:\n      MaxSize: !Ref 'MaxSize'\n      MinSize: !Ref 'MinSize'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LaunchConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\nParameters:\n  ImageId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-imageid\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html#cfn-as-launchconfig-instancetype\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LaunchConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html\n    Properties:\n      ImageId: !Ref 'ImageId'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-LifecycleHook/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-autoscalinggroupname\n  LifecycleTransition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html#cfn-as-lifecyclehook-lifecycletransition\nResources:\n  Resource:\n    Type: AWS::AutoScaling::LifecycleHook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n      LifecycleTransition: !Ref 'LifecycleTransition'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScalingPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScalingPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScaling-ScheduledAction/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\nParameters:\n  AutoScalingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html#cfn-as-scheduledaction-asgname\nResources:\n  Resource:\n    Type: AWS::AutoScaling::ScheduledAction\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html\n    Properties:\n      AutoScalingGroupName: !Ref 'AutoScalingGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-AutoScalingPlans-ScalingPlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\nResources:\n  Resource:\n    Type: AWS::AutoScalingPlans::ScalingPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html\n    Properties:\n      ApplicationSource: {}\nOutputs:\n  ScalingPlanName:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanName\n  ScalingPlanVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - ScalingPlanVersion\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupPlan/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\nParameters:\n  BackupPlanResourceTypeBackupPlanName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupPlan\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html\n    Properties:\n      BackupPlan:\n        BackupPlanName: !Ref 'BackupPlanResourceTypeBackupPlanName'\nOutputs:\n  VersionId:\n    Value:\n      GetAtt:\n        - Resource\n        - VersionId\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  BackupPlanArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupSelection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\nParameters:\n  BackupSelectionResourceTypeSelectionName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-selectionname\n  BackupSelectionResourceTypeIamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupselection-backupselectionresourcetype.html#cfn-backup-backupselection-backupselectionresourcetype-iamrolearn\n  BackupPlanId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html#cfn-backup-backupselection-backupplanid\nResources:\n  Resource:\n    Type: AWS::Backup::BackupSelection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupselection.html\n    Properties:\n      BackupSelection:\n        SelectionName: !Ref 'BackupSelectionResourceTypeSelectionName'\n        IamRoleArn: !Ref 'BackupSelectionResourceTypeIamRoleArn'\n      BackupPlanId: !Ref 'BackupPlanId'\nOutputs:\n  BackupPlanId:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupPlanId\n  SelectionId:\n    Value:\n      GetAtt:\n        - Resource\n        - SelectionId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Backup-BackupVault/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\nParameters:\n  BackupVaultName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaultname\nResources:\n  Resource:\n    Type: AWS::Backup::BackupVault\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html\n    Properties:\n      BackupVaultName: !Ref 'BackupVaultName'\nOutputs:\n  BackupVaultName:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultName\n  BackupVaultArn:\n    Value:\n      GetAtt:\n        - Resource\n        - BackupVaultArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-ComputeEnvironment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole\nResources:\n  Resource:\n    Type: AWS::Batch::ComputeEnvironment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html\n    Properties:\n      Type: !Ref 'Type'\n      ServiceRole: !Ref 'ServiceRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type\nResources:\n  Resource:\n    Type: AWS::Batch::JobDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Batch-JobQueue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\nParameters:\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority\nResources:\n  Resource:\n    Type: AWS::Batch::JobQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html\n    Properties:\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Budgets-Budget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\nParameters:\n  BudgetDataTimeUnit:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit\n  BudgetDataBudgetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype\nResources:\n  Resource:\n    Type: AWS::Budgets::Budget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html\n    Properties:\n      Budget:\n        TimeUnit: !Ref 'BudgetDataTimeUnit'\n        BudgetType: !Ref 'BudgetDataBudgetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CE-CostCategory/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-name\n  RuleVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-ruleversion\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html#cfn-ce-costcategory-rules\nResources:\n  Resource:\n    Type: AWS::CE::CostCategory\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html\n    Properties:\n      Name: !Ref 'Name'\n      RuleVersion: !Ref 'RuleVersion'\n      Rules: !Ref 'Rules'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  EffectiveStart:\n    Value:\n      GetAtt:\n        - Resource\n        - EffectiveStart\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Keyspace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\nResources:\n  Resource:\n    Type: AWS::Cassandra::Keyspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cassandra-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\nParameters:\n  KeyspaceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename\nResources:\n  Resource:\n    Type: AWS::Cassandra::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html\n    Properties:\n      KeyspaceName: !Ref 'KeyspaceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CertificateManager-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-domainname\nResources:\n  Resource:\n    Type: AWS::CertificateManager::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Chatbot-SlackChannelConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\nParameters:\n  SlackWorkspaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackworkspaceid\n  SlackChannelId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid\n  ConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-configurationname\n  IamRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-iamrolearn\nResources:\n  Resource:\n    Type: AWS::Chatbot::SlackChannelConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html\n    Properties:\n      SlackWorkspaceId: !Ref 'SlackWorkspaceId'\n      SlackChannelId: !Ref 'SlackChannelId'\n      ConfigurationName: !Ref 'ConfigurationName'\n      IamRoleArn: !Ref 'IamRoleArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cloud9-EnvironmentEC2/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype\nResources:\n  Resource:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-CustomResource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\nParameters:\n  ServiceToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken\nResources:\n  Resource:\n    Type: AWS::CloudFormation::CustomResource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html\n    Properties:\n      ServiceToken: !Ref 'ServiceToken'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Macro/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Macro\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\nParameters:\n  TemplateURL:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl\nResources:\n  Resource:\n    Type: AWS::CloudFormation::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html\n    Properties:\n      TemplateURL: !Ref 'TemplateURL'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitCondition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitCondition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html\nOutputs:\n  Data:\n    Value:\n      GetAtt:\n        - Resource\n        - Data\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFormation-WaitConditionHandle/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\nResources:\n  Resource:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-CloudFrontOriginAccessIdentity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\nParameters:\n  CloudFrontOriginAccessIdentityConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment\nResources:\n  Resource:\n    Type: AWS::CloudFront::CloudFrontOriginAccessIdentity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html\n    Properties:\n      CloudFrontOriginAccessIdentityConfig:\n        Comment: !Ref 'CloudFrontOriginAccessIdentityConfigComment'\nOutputs:\n  S3CanonicalUserId:\n    Value:\n      GetAtt:\n        - Resource\n        - S3CanonicalUserId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-Distribution/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\nParameters:\n  DistributionConfigEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::Distribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html\n    Properties:\n      DistributionConfig:\n        Enabled: !Ref 'DistributionConfigEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudFront-StreamingDistribution/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\nParameters:\n  StreamingDistributionConfigComment:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment\n  StreamingDistributionConfigS3OriginDomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-domainname\n  StreamingDistributionConfigS3OriginOriginAccessIdentity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-s3origin.html#cfn-cloudfront-streamingdistribution-s3origin-originaccessidentity\n  StreamingDistributionConfigEnabled:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  StreamingDistributionConfigTrustedSignersEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html#cfn-cloudfront-streamingdistribution-trustedsigners-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::CloudFront::StreamingDistribution\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html\n    Properties:\n      StreamingDistributionConfig:\n        Comment: !Ref 'StreamingDistributionConfigComment'\n        S3Origin:\n          DomainName: !Ref 'StreamingDistributionConfigS3OriginDomainName'\n          OriginAccessIdentity: !Ref 'StreamingDistributionConfigS3OriginOriginAccessIdentity'\n        Enabled: !Ref 'StreamingDistributionConfigEnabled'\n        TrustedSigners:\n          Enabled: !Ref 'StreamingDistributionConfigTrustedSignersEnabled'\nOutputs:\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudTrail-Trail/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\nParameters:\n  IsLogging:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-islogging\n    AllowedValues:\n      - 'true'\n      - 'false'\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html#cfn-cloudtrail-trail-s3bucketname\nResources:\n  Resource:\n    Type: AWS::CloudTrail::Trail\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html\n    Properties:\n      IsLogging: !Ref 'IsLogging'\n      S3BucketName: !Ref 'S3BucketName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  SnsTopicArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SnsTopicArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Alarm/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\nParameters:\n  ComparisonOperator:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-comparisonoperator\n  EvaluationPeriods:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-evaluationperiods\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Alarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\n    Properties:\n      ComparisonOperator: !Ref 'ComparisonOperator'\n      EvaluationPeriods: !Ref 'EvaluationPeriods'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-AnomalyDetector/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-metricname\n  Stat:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-stat\n  Namespace:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html#cfn-cloudwatch-anomalydetector-namespace\nResources:\n  Resource:\n    Type: AWS::CloudWatch::AnomalyDetector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-anomalydetector.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Stat: !Ref 'Stat'\n      Namespace: !Ref 'Namespace'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-CompositeAlarm/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\nParameters:\n  AlarmName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname\n  AlarmRule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmrule\nResources:\n  Resource:\n    Type: AWS::CloudWatch::CompositeAlarm\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\n    Properties:\n      AlarmName: !Ref 'AlarmName'\n      AlarmRule: !Ref 'AlarmRule'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-Dashboard/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\nParameters:\n  DashboardBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody\nResources:\n  Resource:\n    Type: AWS::CloudWatch::Dashboard\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html\n    Properties:\n      DashboardBody: !Ref 'DashboardBody'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CloudWatch-InsightRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\nParameters:\n  RuleState:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate\n  RuleBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody\n  RuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename\nResources:\n  Resource:\n    Type: AWS::CloudWatch::InsightRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html\n    Properties:\n      RuleState: !Ref 'RuleState'\n      RuleBody: !Ref 'RuleBody'\n      RuleName: !Ref 'RuleName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RuleName:\n    Value:\n      GetAtt:\n        - Resource\n        - RuleName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-Project/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\nParameters:\n  SourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-type\n  ArtifactsType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-artifacts.html#cfn-codebuild-project-artifacts-type\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole\n  EnvironmentType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-type\n  EnvironmentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-image\n  EnvironmentComputeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html#cfn-codebuild-project-environment-computetype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html\n    Properties:\n      Source:\n        Type: !Ref 'SourceType'\n      Artifacts:\n        Type: !Ref 'ArtifactsType'\n      ServiceRole: !Ref 'ServiceRole'\n      Environment:\n        Type: !Ref 'EnvironmentType'\n        Image: !Ref 'EnvironmentImage'\n        ComputeType: !Ref 'EnvironmentComputeType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-ReportGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html#cfn-codebuild-reportgroup-type\n  ReportExportConfigExportConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-reportgroup-reportexportconfig.html#cfn-codebuild-reportgroup-reportexportconfig-exportconfigtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::ReportGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-reportgroup.html\n    Properties:\n      Type: !Ref 'Type'\n      ExportConfig:\n        ExportConfigType: !Ref 'ReportExportConfigExportConfigType'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeBuild-SourceCredential/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\nParameters:\n  ServerType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-servertype\n  Token:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token\n  AuthType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype\nResources:\n  Resource:\n    Type: AWS::CodeBuild::SourceCredential\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html\n    Properties:\n      ServerType: !Ref 'ServerType'\n      Token: !Ref 'Token'\n      AuthType: !Ref 'AuthType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeCommit-Repository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeCommit-Repository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeCommit-Repository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeCommit-Repository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname\nResources:\n  Resource:\n    Type: AWS::CodeCommit::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\nOutputs:\n  CloneUrlHttp:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlHttp\n  CloneUrlSsh:\n    Value:\n      GetAtt:\n        - Resource\n        - CloneUrlSsh\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeDeploy-DeploymentGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-applicationname\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html#cfn-codedeploy-deploymentgroup-servicerolearn\nResources:\n  Resource:\n    Type: AWS::CodeDeploy::DeploymentGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentgroup.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeGuruProfiler-ProfilingGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\nParameters:\n  ProfilingGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html#cfn-codeguruprofiler-profilinggroup-profilinggroupname\nResources:\n  Resource:\n    Type: AWS::CodeGuruProfiler::ProfilingGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeguruprofiler-profilinggroup.html\n    Properties:\n      ProfilingGroupName: !Ref 'ProfilingGroupName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-CustomActionType/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\nParameters:\n  Category:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-category\n  ArtifactDetailsMaximumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount\n  ArtifactDetailsMinimumCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount\n  Provider:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-provider\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version\nResources:\n  Resource:\n    Type: AWS::CodePipeline::CustomActionType\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html\n    Properties:\n      Category: !Ref 'Category'\n      InputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      OutputArtifactDetails:\n        MaximumCount: !Ref 'ArtifactDetailsMaximumCount'\n        MinimumCount: !Ref 'ArtifactDetailsMinimumCount'\n      Provider: !Ref 'Provider'\n      Version: !Ref 'Version'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-rolearn\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodePipeline-Webhook/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\nParameters:\n  Authentication:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication\n  TargetPipeline:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline\n  TargetAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction\n  TargetPipelineVersion:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion\nResources:\n  Resource:\n    Type: AWS::CodePipeline::Webhook\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html\n    Properties:\n      AuthenticationConfiguration: {}\n      Authentication: !Ref 'Authentication'\n      TargetPipeline: !Ref 'TargetPipeline'\n      TargetAction: !Ref 'TargetAction'\n      TargetPipelineVersion: !Ref 'TargetPipelineVersion'\nOutputs:\n  Url:\n    Value:\n      GetAtt:\n        - Resource\n        - Url\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStar-GitHubRepository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\nParameters:\n  RepositoryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname\n  RepositoryAccessToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken\n  RepositoryOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner\nResources:\n  Resource:\n    Type: AWS::CodeStar::GitHubRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html\n    Properties:\n      RepositoryName: !Ref 'RepositoryName'\n      RepositoryAccessToken: !Ref 'RepositoryAccessToken'\n      RepositoryOwner: !Ref 'RepositoryOwner'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarConnections-Connection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\nParameters:\n  ConnectionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-connectionname\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html#cfn-codestarconnections-connection-providertype\nResources:\n  Resource:\n    Type: AWS::CodeStarConnections::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-connection.html\n    Properties:\n      ConnectionName: !Ref 'ConnectionName'\n      ProviderType: !Ref 'ProviderType'\nOutputs:\n  ConnectionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionArn\n  ConnectionStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConnectionStatus\n  OwnerAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerAccountId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-CodeStarNotifications-NotificationRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\nParameters:\n  DetailType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-detailtype\n  Resource:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-resource\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html#cfn-codestarnotifications-notificationrule-name\nResources:\n  Resource:\n    Type: AWS::CodeStarNotifications::NotificationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html\n    Properties:\n      DetailType: !Ref 'DetailType'\n      Resource: !Ref 'Resource'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\nParameters:\n  AllowUnauthenticatedIdentities:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html#cfn-cognito-identitypool-allowunauthenticatedidentities\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html\n    Properties:\n      AllowUnauthenticatedIdentities: !Ref 'AllowUnauthenticatedIdentities'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-IdentityPoolRoleAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\nParameters:\n  IdentityPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html#cfn-cognito-identitypoolroleattachment-identitypoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::IdentityPoolRoleAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html\n    Properties:\n      IdentityPoolId: !Ref 'IdentityPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html\nOutputs:\n  ProviderName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderName\n  ProviderURL:\n    Value:\n      GetAtt:\n        - Resource\n        - ProviderURL\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolClient/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolClient\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\nOutputs:\n  ClientSecret:\n    Value:\n      GetAtt:\n        - Resource\n        - ClientSecret\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolDomain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid\n  Domain:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolDomain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Domain: !Ref 'Domain'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html#cfn-cognito-userpoolgroup-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolIdentityProvider/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid\n  ProviderType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolIdentityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      UserPoolId: !Ref 'UserPoolId'\n      ProviderType: !Ref 'ProviderType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolResourceServer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid\n  Identifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolResourceServer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      Identifier: !Ref 'Identifier'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolRiskConfigurationAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolRiskConfigurationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUICustomizationAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUICustomizationAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n      ClientId: !Ref 'ClientId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUser/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\nParameters:\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html#cfn-cognito-userpooluser-userpoolid\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUser\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html\n    Properties:\n      UserPoolId: !Ref 'UserPoolId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Cognito-UserPoolUserToGroupAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname\n  UserPoolId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-userpoolid\n  Username:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username\nResources:\n  Resource:\n    Type: AWS::Cognito::UserPoolUserToGroupAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n      UserPoolId: !Ref 'UserPoolId'\n      Username: !Ref 'Username'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-AggregationAuthorization/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\nParameters:\n  AuthorizedAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedaccountid\n  AuthorizedAwsRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html#cfn-config-aggregationauthorization-authorizedawsregion\nResources:\n  Resource:\n    Type: AWS::Config::AggregationAuthorization\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html\n    Properties:\n      AuthorizedAccountId: !Ref 'AuthorizedAccountId'\n      AuthorizedAwsRegion: !Ref 'AuthorizedAwsRegion'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\nParameters:\n  SourceOwner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner\n  SourceSourceIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-sourceidentifier\nResources:\n  Resource:\n    Type: AWS::Config::ConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html\n    Properties:\n      Source:\n        Owner: !Ref 'SourceOwner'\n        SourceIdentifier: !Ref 'SourceSourceIdentifier'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Compliance.Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Compliance.Type\n  ConfigRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigRuleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationAggregator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html#cfn-config-configurationaggregator-configurationaggregatorname\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationAggregator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html\n    Properties:\n      ConfigurationAggregatorName: !Ref 'ConfigurationAggregatorName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConfigurationRecorder/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\nParameters:\n  RoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html#cfn-config-configurationrecorder-rolearn\nResources:\n  Resource:\n    Type: AWS::Config::ConfigurationRecorder\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html\n    Properties:\n      RoleARN: !Ref 'RoleARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-ConformancePack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\nParameters:\n  ConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-conformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html#cfn-config-conformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::ConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html\n    Properties:\n      ConformancePackName: !Ref 'ConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-DeliveryChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\nParameters:\n  S3BucketName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html#cfn-config-deliverychannel-s3bucketname\nResources:\n  Resource:\n    Type: AWS::Config::DeliveryChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html\n    Properties:\n      S3BucketName: !Ref 'S3BucketName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConfigRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\nParameters:\n  OrganizationConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html#cfn-config-organizationconfigrule-organizationconfigrulename\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConfigRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html\n    Properties:\n      OrganizationConfigRuleName: !Ref 'OrganizationConfigRuleName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-OrganizationConformancePack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\nParameters:\n  OrganizationConformancePackName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-organizationconformancepackname\n  DeliveryS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html#cfn-config-organizationconformancepack-deliverys3bucket\nResources:\n  Resource:\n    Type: AWS::Config::OrganizationConformancePack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html\n    Properties:\n      OrganizationConformancePackName: !Ref 'OrganizationConformancePackName'\n      DeliveryS3Bucket: !Ref 'DeliveryS3Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Config-RemediationConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\nParameters:\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targettype\n  ConfigRuleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-configrulename\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html#cfn-config-remediationconfiguration-targetid\nResources:\n  Resource:\n    Type: AWS::Config::RemediationConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html\n    Properties:\n      TargetType: !Ref 'TargetType'\n      ConfigRuleName: !Ref 'ConfigRuleName'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\nParameters:\n  ReplicationFactor:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor\n  IAMRoleARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::DAX::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html\n    Properties:\n      ReplicationFactor: !Ref 'ReplicationFactor'\n      IAMRoleARN: !Ref 'IAMRoleARN'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  ClusterDiscoveryEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterDiscoveryEndpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-ParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-ParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-ParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-ParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-ParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-SubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-SubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-SubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-SubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DAX-SubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\nResources:\n  Resource:\n    Type: AWS::DAX::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DLM-LifecyclePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nResources:\n  Resource:\n    Type: AWS::DLM::LifecyclePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dlm-lifecyclepolicy.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\nResources:\n  Resource:\n    Type: AWS::DMS::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-certificate.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-Endpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-enginename\n  EndpointType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html#cfn-dms-endpoint-endpointtype\nResources:\n  Resource:\n    Type: AWS::DMS::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      EndpointType: !Ref 'EndpointType'\nOutputs:\n  ExternalId:\n    Value:\n      GetAtt:\n        - Resource\n        - ExternalId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-EventSubscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html#cfn-dms-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::DMS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\nParameters:\n  ReplicationInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-replicationinstanceclass\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html\n    Properties:\n      ReplicationInstanceClass: !Ref 'ReplicationInstanceClass'\nOutputs:\n  ReplicationInstancePublicIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePublicIpAddresses\n  ReplicationInstancePrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReplicationInstancePrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\nParameters:\n  ReplicationSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html\n    Properties:\n      ReplicationSubnetGroupDescription: !Ref 'ReplicationSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DMS-ReplicationTask/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\nParameters:\n  TableMappings:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-tablemappings\n  SourceEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-sourceendpointarn\n  MigrationType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-migrationtype\n  TargetEndpointArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn\n  ReplicationInstanceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-replicationinstancearn\nResources:\n  Resource:\n    Type: AWS::DMS::ReplicationTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html\n    Properties:\n      TableMappings: !Ref 'TableMappings'\n      SourceEndpointArn: !Ref 'SourceEndpointArn'\n      MigrationType: !Ref 'MigrationType'\n      TargetEndpointArn: !Ref 'TargetEndpointArn'\n      ReplicationInstanceArn: !Ref 'ReplicationInstanceArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DataPipeline-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html#cfn-datapipeline-pipeline-name\nResources:\n  Resource:\n    Type: AWS::DataPipeline::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datapipeline-pipeline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-Graph/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nResources:\n  Resource:\n    Type: AWS::Detective::Graph\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Detective-MemberInvitation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\nParameters:\n  GraphArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-grapharn\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberid\n  MemberEmailAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html#cfn-detective-memberinvitation-memberemailaddress\nResources:\n  Resource:\n    Type: AWS::Detective::MemberInvitation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html\n    Properties:\n      GraphArn: !Ref 'GraphArn'\n      MemberId: !Ref 'MemberId'\n      MemberEmailAddress: !Ref 'MemberEmailAddress'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-MicrosoftAD/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::MicrosoftAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DirectoryService-SimpleAD/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name\n  Password:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password\n  Size:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size\n  VpcSettingsVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid\nResources:\n  Resource:\n    Type: AWS::DirectoryService::SimpleAD\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html\n    Properties:\n      Name: !Ref 'Name'\n      Password: !Ref 'Password'\n      Size: !Ref 'Size'\n      VpcSettings:\n        VpcId: !Ref 'VpcSettingsVpcId'\nOutputs:\n  Alias:\n    Value:\n      GetAtt:\n        - Resource\n        - Alias\n  DnsIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\nParameters:\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername\nResources:\n  Resource:\n    Type: AWS::DocDB::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html\n    Properties:\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html#cfn-docdb-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::DocDB::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbinstanceclass\n  DBClusterIdentifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html#cfn-docdb-dbinstance-dbclusteridentifier\nResources:\n  Resource:\n    Type: AWS::DocDB::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\n      DBClusterIdentifier: !Ref 'DBClusterIdentifier'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DocDB-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::DocDB::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-DynamoDB-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nResources:\n  Resource:\n    Type: AWS::DynamoDB::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  StreamArn:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CapacityReservation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancecount\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-availabilityzone\n  InstancePlatform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instanceplatform\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::CapacityReservation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstancePlatform: !Ref 'InstancePlatform'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Tenancy:\n    Value:\n      GetAtt:\n        - Resource\n        - Tenancy\n  AvailableInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailableInstanceCount\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  TotalInstanceCount:\n    Value:\n      GetAtt:\n        - Resource\n        - TotalInstanceCount\n  InstanceType:\n    Value:\n      GetAtt:\n        - Resource\n        - InstanceType\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnAuthorizationRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid\n  TargetNetworkCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnAuthorizationRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetNetworkCidr: !Ref 'TargetNetworkCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\nParameters:\n  ClientCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock\n  ConnectionLogOptionsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ServerCertificateArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html\n    Properties:\n      ClientCidrBlock: !Ref 'ClientCidrBlock'\n      ConnectionLogOptions:\n        Enabled: !Ref 'ConnectionLogOptionsEnabled'\n      ServerCertificateArn: !Ref 'ServerCertificateArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid\n  TargetVpcSubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      TargetVpcSubnetId: !Ref 'TargetVpcSubnetId'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-ClientVpnTargetNetworkAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\nParameters:\n  ClientVpnEndpointId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::ClientVpnTargetNetworkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html\n    Properties:\n      ClientVpnEndpointId: !Ref 'ClientVpnEndpointId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-CustomerGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\nParameters:\n  BgpAsn:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn\n  IpAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::CustomerGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html\n    Properties:\n      BgpAsn: !Ref 'BgpAsn'\n      IpAddress: !Ref 'IpAddress'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-DHCPOptions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\nResources:\n  Resource:\n    Type: AWS::EC2::DHCPOptions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-dhcp-options.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EC2Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\nParameters:\n  TargetCapacitySpecificationRequestTotalTargetCapacity:\n    Type: Number\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::EC2Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html\n    Properties:\n      TargetCapacitySpecification:\n        TotalTargetCapacity: !Ref 'TargetCapacitySpecificationRequestTotalTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIP/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIP\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html\nOutputs:\n  AllocationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AllocationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EIPAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\nResources:\n  Resource:\n    Type: AWS::EC2::EIPAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-EgressOnlyInternetGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::EgressOnlyInternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-FlowLog/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\nParameters:\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype\n  TrafficType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype\nResources:\n  Resource:\n    Type: AWS::EC2::FlowLog\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html\n    Properties:\n      ResourceId: !Ref 'ResourceId'\n      ResourceType: !Ref 'ResourceType'\n      TrafficType: !Ref 'TrafficType'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-GatewayRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-routetableid\n  GatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html#cfn-ec2-gatewayroutetableassociation-gatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::GatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      GatewayId: !Ref 'GatewayId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Host/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-availabilityzone\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype\nResources:\n  Resource:\n    Type: AWS::EC2::Host\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n      InstanceType: !Ref 'InstanceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nResources:\n  Resource:\n    Type: AWS::EC2::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-InternetGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::InternetGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LaunchTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nResources:\n  Resource:\n    Type: AWS::EC2::LaunchTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html\nOutputs:\n  LatestVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionNumber\n  DefaultVersionNumber:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultVersionNumber\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid\n  LocalGatewayVirtualInterfaceGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      LocalGatewayVirtualInterfaceGroupId: !Ref 'LocalGatewayVirtualInterfaceGroupId'\nOutputs:\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-LocalGatewayRouteTableVPCAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\nParameters:\n  LocalGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::LocalGatewayRouteTableVPCAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html\n    Properties:\n      LocalGatewayRouteTableId: !Ref 'LocalGatewayRouteTableId'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  LocalGatewayId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayId\n  LocalGatewayRouteTableVpcAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - LocalGatewayRouteTableVpcAssociationId\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NatGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\nParameters:\n  AllocationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NatGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html\n    Properties:\n      AllocationId: !Ref 'AllocationId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAcl/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAcl\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkAclEntry/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid\n  Protocol:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkAclEntry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      Protocol: !Ref 'Protocol'\n      RuleAction: !Ref 'RuleAction'\n      RuleNumber: !Ref 'RuleNumber'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterface/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\nParameters:\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterface\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html\n    Properties:\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  PrimaryPrivateIpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryPrivateIpAddress\n  SecondaryPrivateIpAddresses:\n    Value:\n      GetAtt:\n        - Resource\n        - SecondaryPrivateIpAddresses\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfaceAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\nParameters:\n  DeviceIndex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfaceAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html\n    Properties:\n      DeviceIndex: !Ref 'DeviceIndex'\n      InstanceId: !Ref 'InstanceId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-NetworkInterfacePermission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\nParameters:\n  AwsAccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid\n  Permission:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission\nResources:\n  Resource:\n    Type: AWS::EC2::NetworkInterfacePermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html\n    Properties:\n      AwsAccountId: !Ref 'AwsAccountId'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      Permission: !Ref 'Permission'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PlacementGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\nResources:\n  Resource:\n    Type: AWS::EC2::PlacementGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-PrefixList/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\nParameters:\n  PrefixListName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-prefixlistname\n  AddressFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-addressfamily\n  MaxEntries:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries\nResources:\n  Resource:\n    Type: AWS::EC2::PrefixList\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html\n    Properties:\n      PrefixListName: !Ref 'PrefixListName'\n      AddressFamily: !Ref 'AddressFamily'\n      MaxEntries: !Ref 'MaxEntries'\nOutputs:\n  PrefixListId:\n    Value:\n      GetAtt:\n        - Resource\n        - PrefixListId\n  OwnerId:\n    Value:\n      GetAtt:\n        - Resource\n        - OwnerId\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Route/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-routetableid\nResources:\n  Resource:\n    Type: AWS::EC2::Route\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-RouteTable/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::RouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\nOutputs:\n  GroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - GroupId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupEgress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-groupid\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html#cfn-ec2-securitygroupegress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupEgress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\nParameters:\n  IpProtocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol\nResources:\n  Resource:\n    Type: AWS::EC2::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html\n    Properties:\n      IpProtocol: !Ref 'IpProtocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SpotFleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\nParameters:\n  SpotFleetRequestConfigDataIamFleetRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole\n  SpotFleetRequestConfigDataTargetCapacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity\nResources:\n  Resource:\n    Type: AWS::EC2::SpotFleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html\n    Properties:\n      SpotFleetRequestConfigData:\n        IamFleetRole: !Ref 'SpotFleetRequestConfigDataIamFleetRole'\n        TargetCapacity: !Ref 'SpotFleetRequestConfigDataTargetCapacity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Subnet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::Subnet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n  NetworkAclAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkAclAssociationId\n  VpcId:\n    Value:\n      GetAtt:\n        - Resource\n        - VpcId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetCidrBlock/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\nParameters:\n  Ipv6CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-ipv6cidrblock\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html#cfn-ec2-subnetcidrblock-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetcidrblock.html\n    Properties:\n      Ipv6CidrBlock: !Ref 'Ipv6CidrBlock'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetNetworkAclAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\nParameters:\n  NetworkAclId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetNetworkAclAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html\n    Properties:\n      NetworkAclId: !Ref 'NetworkAclId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-SubnetRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\nParameters:\n  RouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid\nResources:\n  Resource:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html\n    Properties:\n      RouteTableId: !Ref 'RouteTableId'\n      SubnetId: !Ref 'SubnetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorFilterRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\nParameters:\n  RuleAction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-ruleaction\n  SourceCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-sourcecidrblock\n  RuleNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-rulenumber\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-destinationcidrblock\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterid\n  TrafficDirection:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficdirection\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorFilterRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html\n    Properties:\n      RuleAction: !Ref 'RuleAction'\n      SourceCidrBlock: !Ref 'SourceCidrBlock'\n      RuleNumber: !Ref 'RuleNumber'\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n      TrafficDirection: !Ref 'TrafficDirection'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorSession/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\nParameters:\n  TrafficMirrorTargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrortargetid\n  SessionNumber:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-sessionnumber\n  NetworkInterfaceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-networkinterfaceid\n  TrafficMirrorFilterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html#cfn-ec2-trafficmirrorsession-trafficmirrorfilterid\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorSession\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorsession.html\n    Properties:\n      TrafficMirrorTargetId: !Ref 'TrafficMirrorTargetId'\n      SessionNumber: !Ref 'SessionNumber'\n      NetworkInterfaceId: !Ref 'NetworkInterfaceId'\n      TrafficMirrorFilterId: !Ref 'TrafficMirrorFilterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TrafficMirrorTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\nResources:\n  Resource:\n    Type: AWS::EC2::TrafficMirrorTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTable/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\nParameters:\n  TransitGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html#cfn-ec2-transitgatewayroutetable-transitgatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTable\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html\n    Properties:\n      TransitGatewayId: !Ref 'TransitGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTableAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTableAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-TransitGatewayRouteTablePropagation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\nParameters:\n  TransitGatewayRouteTableId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid\n  TransitGatewayAttachmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid\nResources:\n  Resource:\n    Type: AWS::EC2::TransitGatewayRouteTablePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html\n    Properties:\n      TransitGatewayRouteTableId: !Ref 'TransitGatewayRouteTableId'\n      TransitGatewayAttachmentId: !Ref 'TransitGatewayAttachmentId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPC/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\nParameters:\n  CidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock\nResources:\n  Resource:\n    Type: AWS::EC2::VPC\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html\n    Properties:\n      CidrBlock: !Ref 'CidrBlock'\nOutputs:\n  CidrBlock:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlock\n  CidrBlockAssociations:\n    Value:\n      GetAtt:\n        - Resource\n        - CidrBlockAssociations\n  DefaultNetworkAcl:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultNetworkAcl\n  DefaultSecurityGroup:\n    Value:\n      GetAtt:\n        - Resource\n        - DefaultSecurityGroup\n  Ipv6CidrBlocks:\n    Value:\n      GetAtt:\n        - Resource\n        - Ipv6CidrBlocks\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCCidrBlock/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCCidrBlock\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCDHCPOptionsAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\nParameters:\n  DhcpOptionsId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCDHCPOptionsAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html\n    Properties:\n      DhcpOptionsId: !Ref 'DhcpOptionsId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\nParameters:\n  ServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html\n    Properties:\n      ServiceName: !Ref 'ServiceName'\n      VpcId: !Ref 'VpcId'\nOutputs:\n  CreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - CreationTimestamp\n  DnsEntries:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsEntries\n  NetworkInterfaceIds:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkInterfaceIds\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointConnectionNotification/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\nParameters:\n  ConnectionNotificationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html#cfn-ec2-vpcendpointconnectionnotification-connectionnotificationarn\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointConnectionNotification\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html\n    Properties:\n      ConnectionNotificationArn: !Ref 'ConnectionNotificationArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointService/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointService\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCEndpointServicePermissions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\nParameters:\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html#cfn-ec2-vpcendpointservicepermissions-serviceid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCEndpointServicePermissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html\n    Properties:\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCGatewayAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\nParameters:\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html\n    Properties:\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPCPeeringConnection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\nParameters:\n  PeerVpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid\n  VpcId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid\nResources:\n  Resource:\n    Type: AWS::EC2::VPCPeeringConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html\n    Properties:\n      PeerVpcId: !Ref 'PeerVpcId'\n      VpcId: !Ref 'VpcId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\nParameters:\n  CustomerGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html\n    Properties:\n      CustomerGatewayId: !Ref 'CustomerGatewayId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNConnectionRoute/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\nParameters:\n  DestinationCidrBlock:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock\n  VpnConnectionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNConnectionRoute\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html\n    Properties:\n      DestinationCidrBlock: !Ref 'DestinationCidrBlock'\n      VpnConnectionId: !Ref 'VpnConnectionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGateway/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGateway\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VPNGatewayRoutePropagation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\nParameters:\n  VpnGatewayId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid\nResources:\n  Resource:\n    Type: AWS::EC2::VPNGatewayRoutePropagation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html\n    Properties:\n      VpnGatewayId: !Ref 'VpnGatewayId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-Volume/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\nParameters:\n  AvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone\nResources:\n  Resource:\n    Type: AWS::EC2::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html\n    Properties:\n      AvailabilityZone: !Ref 'AvailabilityZone'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EC2-VolumeAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\nParameters:\n  Device:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device\n  InstanceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid\n  VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid\nResources:\n  Resource:\n    Type: AWS::EC2::VolumeAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html\n    Properties:\n      Device: !Ref 'Device'\n      InstanceId: !Ref 'InstanceId'\n      VolumeId: !Ref 'VolumeId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECR-Repository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nResources:\n  Resource:\n    Type: AWS::ECR::Repository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-CapacityProvider/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\nParameters:\n  AutoScalingGroupProviderAutoScalingGroupArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn\nResources:\n  Resource:\n    Type: AWS::ECS::CapacityProvider\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html\n    Properties:\n      AutoScalingGroupProvider:\n        AutoScalingGroupArn: !Ref 'AutoScalingGroupProviderAutoScalingGroupArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nResources:\n  Resource:\n    Type: AWS::ECS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-PrimaryTaskSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster\n  TaskSetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service\nResources:\n  Resource:\n    Type: AWS::ECS::PrimaryTaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      TaskSetId: !Ref 'TaskSetId'\n      Service: !Ref 'Service'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-Service/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nResources:\n  Resource:\n    Type: AWS::ECS::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\nResources:\n  Resource:\n    Type: AWS::ECS::TaskDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ECS-TaskSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\nParameters:\n  Cluster:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-cluster\n  Service:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-service\n  TaskDefinition:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html#cfn-ecs-taskset-taskdefinition\nResources:\n  Resource:\n    Type: AWS::ECS::TaskSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskset.html\n    Properties:\n      Cluster: !Ref 'Cluster'\n      Service: !Ref 'Service'\n      TaskDefinition: !Ref 'TaskDefinition'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-AccessPoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid\nResources:\n  Resource:\n    Type: AWS::EFS::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\nOutputs:\n  AccessPointId:\n    Value:\n      GetAtt:\n        - Resource\n        - AccessPointId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-FileSystem/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nResources:\n  Resource:\n    Type: AWS::EFS::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html\nOutputs:\n  FileSystemId:\n    Value:\n      GetAtt:\n        - Resource\n        - FileSystemId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EFS-MountTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\nParameters:\n  FileSystemId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-filesystemid\n  SubnetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html#cfn-efs-mounttarget-subnetid\nResources:\n  Resource:\n    Type: AWS::EFS::MountTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html\n    Properties:\n      FileSystemId: !Ref 'FileSystemId'\n      SubnetId: !Ref 'SubnetId'\nOutputs:\n  IpAddress:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddress\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn\nResources:\n  Resource:\n    Type: AWS::EKS::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      ResourcesVpcConfig: {}\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  ClusterSecurityGroupId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterSecurityGroupId\n  EncryptionConfigKeyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EncryptionConfigKeyArn\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CertificateAuthorityData:\n    Value:\n      GetAtt:\n        - Resource\n        - CertificateAuthorityData\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EKS-Nodegroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\nParameters:\n  NodeRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-noderole\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html#cfn-eks-nodegroup-clustername\nResources:\n  Resource:\n    Type: AWS::EKS::Nodegroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html\n    Properties:\n      NodeRole: !Ref 'NodeRole'\n      ClusterName: !Ref 'ClusterName'\nOutputs:\n  NodegroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - NodegroupName\n  ClusterName:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\nParameters:\n  JobFlowRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-jobflowrole\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-name\n  ServiceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-servicerole\nResources:\n  Resource:\n    Type: AWS::EMR::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html\n    Properties:\n      Instances: {}\n      JobFlowRole: !Ref 'JobFlowRole'\n      Name: !Ref 'Name'\n      ServiceRole: !Ref 'ServiceRole'\nOutputs:\n  MasterPublicDNS:\n    Value:\n      GetAtt:\n        - Resource\n        - MasterPublicDNS\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceFleetConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\nParameters:\n  ClusterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-clusterid\n  InstanceFleetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html#cfn-elasticmapreduce-instancefleetconfig-instancefleettype\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceFleetConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-instancefleetconfig.html\n    Properties:\n      ClusterId: !Ref 'ClusterId'\n      InstanceFleetType: !Ref 'InstanceFleetType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-InstanceGroupConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\nParameters:\n  InstanceCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfiginstancecount-\n  InstanceRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancerole\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-instancetype\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html#cfn-emr-instancegroupconfig-jobflowid\nResources:\n  Resource:\n    Type: AWS::EMR::InstanceGroupConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html\n    Properties:\n      InstanceCount: !Ref 'InstanceCount'\n      InstanceRole: !Ref 'InstanceRole'\n      InstanceType: !Ref 'InstanceType'\n      JobFlowId: !Ref 'JobFlowId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-SecurityConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\nParameters:\n  SecurityConfiguration:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration\nResources:\n  Resource:\n    Type: AWS::EMR::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html\n    Properties:\n      SecurityConfiguration: !Ref 'SecurityConfiguration'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EMR-Step/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\nParameters:\n  ActionOnFailure:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-actiononfailure\n  HadoopJarStepConfigJar:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-hadoopjarstepconfig.html#cfn-elasticmapreduce-step-hadoopjarstepconfig-jar\n  JobFlowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-jobflowid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-elasticmapreduce-step-name\nResources:\n  Resource:\n    Type: AWS::EMR::Step\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html\n    Properties:\n      ActionOnFailure: !Ref 'ActionOnFailure'\n      HadoopJarStep:\n        Jar: !Ref 'HadoopJarStepConfigJar'\n      JobFlowId: !Ref 'JobFlowId'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-CacheCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\nParameters:\n  CacheNodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-cachenodetype\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-engine\n  NumCacheNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-numcachenodes\nResources:\n  Resource:\n    Type: AWS::ElastiCache::CacheCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html\n    Properties:\n      CacheNodeType: !Ref 'CacheNodeType'\n      Engine: !Ref 'Engine'\n      NumCacheNodes: !Ref 'NumCacheNodes'\nOutputs:\n  ConfigurationEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Address\n  ConfigurationEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndpoint.Port\n  RedisEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Address\n  RedisEndpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - RedisEndpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\nParameters:\n  CacheParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html\n    Properties:\n      CacheParameterGroupFamily: !Ref 'CacheParameterGroupFamily'\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-ReplicationGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\nParameters:\n  ReplicationGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-replicationgroupdescription\nResources:\n  Resource:\n    Type: AWS::ElastiCache::ReplicationGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html\n    Properties:\n      ReplicationGroupDescription: !Ref 'ReplicationGroupDescription'\nOutputs:\n  ConfigurationEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Address\n  ConfigurationEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ConfigurationEndPoint.Port\n  PrimaryEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Address\n  PrimaryEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - PrimaryEndPoint.Port\n  ReadEndPoint.Addresses:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses\n  ReadEndPoint.Addresses.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Addresses.List\n  ReadEndPoint.Ports:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports\n  ReadEndPoint.Ports.List:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndPoint.Ports.List\n  ReaderEndPoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Address\n  ReaderEndPoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - ReaderEndPoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\nParameters:\n  CacheSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-cachesecuritygroupname\n  EC2SecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html#cfn-elasticache-securitygroupingress-ec2securitygroupname\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html\n    Properties:\n      CacheSecurityGroupName: !Ref 'CacheSecurityGroupName'\n      EC2SecurityGroupName: !Ref 'EC2SecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElastiCache-SubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html#cfn-elasticache-subnetgroup-description\nResources:\n  Resource:\n    Type: AWS::ElastiCache::SubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html#cfn-elasticbeanstalk-applicationversion-applicationname\n  SourceBundleS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3bucket\n  SourceBundleS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-sourcebundle.html#cfn-beanstalk-sourcebundle-s3key\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      SourceBundle:\n        S3Bucket: !Ref 'SourceBundleS3Bucket'\n        S3Key: !Ref 'SourceBundleS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-ConfigurationTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::ConfigurationTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticBeanstalk-Environment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html#cfn-beanstalk-environment-applicationname\nResources:\n  Resource:\n    Type: AWS::ElasticBeanstalk::Environment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\nOutputs:\n  EndpointURL:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancing-LoadBalancer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancing::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html\nOutputs:\n  CanonicalHostedZoneName:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneName\n  CanonicalHostedZoneNameID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneNameID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  SourceSecurityGroup.GroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.GroupName\n  SourceSecurityGroup.OwnerAlias:\n    Value:\n      GetAtt:\n        - Resource\n        - SourceSecurityGroup.OwnerAlias\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-Listener/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\nParameters:\n  LoadBalancerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn\n  Port:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html\n    Properties:\n      LoadBalancerArn: !Ref 'LoadBalancerArn'\n      Port: !Ref 'Port'\n      Protocol: !Ref 'Protocol'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerCertificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerCertificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-ListenerRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::ListenerRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      Priority: !Ref 'Priority'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-LoadBalancer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::LoadBalancer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html\nOutputs:\n  CanonicalHostedZoneID:\n    Value:\n      GetAtt:\n        - Resource\n        - CanonicalHostedZoneID\n  DNSName:\n    Value:\n      GetAtt:\n        - Resource\n        - DNSName\n  LoadBalancerFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerFullName\n  LoadBalancerName:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerName\n  SecurityGroups:\n    Value:\n      GetAtt:\n        - Resource\n        - SecurityGroups\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ElasticLoadBalancingV2-TargetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nResources:\n  Resource:\n    Type: AWS::ElasticLoadBalancingV2::TargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html\nOutputs:\n  LoadBalancerArns:\n    Value:\n      GetAtt:\n        - Resource\n        - LoadBalancerArns\n  TargetGroupFullName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupFullName\n  TargetGroupName:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Elasticsearch-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nResources:\n  Resource:\n    Type: AWS::Elasticsearch::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainArn\n  DomainEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Discoverer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Discoverer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Discoverer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\nParameters:\n  SourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html#cfn-eventschemas-discoverer-sourcearn\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Discoverer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html\n    Properties:\n      SourceArn: !Ref 'SourceArn'\nOutputs:\n  DiscovererArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererArn\n  DiscovererId:\n    Value:\n      GetAtt:\n        - Resource\n        - DiscovererId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Registry/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Registry/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Registry/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Registry/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Registry/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Registry\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html\nOutputs:\n  RegistryName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryName\n  RegistryArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RegistryArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-RegistryPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\nParameters:\n  Policy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-policy\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html#cfn-eventschemas-registrypolicy-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::RegistryPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html\n    Properties:\n      Policy: !Ref 'Policy'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Schema/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Schema/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Schema/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Schema/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-EventSchemas-Schema/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type\n  Content:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content\n  RegistryName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname\nResources:\n  Resource:\n    Type: AWS::EventSchemas::Schema\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html\n    Properties:\n      Type: !Ref 'Type'\n      Content: !Ref 'Content'\n      RegistryName: !Ref 'RegistryName'\nOutputs:\n  SchemaVersion:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaVersion\n  SchemaArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaArn\n  SchemaName:\n    Value:\n      GetAtt:\n        - Resource\n        - SchemaName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBus/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name\nResources:\n  Resource:\n    Type: AWS::Events::EventBus\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Policy:\n    Value:\n      GetAtt:\n        - Resource\n        - Policy\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-EventBusPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action\n  StatementId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal\nResources:\n  Resource:\n    Type: AWS::Events::EventBusPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html\n    Properties:\n      Action: !Ref 'Action'\n      StatementId: !Ref 'StatementId'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Events-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nResources:\n  Resource:\n    Type: AWS::Events::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-NotificationChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\nParameters:\n  SnsRoleName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn\nResources:\n  Resource:\n    Type: AWS::FMS::NotificationChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html\n    Properties:\n      SnsRoleName: !Ref 'SnsRoleName'\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FMS-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\nParameters:\n  ExcludeResourceTags:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags\n    AllowedValues:\n      - 'true'\n      - 'false'\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname\n  RemediationEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype\n  SecurityServicePolicyData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata\nResources:\n  Resource:\n    Type: AWS::FMS::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html\n    Properties:\n      ExcludeResourceTags: !Ref 'ExcludeResourceTags'\n      PolicyName: !Ref 'PolicyName'\n      RemediationEnabled: !Ref 'RemediationEnabled'\n      ResourceType: !Ref 'ResourceType'\n      SecurityServicePolicyData: !Ref 'SecurityServicePolicyData'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-FSx-FileSystem/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\nParameters:\n  FileSystemType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-filesystemtype\nResources:\n  Resource:\n    Type: AWS::FSx::FileSystem\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html\n    Properties:\n      FileSystemType: !Ref 'FileSystemType'\nOutputs:\n  LustreMountName:\n    Value:\n      GetAtt:\n        - Resource\n        - LustreMountName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html#cfn-gamelift-alias-name\n  RoutingStrategyType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html#cfn-gamelift-alias-routingstrategy-type\nResources:\n  Resource:\n    Type: AWS::GameLift::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html\n    Properties:\n      Name: !Ref 'Name'\n      RoutingStrategy:\n        Type: !Ref 'RoutingStrategyType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Build/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\nResources:\n  Resource:\n    Type: AWS::GameLift::Build\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\nParameters:\n  EC2InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-ec2instancetype\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-name\nResources:\n  Resource:\n    Type: AWS::GameLift::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html\n    Properties:\n      EC2InstanceType: !Ref 'EC2InstanceType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-GameSessionQueue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html#cfn-gamelift-gamesessionqueue-name\nResources:\n  Resource:\n    Type: AWS::GameLift::GameSessionQueue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gamesessionqueue.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-name\n  RequestTimeoutSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-requesttimeoutseconds\n  AcceptanceRequired:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-acceptancerequired\n    AllowedValues:\n      - 'true'\n      - 'false'\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html#cfn-gamelift-matchmakingconfiguration-rulesetname\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      RequestTimeoutSeconds: !Ref 'RequestTimeoutSeconds'\n      AcceptanceRequired: !Ref 'AcceptanceRequired'\n      RuleSetName: !Ref 'RuleSetName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-MatchmakingRuleSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\nParameters:\n  RuleSetBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-rulesetbody\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html#cfn-gamelift-matchmakingruleset-name\nResources:\n  Resource:\n    Type: AWS::GameLift::MatchmakingRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-matchmakingruleset.html\n    Properties:\n      RuleSetBody: !Ref 'RuleSetBody'\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GameLift-Script/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\nParameters:\n  S3LocationBucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-bucket\n  S3LocationKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-key\n  S3LocationRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-script-s3location.html#cfn-gamelift-script-s3location-rolearn\nResources:\n  Resource:\n    Type: AWS::GameLift::Script\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html\n    Properties:\n      StorageLocation:\n        Bucket: !Ref 'S3LocationBucket'\n        Key: !Ref 'S3LocationKey'\n        RoleArn: !Ref 'S3LocationRoleArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Accelerator/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html#cfn-globalaccelerator-accelerator-name\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Accelerator\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-accelerator.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  DnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - DnsName\n  AcceleratorArn:\n    Value:\n      GetAtt:\n        - Resource\n        - AcceleratorArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-EndpointGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\nParameters:\n  ListenerArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-listenerarn\n  EndpointGroupRegion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html#cfn-globalaccelerator-endpointgroup-endpointgroupregion\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::EndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html\n    Properties:\n      ListenerArn: !Ref 'ListenerArn'\n      EndpointGroupRegion: !Ref 'EndpointGroupRegion'\nOutputs:\n  EndpointGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GlobalAccelerator-Listener/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\nParameters:\n  AcceleratorArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-acceleratorarn\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html#cfn-globalaccelerator-listener-protocol\nResources:\n  Resource:\n    Type: AWS::GlobalAccelerator::Listener\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-listener.html\n    Properties:\n      AcceleratorArn: !Ref 'AcceleratorArn'\n      Protocol: !Ref 'Protocol'\nOutputs:\n  ListenerArn:\n    Value:\n      GetAtt:\n        - Resource\n        - ListenerArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Classifier/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\nResources:\n  Resource:\n    Type: AWS::Glue::Classifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Connection/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\nParameters:\n  ConnectionInputConnectionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectiontype\n  ConnectionInputConnectionProperties:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html#cfn-glue-connection-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Connection\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html\n    Properties:\n      ConnectionInput:\n        ConnectionType: !Ref 'ConnectionInputConnectionType'\n        ConnectionProperties: !Ref 'ConnectionInputConnectionProperties'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Crawler/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role\nResources:\n  Resource:\n    Type: AWS::Glue::Crawler\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html\n    Properties:\n      Role: !Ref 'Role'\n      Targets: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DataCatalogEncryptionSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html#cfn-glue-datacatalogencryptionsettings-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::DataCatalogEncryptionSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-datacatalogencryptionsettings.html\n    Properties:\n      DataCatalogEncryptionSettings: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Database/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\nParameters:\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Database\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html\n    Properties:\n      DatabaseInput: {}\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-DevEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-rolearn\nResources:\n  Resource:\n    Type: AWS::Glue::DevEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Job/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role\nResources:\n  Resource:\n    Type: AWS::Glue::Job\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html\n    Properties:\n      Role: !Ref 'Role'\n      Command: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-MLTransform/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html#cfn-glue-mltransform-role\n  TransformParametersTransformType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters.html#cfn-glue-mltransform-transformparameters-transformtype\nResources:\n  Resource:\n    Type: AWS::Glue::MLTransform\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-mltransform.html\n    Properties:\n      Role: !Ref 'Role'\n      TransformParameters:\n        TransformType: !Ref 'TransformParametersTransformType'\n      InputRecordTables: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Partition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\nParameters:\n  TableName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-tablename\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html#cfn-glue-partition-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Partition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html\n    Properties:\n      TableName: !Ref 'TableName'\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n      PartitionInput: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-SecurityConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html#cfn-glue-securityconfiguration-name\nResources:\n  Resource:\n    Type: AWS::Glue::SecurityConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-securityconfiguration.html\n    Properties:\n      EncryptionConfiguration: {}\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Table/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\nParameters:\n  DatabaseName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-databasename\n  CatalogId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-catalogid\nResources:\n  Resource:\n    Type: AWS::Glue::Table\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html\n    Properties:\n      TableInput: {}\n      DatabaseName: !Ref 'DatabaseName'\n      CatalogId: !Ref 'CatalogId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Trigger/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type\nResources:\n  Resource:\n    Type: AWS::Glue::Trigger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html\n    Properties:\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Glue-Workflow/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\nResources:\n  Resource:\n    Type: AWS::Glue::Workflow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html#cfn-greengrass-connectordefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ConnectorDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\nParameters:\n  ConnectorDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html#cfn-greengrass-connectordefinitionversion-connectordefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ConnectorDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinitionversion.html\n    Properties:\n      ConnectorDefinitionId: !Ref 'ConnectorDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html#cfn-greengrass-coredefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-CoreDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\nParameters:\n  CoreDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html#cfn-greengrass-coredefinitionversion-coredefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::CoreDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-coredefinitionversion.html\n    Properties:\n      CoreDefinitionId: !Ref 'CoreDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html#cfn-greengrass-devicedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-DeviceDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\nParameters:\n  DeviceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html#cfn-greengrass-devicedefinitionversion-devicedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::DeviceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html\n    Properties:\n      DeviceDefinitionId: !Ref 'DeviceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html#cfn-greengrass-functiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-FunctionDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\nParameters:\n  FunctionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html#cfn-greengrass-functiondefinitionversion-functiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::FunctionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-functiondefinitionversion.html\n    Properties:\n      FunctionDefinitionId: !Ref 'FunctionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html#cfn-greengrass-group-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  RoleAttachedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleAttachedAt\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleArn:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleArn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-GroupVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\nParameters:\n  GroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html#cfn-greengrass-groupversion-groupid\nResources:\n  Resource:\n    Type: AWS::Greengrass::GroupVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html\n    Properties:\n      GroupId: !Ref 'GroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html#cfn-greengrass-loggerdefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-LoggerDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\nParameters:\n  LoggerDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html#cfn-greengrass-loggerdefinitionversion-loggerdefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::LoggerDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinitionversion.html\n    Properties:\n      LoggerDefinitionId: !Ref 'LoggerDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html#cfn-greengrass-resourcedefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-ResourceDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\nParameters:\n  ResourceDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html#cfn-greengrass-resourcedefinitionversion-resourcedefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::ResourceDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-resourcedefinitionversion.html\n    Properties:\n      ResourceDefinitionId: !Ref 'ResourceDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html#cfn-greengrass-subscriptiondefinition-name\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinition.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  LatestVersionArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LatestVersionArn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Greengrass-SubscriptionDefinitionVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\nParameters:\n  SubscriptionDefinitionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html#cfn-greengrass-subscriptiondefinitionversion-subscriptiondefinitionid\nResources:\n  Resource:\n    Type: AWS::Greengrass::SubscriptionDefinitionVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-subscriptiondefinitionversion.html\n    Properties:\n      SubscriptionDefinitionId: !Ref 'SubscriptionDefinitionId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-Config/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-name\n  ConfigData:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html#cfn-groundstation-config-configdata\nResources:\n  Resource:\n    Type: AWS::GroundStation::Config\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-config.html\n    Properties:\n      Name: !Ref 'Name'\n      ConfigData: !Ref 'ConfigData'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-DataflowEndpointGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nResources:\n  Resource:\n    Type: AWS::GroundStation::DataflowEndpointGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Status:\n    Value:\n      GetAtt:\n        - Resource\n        - Status\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GroundStation-MissionProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-name\n  MinimumViableContactDurationSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-minimumviablecontactdurationseconds\n  TrackingConfigArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html#cfn-groundstation-missionprofile-trackingconfigarn\nResources:\n  Resource:\n    Type: AWS::GroundStation::MissionProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-missionprofile.html\n    Properties:\n      Name: !Ref 'Name'\n      MinimumViableContactDurationSeconds: !Ref 'MinimumViableContactDurationSeconds'\n      TrackingConfigArn: !Ref 'TrackingConfigArn'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Region:\n    Value:\n      GetAtt:\n        - Resource\n        - Region\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Detector/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\nParameters:\n  Enable:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html#cfn-guardduty-detector-enable\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Detector\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html\n    Properties:\n      Enable: !Ref 'Enable'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Filter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid\n  Rank:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Filter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html\n    Properties:\n      Action: !Ref 'Action'\n      Description: !Ref 'Description'\n      DetectorId: !Ref 'DetectorId'\n      FindingCriteria: {}\n      Rank: !Ref 'Rank'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Master/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\nParameters:\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid\n  MasterId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Master\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html\n    Properties:\n      DetectorId: !Ref 'DetectorId'\n      MasterId: !Ref 'MasterId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-Member/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid\n  Email:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid\nResources:\n  Resource:\n    Type: AWS::GuardDuty::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      Email: !Ref 'Email'\n      DetectorId: !Ref 'DetectorId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-GuardDuty-ThreatIntelSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\nParameters:\n  Format:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-format\n  Activate:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-activate\n    AllowedValues:\n      - 'true'\n      - 'false'\n  DetectorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-detectorid\n  Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html#cfn-guardduty-threatintelset-location\nResources:\n  Resource:\n    Type: AWS::GuardDuty::ThreatIntelSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html\n    Properties:\n      Format: !Ref 'Format'\n      Activate: !Ref 'Activate'\n      DetectorId: !Ref 'DetectorId'\n      Location: !Ref 'Location'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-AccessKey/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\nParameters:\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username\nResources:\n  Resource:\n    Type: AWS::IAM::AccessKey\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html\n    Properties:\n      UserName: !Ref 'UserName'\nOutputs:\n  SecretAccessKey:\n    Value:\n      GetAtt:\n        - Resource\n        - SecretAccessKey\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nResources:\n  Resource:\n    Type: AWS::IAM::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-InstanceProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nResources:\n  Resource:\n    Type: AWS::IAM::InstanceProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ManagedPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::IAM::ManagedPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policyname\nResources:\n  Resource:\n    Type: AWS::IAM::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n      PolicyName: !Ref 'PolicyName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-Role/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\nParameters:\n  AssumeRolePolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument\nResources:\n  Resource:\n    Type: AWS::IAM::Role\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\n    Properties:\n      AssumeRolePolicyDocument: !Ref 'AssumeRolePolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  RoleId:\n    Value:\n      GetAtt:\n        - Resource\n        - RoleId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-ServiceLinkedRole/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\nParameters:\n  AWSServiceName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html#cfn-iam-servicelinkedrole-awsservicename\nResources:\n  Resource:\n    Type: AWS::IAM::ServiceLinkedRole\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html\n    Properties:\n      AWSServiceName: !Ref 'AWSServiceName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nResources:\n  Resource:\n    Type: AWS::IAM::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IAM-UserToGroupAddition/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\nParameters:\n  GroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html#cfn-iam-addusertogroup-groupname\nResources:\n  Resource:\n    Type: AWS::IAM::UserToGroupAddition\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html\n    Properties:\n      GroupName: !Ref 'GroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Component/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version\n  Platform:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Component\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      Platform: !Ref 'Platform'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Encrypted:\n    Value:\n      GetAtt:\n        - Resource\n        - Encrypted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-DistributionConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::DistributionConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-Image/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\nParameters:\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::Image\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html\n    Properties:\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  ImageId:\n    Value:\n      GetAtt:\n        - Resource\n        - ImageId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImagePipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name\n  ImageRecipeArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagerecipearn\n  InfrastructureConfigurationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-infrastructureconfigurationarn\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImagePipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html\n    Properties:\n      Name: !Ref 'Name'\n      ImageRecipeArn: !Ref 'ImageRecipeArn'\n      InfrastructureConfigurationArn: !Ref 'InfrastructureConfigurationArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-ImageRecipe/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-name\n  Version:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-version\n  ParentImage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-parentimage\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::ImageRecipe\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html\n    Properties:\n      Name: !Ref 'Name'\n      Version: !Ref 'Version'\n      ParentImage: !Ref 'ParentImage'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ImageBuilder-InfrastructureConfiguration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-name\n  InstanceProfileName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename\nResources:\n  Resource:\n    Type: AWS::ImageBuilder::InfrastructureConfiguration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html\n    Properties:\n      Name: !Ref 'Name'\n      InstanceProfileName: !Ref 'InstanceProfileName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-AssessmentTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\nParameters:\n  AssessmentTargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn\n  DurationInSeconds:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds\nResources:\n  Resource:\n    Type: AWS::Inspector::AssessmentTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html\n    Properties:\n      AssessmentTargetArn: !Ref 'AssessmentTargetArn'\n      DurationInSeconds: !Ref 'DurationInSeconds'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Inspector-ResourceGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nResources:\n  Resource:\n    Type: AWS::Inspector::ResourceGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      Status: !Ref 'Status'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Certificate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\nParameters:\n  CertificateSigningRequest:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-certificatesigningrequest\n  Status:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html#cfn-iot-certificate-status\nResources:\n  Resource:\n    Type: AWS::IoT::Certificate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html\n    Properties:\n      CertificateSigningRequest: !Ref 'CertificateSigningRequest'\n      Status: !Ref 'Status'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Policy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::IoT::Policy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-PolicyPrincipalAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\nParameters:\n  PolicyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-policyname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal\nResources:\n  Resource:\n    Type: AWS::IoT::PolicyPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html\n    Properties:\n      PolicyName: !Ref 'PolicyName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ProvisioningTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\nParameters:\n  ProvisioningRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-provisioningrolearn\n  TemplateBody:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html#cfn-iot-provisioningtemplate-templatebody\nResources:\n  Resource:\n    Type: AWS::IoT::ProvisioningTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-provisioningtemplate.html\n    Properties:\n      ProvisioningRoleArn: !Ref 'ProvisioningRoleArn'\n      TemplateBody: !Ref 'TemplateBody'\nOutputs:\n  TemplateArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TemplateArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-Thing/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\nResources:\n  Resource:\n    Type: AWS::IoT::Thing\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-ThingPrincipalAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\nParameters:\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal\n  ThingName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname\nResources:\n  Resource:\n    Type: AWS::IoT::ThingPrincipalAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html\n    Properties:\n      Principal: !Ref 'Principal'\n      ThingName: !Ref 'ThingName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT-TopicRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\nParameters:\n  TopicRulePayloadRuleDisabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-ruledisabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  TopicRulePayloadSql:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html#cfn-iot-topicrule-topicrulepayload-sql\nResources:\n  Resource:\n    Type: AWS::IoT::TopicRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html\n    Properties:\n      TopicRulePayload:\n        RuleDisabled: !Ref 'TopicRulePayloadRuleDisabled'\n        Sql: !Ref 'TopicRulePayloadSql'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Device/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\nParameters:\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-deviceid\n  Enabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html#cfn-iot1click-device-enabled\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html\n    Properties:\n      DeviceId: !Ref 'DeviceId'\n      Enabled: !Ref 'Enabled'\nOutputs:\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n  Enabled:\n    Value:\n      GetAtt:\n        - Resource\n        - Enabled\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Placement/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\nParameters:\n  ProjectName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html#cfn-iot1click-placement-projectname\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Placement\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html\n    Properties:\n      ProjectName: !Ref 'ProjectName'\nOutputs:\n  PlacementName:\n    Value:\n      GetAtt:\n        - Resource\n        - PlacementName\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoT1Click-Project/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\nResources:\n  Resource:\n    Type: AWS::IoT1Click::Project\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html\n    Properties:\n      PlacementTemplate: {}\nOutputs:\n  ProjectName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProjectName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Channel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-channel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Dataset/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Dataset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Datastore/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Datastore\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-datastore.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTAnalytics-Pipeline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\nResources:\n  Resource:\n    Type: AWS::IoTAnalytics::Pipeline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-pipeline.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-DetectorModel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::DetectorModel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-detectormodel.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTEvents-Input/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\nResources:\n  Resource:\n    Type: AWS::IoTEvents::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-IoTThingsGraph-FlowTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\nParameters:\n  DefinitionDocumentLanguage:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language\n  DefinitionDocumentText:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text\nResources:\n  Resource:\n    Type: AWS::IoTThingsGraph::FlowTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html\n    Properties:\n      Definition:\n        Language: !Ref 'DefinitionDocumentLanguage'\n        Text: !Ref 'DefinitionDocumentText'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\nParameters:\n  AliasName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname\n  TargetKeyId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid\nResources:\n  Resource:\n    Type: AWS::KMS::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html\n    Properties:\n      AliasName: !Ref 'AliasName'\n      TargetKeyId: !Ref 'TargetKeyId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KMS-Key/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\nParameters:\n  KeyPolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy\nResources:\n  Resource:\n    Type: AWS::KMS::Key\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html\n    Properties:\n      KeyPolicy: !Ref 'KeyPolicy'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-Stream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\nParameters:\n  ShardCount:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount\nResources:\n  Resource:\n    Type: AWS::Kinesis::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html\n    Properties:\n      ShardCount: !Ref 'ShardCount'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Kinesis-StreamConsumer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\nParameters:\n  ConsumerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername\n  StreamARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn\nResources:\n  Resource:\n    Type: AWS::Kinesis::StreamConsumer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html\n    Properties:\n      ConsumerName: !Ref 'ConsumerName'\n      StreamARN: !Ref 'StreamARN'\nOutputs:\n  ConsumerCreationTimestamp:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerCreationTimestamp\n  ConsumerName:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerName\n  ConsumerARN:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerARN\n  ConsumerStatus:\n    Value:\n      GetAtt:\n        - Resource\n        - ConsumerStatus\n  StreamARN:\n    Value:\n      GetAtt:\n        - Resource\n        - StreamARN\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationOutput/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalytics-ApplicationReferenceDataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordformat.html#cfn-kinesisanalytics-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalytics::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-Application/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\nParameters:\n  RuntimeEnvironment:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment\n  ServiceExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::Application\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html\n    Properties:\n      RuntimeEnvironment: !Ref 'RuntimeEnvironment'\n      ServiceExecutionRole: !Ref 'ServiceExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname\n  CloudWatchLoggingOptionLogStreamARN:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption-logstreamarn\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      CloudWatchLoggingOption:\n        LogStreamARN: !Ref 'CloudWatchLoggingOptionLogStreamARN'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationOutput/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationOutput\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      Output:\n        DestinationSchema: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\nParameters:\n  ApplicationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname\n  ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-recordformat.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-recordformat-recordformattype\nResources:\n  Resource:\n    Type: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html\n    Properties:\n      ApplicationName: !Ref 'ApplicationName'\n      ReferenceDataSource:\n        ReferenceSchema:\n          RecordFormat:\n            RecordFormatType: !Ref 'ReferenceDataSourceReferenceSchemaRecordFormatRecordFormatType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-KinesisFirehose-DeliveryStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nResources:\n  Resource:\n    Type: AWS::KinesisFirehose::DeliveryStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-DataLakeSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::DataLakeSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Permissions/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal: {}\n      Resource: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Permissions/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal: {}\n      Resource: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Permissions/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal: {}\n      Resource: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Permissions/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal: {}\n      Resource: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Permissions/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Permissions\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-permissions.html\n    Properties:\n      DataLakePrincipal: {}\n      Resource: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Resource/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Resource/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Resource/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Resource/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-LakeFormation-Resource/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-resourcearn\n  UseServiceLinkedRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html#cfn-lakeformation-resource-useservicelinkedrole\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::LakeFormation::Resource\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-resource.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      UseServiceLinkedRole: !Ref 'UseServiceLinkedRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Alias/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionname\n  FunctionVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-functionversion\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#cfn-lambda-alias-name\nResources:\n  Resource:\n    Type: AWS::Lambda::Alias\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      FunctionVersion: !Ref 'FunctionVersion'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventInvokeConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname\n  Qualifier:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier\nResources:\n  Resource:\n    Type: AWS::Lambda::EventInvokeConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\n      Qualifier: !Ref 'Qualifier'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-EventSourceMapping/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\nParameters:\n  EventSourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::EventSourceMapping\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html\n    Properties:\n      EventSourceArn: !Ref 'EventSourceArn'\n      FunctionName: !Ref 'FunctionName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Function/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\nParameters:\n  Handler:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-handler\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-role\n  Runtime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime\nResources:\n  Resource:\n    Type: AWS::Lambda::Function\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html\n    Properties:\n      Code: {}\n      Handler: !Ref 'Handler'\n      Role: !Ref 'Role'\n      Runtime: !Ref 'Runtime'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\nParameters:\n  ContentS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3bucket\n  ContentS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html#cfn-lambda-layerversion-content-s3key\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html\n    Properties:\n      Content:\n        S3Bucket: !Ref 'ContentS3Bucket'\n        S3Key: !Ref 'ContentS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-LayerVersionPermission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-action\n  LayerVersionArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-layerversionarn\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html#cfn-lambda-layerversionpermission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::LayerVersionPermission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html\n    Properties:\n      Action: !Ref 'Action'\n      LayerVersionArn: !Ref 'LayerVersionArn'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Permission/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\nParameters:\n  Action:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-action\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname\n  Principal:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-principal\nResources:\n  Resource:\n    Type: AWS::Lambda::Permission\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\n    Properties:\n      Action: !Ref 'Action'\n      FunctionName: !Ref 'FunctionName'\n      Principal: !Ref 'Principal'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Lambda-Version/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\nParameters:\n  FunctionName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname\nResources:\n  Resource:\n    Type: AWS::Lambda::Version\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html\n    Properties:\n      FunctionName: !Ref 'FunctionName'\nOutputs:\n  Version:\n    Value:\n      GetAtt:\n        - Resource\n        - Version\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-Destination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\nParameters:\n  DestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname\n  DestinationPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn\n  TargetArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn\nResources:\n  Resource:\n    Type: AWS::Logs::Destination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html\n    Properties:\n      DestinationName: !Ref 'DestinationName'\n      DestinationPolicy: !Ref 'DestinationPolicy'\n      RoleArn: !Ref 'RoleArn'\n      TargetArn: !Ref 'TargetArn'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nResources:\n  Resource:\n    Type: AWS::Logs::LogGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-LogStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\nParameters:\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html#cfn-logs-logstream-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::LogStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html\n    Properties:\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-MetricFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\nParameters:\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-cwl-metricfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::MetricFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html\n    Properties:\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Logs-SubscriptionFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\nParameters:\n  DestinationArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-destinationarn\n  FilterPattern:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-filterpattern\n  LogGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-cwl-subscriptionfilter-loggroupname\nResources:\n  Resource:\n    Type: AWS::Logs::SubscriptionFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html\n    Properties:\n      DestinationArn: !Ref 'DestinationArn'\n      FilterPattern: !Ref 'FilterPattern'\n      LogGroupName: !Ref 'LogGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MSK-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\nParameters:\n  BrokerNodeGroupInfoInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype\n  KafkaVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion\n  NumberOfBrokerNodes:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes\n  ClusterName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername\nResources:\n  Resource:\n    Type: AWS::MSK::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html\n    Properties:\n      BrokerNodeGroupInfo:\n        InstanceType: !Ref 'BrokerNodeGroupInfoInstanceType'\n      KafkaVersion: !Ref 'KafkaVersion'\n      NumberOfBrokerNodes: !Ref 'NumberOfBrokerNodes'\n      ClusterName: !Ref 'ClusterName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-CustomDataIdentifier/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-name\n  Regex:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-regex\nResources:\n  Resource:\n    Type: AWS::Macie::CustomDataIdentifier\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html\n    Properties:\n      Name: !Ref 'Name'\n      Regex: !Ref 'Regex'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  CreatedAt:\n    Value:\n      GetAtt:\n        - Resource\n        - CreatedAt\n  Deleted:\n    Value:\n      GetAtt:\n        - Resource\n        - Deleted\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-FindingsFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html#cfn-macie-findingsfilter-name\nResources:\n  Resource:\n    Type: AWS::Macie::FindingsFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html\n    Properties:\n      Name: !Ref 'Name'\n      FindingCriteria: {}\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  FindingsFilterListItems:\n    Value:\n      GetAtt:\n        - Resource\n        - FindingsFilterListItems\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Macie-Session/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nResources:\n  Resource:\n    Type: AWS::Macie::Session\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html\nOutputs:\n  AwsAccountId:\n    Value:\n      GetAtt:\n        - Resource\n        - AwsAccountId\n  ServiceRole:\n    Value:\n      GetAtt:\n        - Resource\n        - ServiceRole\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Member/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\nParameters:\n  MemberConfigurationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberconfiguration.html#cfn-managedblockchain-member-memberconfiguration-name\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Member\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html\n    Properties:\n      MemberConfiguration:\n        Name: !Ref 'MemberConfigurationName'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ManagedBlockchain-Node/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\nParameters:\n  MemberId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid\n  NetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid\n  NodeConfigurationAvailabilityZone:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone\n  NodeConfigurationInstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype\nResources:\n  Resource:\n    Type: AWS::ManagedBlockchain::Node\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html\n    Properties:\n      MemberId: !Ref 'MemberId'\n      NetworkId: !Ref 'NetworkId'\n      NodeConfiguration:\n        AvailabilityZone: !Ref 'NodeConfigurationAvailabilityZone'\n        InstanceType: !Ref 'NodeConfigurationInstanceType'\nOutputs:\n  MemberId:\n    Value:\n      GetAtt:\n        - Resource\n        - MemberId\n  NodeId:\n    Value:\n      GetAtt:\n        - Resource\n        - NodeId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  NetworkId:\n    Value:\n      GetAtt:\n        - Resource\n        - NetworkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-JobTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html#cfn-mediaconvert-jobtemplate-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::JobTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Preset/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\nParameters:\n  SettingsJson:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html#cfn-mediaconvert-preset-settingsjson\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Preset\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html\n    Properties:\n      SettingsJson: !Ref 'SettingsJson'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaConvert-Queue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nResources:\n  Resource:\n    Type: AWS::MediaConvert::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Channel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Channel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Inputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Inputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-Input/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::Input\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html\nOutputs:\n  Destinations:\n    Value:\n      GetAtt:\n        - Resource\n        - Destinations\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Sources:\n    Value:\n      GetAtt:\n        - Resource\n        - Sources\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaLive-InputSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nResources:\n  Resource:\n    Type: AWS::MediaLive::InputSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-MediaStore-Container/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\nParameters:\n  ContainerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html#cfn-mediastore-container-containername\nResources:\n  Resource:\n    Type: AWS::MediaStore::Container\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html\n    Properties:\n      ContainerName: !Ref 'ContainerName'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nResources:\n  Resource:\n    Type: AWS::Neptune::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html\nOutputs:\n  ClusterResourceId:\n    Value:\n      GetAtt:\n        - Resource\n        - ClusterResourceId\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n  ReadEndpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html#cfn-neptune-dbclusterparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::Neptune::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-description\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-parameters\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html#cfn-neptune-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::Neptune::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Parameters: !Ref 'Parameters'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Neptune-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html#cfn-neptune-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::Neptune::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbsubnetgroup.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-CustomerGatewayAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid\n  CustomerGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::CustomerGatewayAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      CustomerGatewayArn: !Ref 'CustomerGatewayArn'\n      DeviceId: !Ref 'DeviceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Device/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Device\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  DeviceArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceArn\n  DeviceId:\n    Value:\n      GetAtt:\n        - Resource\n        - DeviceId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-GlobalNetwork/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nResources:\n  Resource:\n    Type: AWS::NetworkManager::GlobalNetwork\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Link/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-globalnetworkid\n  SiteId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html#cfn-networkmanager-link-siteid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Link\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-link.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      SiteId: !Ref 'SiteId'\n      Bandwidth: {}\nOutputs:\n  LinkArn:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkArn\n  LinkId:\n    Value:\n      GetAtt:\n        - Resource\n        - LinkId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-LinkAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-globalnetworkid\n  DeviceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-deviceid\n  LinkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html#cfn-networkmanager-linkassociation-linkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::LinkAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-linkassociation.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      DeviceId: !Ref 'DeviceId'\n      LinkId: !Ref 'LinkId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-Site/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid\nResources:\n  Resource:\n    Type: AWS::NetworkManager::Site\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\nOutputs:\n  SiteArn:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteArn\n  SiteId:\n    Value:\n      GetAtt:\n        - Resource\n        - SiteId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-NetworkManager-TransitGatewayRegistration/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\nParameters:\n  GlobalNetworkId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-globalnetworkid\n  TransitGatewayArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html#cfn-networkmanager-transitgatewayregistration-transitgatewayarn\nResources:\n  Resource:\n    Type: AWS::NetworkManager::TransitGatewayRegistration\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayregistration.html\n    Properties:\n      GlobalNetworkId: !Ref 'GlobalNetworkId'\n      TransitGatewayArn: !Ref 'TransitGatewayArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-name\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html#cfn-opsworks-app-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-app.html\n    Properties:\n      Name: !Ref 'Name'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-ElasticLoadBalancerAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\nParameters:\n  ElasticLoadBalancerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname\n  LayerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::ElasticLoadBalancerAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html\n    Properties:\n      ElasticLoadBalancerName: !Ref 'ElasticLoadBalancerName'\n      LayerId: !Ref 'LayerId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\nParameters:\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-instancetype\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html#cfn-opsworks-instance-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-instance.html\n    Properties:\n      InstanceType: !Ref 'InstanceType'\n      StackId: !Ref 'StackId'\nOutputs:\n  AvailabilityZone:\n    Value:\n      GetAtt:\n        - Resource\n        - AvailabilityZone\n  PrivateDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateDnsName\n  PrivateIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PrivateIp\n  PublicDnsName:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicDnsName\n  PublicIp:\n    Value:\n      GetAtt:\n        - Resource\n        - PublicIp\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Layer/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\nParameters:\n  AutoAssignElasticIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignelasticips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  AutoAssignPublicIps:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-autoassignpublicips\n    AllowedValues:\n      - 'true'\n      - 'false'\n  EnableAutoHealing:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-enableautohealing\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-name\n  Shortname:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-shortname\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-stackid\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html#cfn-opsworks-layer-type\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Layer\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html\n    Properties:\n      AutoAssignElasticIps: !Ref 'AutoAssignElasticIps'\n      AutoAssignPublicIps: !Ref 'AutoAssignPublicIps'\n      EnableAutoHealing: !Ref 'EnableAutoHealing'\n      Name: !Ref 'Name'\n      Shortname: !Ref 'Shortname'\n      StackId: !Ref 'StackId'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Stack/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\nParameters:\n  DefaultInstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-defaultinstanceprof\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-name\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html#cfn-opsworks-stack-servicerolearn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Stack\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html\n    Properties:\n      DefaultInstanceProfileArn: !Ref 'DefaultInstanceProfileArn'\n      Name: !Ref 'Name'\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-UserProfile/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\nParameters:\n  IamUserArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html#cfn-opsworks-userprofile-iamuserarn\nResources:\n  Resource:\n    Type: AWS::OpsWorks::UserProfile\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html\n    Properties:\n      IamUserArn: !Ref 'IamUserArn'\nOutputs:\n  SshUsername:\n    Value:\n      GetAtt:\n        - Resource\n        - SshUsername\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorks-Volume/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\nParameters:\n  Ec2VolumeId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid\n  StackId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid\nResources:\n  Resource:\n    Type: AWS::OpsWorks::Volume\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html\n    Properties:\n      Ec2VolumeId: !Ref 'Ec2VolumeId'\n      StackId: !Ref 'StackId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-OpsWorksCM-Server/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\nParameters:\n  ServiceRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn\n  InstanceProfileArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype\nResources:\n  Resource:\n    Type: AWS::OpsWorksCM::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html\n    Properties:\n      ServiceRoleArn: !Ref 'ServiceRoleArn'\n      InstanceProfileArn: !Ref 'InstanceProfileArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ADMChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\nParameters:\n  ClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret\n  ClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ADMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html\n    Properties:\n      ClientSecret: !Ref 'ClientSecret'\n      ClientId: !Ref 'ClientId'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSSandboxChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-APNSVoipSandboxChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::APNSVoipSandboxChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-App/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::App\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-ApplicationSettings/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::ApplicationSettings\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-BaiduChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\nParameters:\n  SecretKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::BaiduChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html\n    Properties:\n      SecretKey: !Ref 'SecretKey'\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Campaign/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\nParameters:\n  SegmentId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Campaign\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html\n    Properties:\n      SegmentId: !Ref 'SegmentId'\n      Name: !Ref 'Name'\n      MessageConfiguration: {}\n      Schedule: {}\n      ApplicationId: !Ref 'ApplicationId'\nOutputs:\n  CampaignId:\n    Value:\n      GetAtt:\n        - Resource\n        - CampaignId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\nParameters:\n  FromAddress:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid\n  Identity:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html\n    Properties:\n      FromAddress: !Ref 'FromAddress'\n      ApplicationId: !Ref 'ApplicationId'\n      Identity: !Ref 'Identity'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EmailTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename\n  Subject:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-subject\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EmailTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Subject: !Ref 'Subject'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-EventStream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid\n  DestinationStreamArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn\nResources:\n  Resource:\n    Type: AWS::Pinpoint::EventStream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      DestinationStreamArn: !Ref 'DestinationStreamArn'\n      RoleArn: !Ref 'RoleArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-GCMChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\nParameters:\n  ApiKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::GCMChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html\n    Properties:\n      ApiKey: !Ref 'ApiKey'\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-PushTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-PushTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-PushTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-PushTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename\nResources:\n  Resource:\n    Type: AWS::Pinpoint::PushTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SMSChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SMSChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-Segment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name\nResources:\n  Resource:\n    Type: AWS::Pinpoint::Segment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n      Name: !Ref 'Name'\nOutputs:\n  SegmentId:\n    Value:\n      GetAtt:\n        - Resource\n        - SegmentId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Body: !Ref 'Body'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Body: !Ref 'Body'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Body: !Ref 'Body'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-SmsTemplate/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\nParameters:\n  TemplateName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename\n  Body:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body\nResources:\n  Resource:\n    Type: AWS::Pinpoint::SmsTemplate\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html\n    Properties:\n      TemplateName: !Ref 'TemplateName'\n      Body: !Ref 'Body'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Pinpoint-VoiceChannel/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\nParameters:\n  ApplicationId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid\nResources:\n  Resource:\n    Type: AWS::Pinpoint::VoiceChannel\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html\n    Properties:\n      ApplicationId: !Ref 'ApplicationId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html#cfn-pinpointemail-configurationset-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-ConfigurationSetEventDestination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\nParameters:\n  EventDestinationName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestinationname\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html#cfn-pinpointemail-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html\n    Properties:\n      EventDestinationName: !Ref 'EventDestinationName'\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-DedicatedIpPool/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::DedicatedIpPool\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-dedicatedippool.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-PinpointEmail-Identity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html#cfn-pinpointemail-identity-name\nResources:\n  Resource:\n    Type: AWS::PinpointEmail::Identity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-identity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  IdentityDNSRecordName3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName3\n  IdentityDNSRecordName1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName1\n  IdentityDNSRecordName2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordName2\n  IdentityDNSRecordValue3:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue3\n  IdentityDNSRecordValue2:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue2\n  IdentityDNSRecordValue1:\n    Value:\n      GetAtt:\n        - Resource\n        - IdentityDNSRecordValue1\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Ledger/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\nParameters:\n  PermissionsMode:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html#cfn-qldb-ledger-permissionsmode\nResources:\n  Resource:\n    Type: AWS::QLDB::Ledger\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-ledger.html\n    Properties:\n      PermissionsMode: !Ref 'PermissionsMode'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-QLDB-Stream/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\nParameters:\n  LedgerName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-ledgername\n  StreamName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-streamname\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-rolearn\n  InclusiveStartTime:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html#cfn-qldb-stream-inclusivestarttime\nResources:\n  Resource:\n    Type: AWS::QLDB::Stream\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qldb-stream.html\n    Properties:\n      LedgerName: !Ref 'LedgerName'\n      StreamName: !Ref 'StreamName'\n      RoleArn: !Ref 'RoleArn'\n      InclusiveStartTime: !Ref 'InclusiveStartTime'\n      KinesisConfiguration: {}\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RAM-ResourceShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html#cfn-ram-resourceshare-name\nResources:\n  Resource:\n    Type: AWS::RAM::ResourceShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBCluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\nParameters:\n  Engine:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine\nResources:\n  Resource:\n    Type: AWS::RDS::DBCluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html\n    Properties:\n      Engine: !Ref 'Engine'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n  ReadEndpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - ReadEndpoint.Address\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-family\n  Parameters:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-parameters\nResources:\n  Resource:\n    Type: AWS::RDS::DBClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n      Parameters: !Ref 'Parameters'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\nParameters:\n  DBInstanceClass:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbinstanceclass\nResources:\n  Resource:\n    Type: AWS::RDS::DBInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html\n    Properties:\n      DBInstanceClass: !Ref 'DBInstanceClass'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description\n  Family:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html#cfn-rds-dbparametergroup-family\nResources:\n  Resource:\n    Type: AWS::RDS::DBParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      Family: !Ref 'Family'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname\n  EngineFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      EngineFamily: !Ref 'EngineFamily'\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  DBProxyArn:\n    Value:\n      GetAtt:\n        - Resource\n        - DBProxyArn\n  Endpoint:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBProxyTargetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\nParameters:\n  DBProxyName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-dbproxyname\n  TargetGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html#cfn-rds-dbproxytargetgroup-targetgroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBProxyTargetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxytargetgroup.html\n    Properties:\n      DBProxyName: !Ref 'DBProxyName'\n      TargetGroupName: !Ref 'TargetGroupName'\nOutputs:\n  TargetGroupArn:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetGroupArn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\nParameters:\n  GroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html#cfn-rds-dbsecuritygroup-groupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-security-group.html\n    Properties:\n      GroupDescription: !Ref 'GroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\nParameters:\n  DBSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html#cfn-rds-securitygroup-ingress-dbsecuritygroupname\nResources:\n  Resource:\n    Type: AWS::RDS::DBSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-security-group-ingress.html\n    Properties:\n      DBSecurityGroupName: !Ref 'DBSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-DBSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\nParameters:\n  DBSubnetGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html#cfn-rds-dbsubnetgroup-dbsubnetgroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::DBSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsubnet-group.html\n    Properties:\n      DBSubnetGroupDescription: !Ref 'DBSubnetGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-EventSubscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\nParameters:\n  SnsTopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html#cfn-rds-eventsubscription-snstopicarn\nResources:\n  Resource:\n    Type: AWS::RDS::EventSubscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html\n    Properties:\n      SnsTopicArn: !Ref 'SnsTopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RDS-OptionGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\nParameters:\n  EngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-enginename\n  MajorEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-majorengineversion\n  OptionGroupDescription:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupdescription\nResources:\n  Resource:\n    Type: AWS::RDS::OptionGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html\n    Properties:\n      EngineName: !Ref 'EngineName'\n      MajorEngineVersion: !Ref 'MajorEngineVersion'\n      OptionGroupDescription: !Ref 'OptionGroupDescription'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-Cluster/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\nParameters:\n  ClusterType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype\n  DBName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname\n  MasterUserPassword:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword\n  MasterUsername:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername\n  NodeType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype\nResources:\n  Resource:\n    Type: AWS::Redshift::Cluster\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html\n    Properties:\n      ClusterType: !Ref 'ClusterType'\n      DBName: !Ref 'DBName'\n      MasterUserPassword: !Ref 'MasterUserPassword'\n      MasterUsername: !Ref 'MasterUsername'\n      NodeType: !Ref 'NodeType'\nOutputs:\n  Endpoint.Address:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Address\n  Endpoint.Port:\n    Value:\n      GetAtt:\n        - Resource\n        - Endpoint.Port\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterParameterGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description\n  ParameterGroupFamily:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterParameterGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html\n    Properties:\n      Description: !Ref 'Description'\n      ParameterGroupFamily: !Ref 'ParameterGroupFamily'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSecurityGroupIngress/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\nParameters:\n  ClusterSecurityGroupName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSecurityGroupIngress\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html\n    Properties:\n      ClusterSecurityGroupName: !Ref 'ClusterSecurityGroupName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Redshift-ClusterSubnetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description\nResources:\n  Resource:\n    Type: AWS::Redshift::ClusterSubnetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html\n    Properties:\n      Description: !Ref 'Description'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ResourceGroups-Group/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name\nResources:\n  Resource:\n    Type: AWS::ResourceGroups::Group\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Fleet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Fleet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-Robot/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\nParameters:\n  Architecture:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture\n  GreengrassGroupId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid\nResources:\n  Resource:\n    Type: AWS::RoboMaker::Robot\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html\n    Properties:\n      Architecture: !Ref 'Architecture'\n      GreengrassGroupId: !Ref 'GreengrassGroupId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplication/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\nParameters:\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-robotsoftwaresuite.html#cfn-robomaker-robotapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html\n    Properties:\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-RobotApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::RobotApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplication/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\nParameters:\n  RenderingEngineVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version\n  RenderingEngineName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name\n  SimulationSoftwareSuiteVersion:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-version\n  SimulationSoftwareSuiteName:\n    Type: String\n    Description: >-\n      http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-simulationsoftwaresuite.html#cfn-robomaker-simulationapplication-simulationsoftwaresuite-name\n  RobotSoftwareSuiteVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-version\n  RobotSoftwareSuiteName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.html#cfn-robomaker-simulationapplication-robotsoftwaresuite-name\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplication\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplication.html\n    Properties:\n      RenderingEngine:\n        Version: !Ref 'RenderingEngineVersion'\n        Name: !Ref 'RenderingEngineName'\n      SimulationSoftwareSuite:\n        Version: !Ref 'SimulationSoftwareSuiteVersion'\n        Name: !Ref 'SimulationSoftwareSuiteName'\n      RobotSoftwareSuite:\n        Version: !Ref 'RobotSoftwareSuiteVersion'\n        Name: !Ref 'RobotSoftwareSuiteName'\nOutputs:\n  CurrentRevisionId:\n    Value:\n      GetAtt:\n        - Resource\n        - CurrentRevisionId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-RoboMaker-SimulationApplicationVersion/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\nParameters:\n  Application:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application\nResources:\n  Resource:\n    Type: AWS::RoboMaker::SimulationApplicationVersion\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html\n    Properties:\n      Application: !Ref 'Application'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HealthCheck/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\nParameters:\n  HealthCheckConfigType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type\nResources:\n  Resource:\n    Type: AWS::Route53::HealthCheck\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html\n    Properties:\n      HealthCheckConfig:\n        Type: !Ref 'HealthCheckConfigType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-HostedZone/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name\nResources:\n  Resource:\n    Type: AWS::Route53::HostedZone\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  NameServers:\n    Value:\n      GetAtt:\n        - Resource\n        - NameServers\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html\n    Properties:\n      Name: !Ref 'Name'\n      Type: !Ref 'Type'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53-RecordSetGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\nResources:\n  Resource:\n    Type: AWS::Route53::RecordSetGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverEndpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\nParameters:\n  Direction:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverEndpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html\n    Properties:\n      Direction: !Ref 'Direction'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  IpAddressCount:\n    Value:\n      GetAtt:\n        - Resource\n        - IpAddressCount\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Direction:\n    Value:\n      GetAtt:\n        - Resource\n        - Direction\n  HostVPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - HostVPCId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\nParameters:\n  DomainName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-domainname\n  RuleType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-ruletype\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html\n    Properties:\n      DomainName: !Ref 'DomainName'\n      RuleType: !Ref 'RuleType'\nOutputs:\n  ResolverEndpointId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverEndpointId\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  TargetIps:\n    Value:\n      GetAtt:\n        - Resource\n        - TargetIps\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Route53Resolver-ResolverRuleAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\nParameters:\n  VPCId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid\n  ResolverRuleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid\nResources:\n  Resource:\n    Type: AWS::Route53Resolver::ResolverRuleAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html\n    Properties:\n      VPCId: !Ref 'VPCId'\n      ResolverRuleId: !Ref 'ResolverRuleId'\nOutputs:\n  VPCId:\n    Value:\n      GetAtt:\n        - Resource\n        - VPCId\n  ResolverRuleId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleId\n  ResolverRuleAssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - ResolverRuleAssociationId\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-AccessPoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucket\nResources:\n  Resource:\n    Type: AWS::S3::AccessPoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-Bucket/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nResources:\n  Resource:\n    Type: AWS::S3::Bucket\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  DomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DomainName\n  DualStackDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - DualStackDomainName\n  RegionalDomainName:\n    Value:\n      GetAtt:\n        - Resource\n        - RegionalDomainName\n  WebsiteURL:\n    Value:\n      GetAtt:\n        - Resource\n        - WebsiteURL\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-S3-BucketPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\nParameters:\n  Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-bucket\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#aws-properties-s3-policy-policydocument\nResources:\n  Resource:\n    Type: AWS::S3::BucketPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\n    Properties:\n      Bucket: !Ref 'Bucket'\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SDB-Domain/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\nResources:\n  Resource:\n    Type: AWS::SDB::Domain\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ConfigurationSetEventDestination/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\nParameters:\n  ConfigurationSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname\nResources:\n  Resource:\n    Type: AWS::SES::ConfigurationSetEventDestination\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html\n    Properties:\n      ConfigurationSetName: !Ref 'ConfigurationSetName'\n      EventDestination: {}\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptFilter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptFilter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptFilter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\nParameters:\n  FilterIpFilterPolicy:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy\n  FilterIpFilterCidr:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptFilter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html\n    Properties:\n      Filter:\n        IpFilter:\n          Policy: !Ref 'FilterIpFilterPolicy'\n          Cidr: !Ref 'FilterIpFilterCidr'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      Rule: {}\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      Rule: {}\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\nParameters:\n  RuleSetName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html\n    Properties:\n      Rule: {}\n      RuleSetName: !Ref 'RuleSetName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRuleSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRuleSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-ReceiptRuleSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\nResources:\n  Resource:\n    Type: AWS::SES::ReceiptRuleSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-Template/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-Template/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SES-Template/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\nResources:\n  Resource:\n    Type: AWS::SES::Template\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Subscription/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\nParameters:\n  Protocol:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-protocol\n  TopicArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#topicarn\nResources:\n  Resource:\n    Type: AWS::SNS::Subscription\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html\n    Properties:\n      Protocol: !Ref 'Protocol'\n      TopicArn: !Ref 'TopicArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-Topic/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nResources:\n  Resource:\n    Type: AWS::SNS::Topic\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html\nOutputs:\n  TopicName:\n    Value:\n      GetAtt:\n        - Resource\n        - TopicName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SNS-TopicPolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html#cfn-sns-topicpolicy-policydocument\nResources:\n  Resource:\n    Type: AWS::SNS::TopicPolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-Queue/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nResources:\n  Resource:\n    Type: AWS::SQS::Queue\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  QueueName:\n    Value:\n      GetAtt:\n        - Resource\n        - QueueName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SQS-QueuePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\nParameters:\n  PolicyDocument:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc\nResources:\n  Resource:\n    Type: AWS::SQS::QueuePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\n    Properties:\n      PolicyDocument: !Ref 'PolicyDocument'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Association/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name\nResources:\n  Resource:\n    Type: AWS::SSM::Association\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  AssociationId:\n    Value:\n      GetAtt:\n        - Resource\n        - AssociationId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Document/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\nParameters:\n  Content:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-content\nResources:\n  Resource:\n    Type: AWS::SSM::Document\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html\n    Properties:\n      Content: !Ref 'Content'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindow/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\nParameters:\n  AllowUnassociatedTargets:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets\n    AllowedValues:\n      - 'true'\n      - 'false'\n  Cutoff:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff\n  Schedule:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule\n  Duration:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindow\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html\n    Properties:\n      AllowUnassociatedTargets: !Ref 'AllowUnassociatedTargets'\n      Cutoff: !Ref 'Cutoff'\n      Schedule: !Ref 'Schedule'\n      Duration: !Ref 'Duration'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTarget/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\nParameters:\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid\n  ResourceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTarget\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html\n    Properties:\n      WindowId: !Ref 'WindowId'\n      ResourceType: !Ref 'ResourceType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-MaintenanceWindowTask/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\nParameters:\n  MaxErrors:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxerrors\n  Priority:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-priority\n  MaxConcurrency:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-maxconcurrency\n  TaskArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskarn\n  WindowId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowid\n  TaskType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-tasktype\nResources:\n  Resource:\n    Type: AWS::SSM::MaintenanceWindowTask\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html\n    Properties:\n      MaxErrors: !Ref 'MaxErrors'\n      Priority: !Ref 'Priority'\n      MaxConcurrency: !Ref 'MaxConcurrency'\n      TaskArn: !Ref 'TaskArn'\n      WindowId: !Ref 'WindowId'\n      TaskType: !Ref 'TaskType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-Parameter/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\nParameters:\n  Type:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-type\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value\nResources:\n  Resource:\n    Type: AWS::SSM::Parameter\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html\n    Properties:\n      Type: !Ref 'Type'\n      Value: !Ref 'Value'\nOutputs:\n  Type:\n    Value:\n      GetAtt:\n        - Resource\n        - Type\n  Value:\n    Value:\n      GetAtt:\n        - Resource\n        - Value\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-PatchBaseline/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name\nResources:\n  Resource:\n    Type: AWS::SSM::PatchBaseline\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SSM-ResourceDataSync/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\nParameters:\n  SyncName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname\nResources:\n  Resource:\n    Type: AWS::SSM::ResourceDataSync\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html\n    Properties:\n      SyncName: !Ref 'SyncName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-CodeRepository/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\nParameters:\n  GitConfigRepositoryUrl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl\nResources:\n  Resource:\n    Type: AWS::SageMaker::CodeRepository\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html\n    Properties:\n      GitConfig:\n        RepositoryUrl: !Ref 'GitConfigRepositoryUrl'\nOutputs:\n  CodeRepositoryName:\n    Value:\n      GetAtt:\n        - Resource\n        - CodeRepositoryName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Endpoint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Endpoint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Endpoint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Endpoint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Endpoint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\nParameters:\n  EndpointConfigName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname\nResources:\n  Resource:\n    Type: AWS::SageMaker::Endpoint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html\n    Properties:\n      EndpointConfigName: !Ref 'EndpointConfigName'\nOutputs:\n  EndpointName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-EndpointConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-EndpointConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-EndpointConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::EndpointConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html\nOutputs:\n  EndpointConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - EndpointConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Model/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\nParameters:\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn\nResources:\n  Resource:\n    Type: AWS::SageMaker::Model\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html\n    Properties:\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\nOutputs:\n  ModelName:\n    Value:\n      GetAtt:\n        - Resource\n        - ModelName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn\n  InstanceType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\n      InstanceType: !Ref 'InstanceType'\nOutputs:\n  NotebookInstanceName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-NotebookInstanceLifecycleConfig/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::NotebookInstanceLifecycleConfig\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html\nOutputs:\n  NotebookInstanceLifecycleConfigName:\n    Value:\n      GetAtt:\n        - Resource\n        - NotebookInstanceLifecycleConfigName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SageMaker-Workteam/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nResources:\n  Resource:\n    Type: AWS::SageMaker::Workteam\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-workteam.html\nOutputs:\n  WorkteamName:\n    Value:\n      GetAtt:\n        - Resource\n        - WorkteamName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-ResourcePolicy/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-secretid\n  ResourcePolicy:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html#cfn-secretsmanager-resourcepolicy-resourcepolicy\nResources:\n  Resource:\n    Type: AWS::SecretsManager::ResourcePolicy\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      ResourcePolicy: !Ref 'ResourcePolicy'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-RotationSchedule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-secretid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::RotationSchedule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-Secret/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\nResources:\n  Resource:\n    Type: AWS::SecretsManager::Secret\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecretsManager-SecretTargetAttachment/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\nParameters:\n  SecretId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-secretid\n  TargetType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targettype\n  TargetId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html#cfn-secretsmanager-secrettargetattachment-targetid\nResources:\n  Resource:\n    Type: AWS::SecretsManager::SecretTargetAttachment\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secrettargetattachment.html\n    Properties:\n      SecretId: !Ref 'SecretId'\n      TargetType: !Ref 'TargetType'\n      TargetId: !Ref 'TargetId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-SecurityHub-Hub/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\nResources:\n  Resource:\n    Type: AWS::SecurityHub::Hub\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-AcceptedPortfolioShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html#cfn-servicecatalog-acceptedportfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::AcceptedPortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProduct/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\nParameters:\n  Owner:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-owner\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#cfn-servicecatalog-cloudformationproduct-name\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html\n    Properties:\n      Owner: !Ref 'Owner'\n      Name: !Ref 'Name'\nOutputs:\n  ProductName:\n    Value:\n      GetAtt:\n        - Resource\n        - ProductName\n  ProvisioningArtifactIds:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactIds\n  ProvisioningArtifactNames:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisioningArtifactNames\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-CloudFormationProvisionedProduct/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html\nOutputs:\n  ProvisionedProductId:\n    Value:\n      GetAtt:\n        - Resource\n        - ProvisionedProductId\n  RecordId:\n    Value:\n      GetAtt:\n        - Resource\n        - RecordId\n  CloudformationStackArn:\n    Value:\n      GetAtt:\n        - Resource\n        - CloudformationStackArn\n  Outputs:\n    Value:\n      GetAtt:\n        - Resource\n        - Outputs\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchNotificationConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchNotificationConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchRoleConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html#cfn-servicecatalog-launchroleconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchRoleConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-LaunchTemplateConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid\n  Rules:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::LaunchTemplateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      Rules: !Ref 'Rules'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-Portfolio/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\nParameters:\n  ProviderName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername\n  DisplayName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::Portfolio\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html\n    Properties:\n      ProviderName: !Ref 'ProviderName'\n      DisplayName: !Ref 'DisplayName'\nOutputs:\n  PortfolioName:\n    Value:\n      GetAtt:\n        - Resource\n        - PortfolioName\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioPrincipalAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\nParameters:\n  PrincipalARN:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid\n  PrincipalType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioPrincipalAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html\n    Properties:\n      PrincipalARN: !Ref 'PrincipalARN'\n      PortfolioId: !Ref 'PortfolioId'\n      PrincipalType: !Ref 'PrincipalType'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioProductAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\nParameters:\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioProductAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html\n    Properties:\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-PortfolioShare/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\nParameters:\n  AccountId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::PortfolioShare\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html\n    Properties:\n      AccountId: !Ref 'AccountId'\n      PortfolioId: !Ref 'PortfolioId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-ResourceUpdateConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\nParameters:\n  TagUpdateOnProvisionedProduct:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::ResourceUpdateConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html\n    Properties:\n      TagUpdateOnProvisionedProduct: !Ref 'TagUpdateOnProvisionedProduct'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-StackSetConstraint/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\nParameters:\n  Description:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description\n  StackInstanceControl:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol\n  PortfolioId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid\n  ProductId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid\n  AdminRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole\n  ExecutionRole:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::StackSetConstraint\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html\n    Properties:\n      Description: !Ref 'Description'\n      StackInstanceControl: !Ref 'StackInstanceControl'\n      PortfolioId: !Ref 'PortfolioId'\n      ProductId: !Ref 'ProductId'\n      AdminRole: !Ref 'AdminRole'\n      ExecutionRole: !Ref 'ExecutionRole'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOption/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\nParameters:\n  Value:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value\n  Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOption\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html\n    Properties:\n      Value: !Ref 'Value'\n      Key: !Ref 'Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceCatalog-TagOptionAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\nParameters:\n  TagOptionId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-tagoptionid\n  ResourceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html#cfn-servicecatalog-tagoptionassociation-resourceid\nResources:\n  Resource:\n    Type: AWS::ServiceCatalog::TagOptionAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html\n    Properties:\n      TagOptionId: !Ref 'TagOptionId'\n      ResourceId: !Ref 'ResourceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-HttpNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html#cfn-servicediscovery-httpnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::HttpNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Instance/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\nParameters:\n  InstanceAttributes:\n    Type: Json\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes\n  ServiceId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Instance\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html\n    Properties:\n      InstanceAttributes: !Ref 'InstanceAttributes'\n      ServiceId: !Ref 'ServiceId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PrivateDnsNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\nParameters:\n  Vpc:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PrivateDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html\n    Properties:\n      Vpc: !Ref 'Vpc'\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-PublicDnsNamespace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::PublicDnsNamespace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-ServiceDiscovery-Service/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nResources:\n  Resource:\n    Type: AWS::ServiceDiscovery::Service\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-Activity/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name\nResources:\n  Resource:\n    Type: AWS::StepFunctions::Activity\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html\n    Properties:\n      Name: !Ref 'Name'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-StepFunctions-StateMachine/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\nParameters:\n  RoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn\nResources:\n  Resource:\n    Type: AWS::StepFunctions::StateMachine\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html\n    Properties:\n      RoleArn: !Ref 'RoleArn'\nOutputs:\n  Name:\n    Value:\n      GetAtt:\n        - Resource\n        - Name\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Synthetics-Canary/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name\n  ArtifactS3Location:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location\n  ScheduleExpression:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html#cfn-synthetics-canary-schedule-expression\n  ExecutionRoleArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn\n  RuntimeVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion\n  StartCanaryAfterCreation:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation\n    AllowedValues:\n      - 'true'\n      - 'false'\nResources:\n  Resource:\n    Type: AWS::Synthetics::Canary\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html\n    Properties:\n      Name: !Ref 'Name'\n      Code: {}\n      ArtifactS3Location: !Ref 'ArtifactS3Location'\n      Schedule:\n        Expression: !Ref 'ScheduleExpression'\n      ExecutionRoleArn: !Ref 'ExecutionRoleArn'\n      RuntimeVersion: !Ref 'RuntimeVersion'\n      StartCanaryAfterCreation: !Ref 'StartCanaryAfterCreation'\nOutputs:\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n  State:\n    Value:\n      GetAtt:\n        - Resource\n        - State\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-Server/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nResources:\n  Resource:\n    Type: AWS::Transfer::Server\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-Transfer-User/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\nParameters:\n  Role:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role\n  ServerId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username\nResources:\n  Resource:\n    Type: AWS::Transfer::User\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html\n    Properties:\n      Role: !Ref 'Role'\n      ServerId: !Ref 'ServerId'\n      UserName: !Ref 'UserName'\nOutputs:\n  ServerId:\n    Value:\n      GetAtt:\n        - Resource\n        - ServerId\n  UserName:\n    Value:\n      GetAtt:\n        - Resource\n        - UserName\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-ByteMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html#cfn-waf-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAF::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html#cfn-waf-rule-name\nResources:\n  Resource:\n    Type: AWS::WAF::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SizeConstraintSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html#cfn-waf-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-SqlInjectionMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\nParameters:\n  WafActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAF::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html\n    Properties:\n      DefaultAction:\n        Type: !Ref 'WafActionType'\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAF-XssMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html#cfn-waf-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAF::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-ByteMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html#cfn-wafregional-bytematchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::ByteMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-GeoMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::GeoMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RateBasedRule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-metricname\n  RateLimit:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratelimit\n  RateKey:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-ratekey\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html#cfn-wafregional-ratebasedrule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RateBasedRule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ratebasedrule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      RateLimit: !Ref 'RateLimit'\n      RateKey: !Ref 'RateKey'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-RegexPatternSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html#cfn-wafregional-regexpatternset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-Rule/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-metricname\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html#cfn-wafregional-rule-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::Rule\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-rule.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SizeConstraintSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SizeConstraintSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-SqlInjectionMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html#cfn-wafregional-sqlinjectionmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::SqlInjectionMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sqlinjectionmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\nParameters:\n  MetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname\n  ActionType:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html\n    Properties:\n      MetricName: !Ref 'MetricName'\n      DefaultAction:\n        Type: !Ref 'ActionType'\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-WebACLAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn\n  WebACLId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid\nResources:\n  Resource:\n    Type: AWS::WAFRegional::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLId: !Ref 'WebACLId'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFRegional-XssMatchSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\nParameters:\n  Name:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html#cfn-wafregional-xssmatchset-name\nResources:\n  Resource:\n    Type: AWS::WAFRegional::XssMatchSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html\n    Properties:\n      Name: !Ref 'Name'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-IPSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope\n  IPAddressVersion:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion\nResources:\n  Resource:\n    Type: AWS::WAFv2::IPSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html\n    Properties:\n      Scope: !Ref 'Scope'\n      IPAddressVersion: !Ref 'IPAddressVersion'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RegexPatternSet/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-scope\nResources:\n  Resource:\n    Type: AWS::WAFv2::RegexPatternSet\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html\n    Properties:\n      Scope: !Ref 'Scope'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-RuleGroup/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\nParameters:\n  Capacity:\n    Type: Number\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-visibilityconfig.html#cfn-wafv2-rulegroup-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::RuleGroup\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html\n    Properties:\n      Capacity: !Ref 'Capacity'\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACL/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\nParameters:\n  Scope:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope\n  VisibilityConfigSampledRequestsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-sampledrequestsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigCloudWatchMetricsEnabled:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-cloudwatchmetricsenabled\n    AllowedValues:\n      - 'true'\n      - 'false'\n  VisibilityConfigMetricName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-visibilityconfig.html#cfn-wafv2-webacl-visibilityconfig-metricname\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACL\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html\n    Properties:\n      DefaultAction: {}\n      Scope: !Ref 'Scope'\n      VisibilityConfig:\n        SampledRequestsEnabled: !Ref 'VisibilityConfigSampledRequestsEnabled'\n        CloudWatchMetricsEnabled: !Ref 'VisibilityConfigCloudWatchMetricsEnabled'\n        MetricName: !Ref 'VisibilityConfigMetricName'\nOutputs:\n  Arn:\n    Value:\n      GetAtt:\n        - Resource\n        - Arn\n  Capacity:\n    Value:\n      GetAtt:\n        - Resource\n        - Capacity\n  Id:\n    Value:\n      GetAtt:\n        - Resource\n        - Id\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WAFv2-WebACLAssociation/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\nParameters:\n  ResourceArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-resourcearn\n  WebACLArn:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html#cfn-wafv2-webaclassociation-webaclarn\nResources:\n  Resource:\n    Type: AWS::WAFv2::WebACLAssociation\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html\n    Properties:\n      ResourceArn: !Ref 'ResourceArn'\n      WebACLArn: !Ref 'WebACLArn'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-af-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-northeast-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-north-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-me-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/AWS-WorkSpaces-Workspace/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\nParameters:\n  BundleId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid\n  DirectoryId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid\n  UserName:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username\nResources:\n  Resource:\n    Type: AWS::WorkSpaces::Workspace\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html\n    Properties:\n      BundleId: !Ref 'BundleId'\n      DirectoryId: !Ref 'DirectoryId'\n      UserName: !Ref 'UserName'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-ap-northeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-ap-south-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-ap-southeast-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-ap-southeast-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-ca-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-eu-central-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-eu-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-eu-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-eu-west-3.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-sa-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-us-east-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-us-east-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-us-west-1.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/Alexa-ASK-Skill/16.1.0/product.template-us-west-2.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\nParameters:\n  AuthenticationConfigurationRefreshToken:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken\n  AuthenticationConfigurationClientSecret:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret\n  AuthenticationConfigurationClientId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid\n  VendorId:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid\n  SkillPackageS3Bucket:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket\n  SkillPackageS3Key:\n    Type: String\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key\nResources:\n  Resource:\n    Type: Alexa::ASK::Skill\n    Description: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html\n    Properties:\n      AuthenticationConfiguration:\n        RefreshToken: !Ref 'AuthenticationConfigurationRefreshToken'\n        ClientSecret: !Ref 'AuthenticationConfigurationClientSecret'\n        ClientId: !Ref 'AuthenticationConfigurationClientId'\n      VendorId: !Ref 'VendorId'\n      SkillPackage:\n        S3Bucket: !Ref 'SkillPackageS3Bucket'\n        S3Key: !Ref 'SkillPackageS3Key'\n"
  },
  {
    "path": "reference/aws-cloudformation-resources-required-fields-only/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n\n      - Name: AWS-ACMPCA-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ACMPCA-CertificateAuthority\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-CertificateAuthority\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-CertificateAuthority\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-CertificateAuthority\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-CertificateAuthority-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-CertificateAuthority\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ACMPCA-CertificateAuthorityActivation\n        Owner: central-it@customer.com\n        Description: AWS-ACMPCA-CertificateAuthorityActivation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ACMPCA-CertificateAuthorityActivation\n        Tags:\n          - Key: product-type\n            Value: AWS-ACMPCA-CertificateAuthorityActivation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ACMPCA-CertificateAuthorityActivation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ACMPCA-CertificateAuthorityActivation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AccessAnalyzer-Analyzer\n        Owner: central-it@customer.com\n        Description: AWS-AccessAnalyzer-Analyzer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AccessAnalyzer-Analyzer\n        Tags:\n          - Key: product-type\n            Value: AWS-AccessAnalyzer-Analyzer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AccessAnalyzer-Analyzer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AccessAnalyzer-Analyzer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-Broker\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-Broker\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-Broker\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-Broker\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-Broker-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-Broker\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-Configuration\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-Configuration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-Configuration\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-Configuration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-Configuration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-Configuration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AmazonMQ-ConfigurationAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AmazonMQ-ConfigurationAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AmazonMQ-ConfigurationAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AmazonMQ-ConfigurationAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AmazonMQ-ConfigurationAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AmazonMQ-ConfigurationAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-App\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-App\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-Branch\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-Branch\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-Branch\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-Branch\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-Branch-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-Branch\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Amplify-Domain\n        Owner: central-it@customer.com\n        Description: AWS-Amplify-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Amplify-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-Amplify-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Amplify-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Amplify-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Account\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Account\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Account\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Account\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Account-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Account\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-ApiKey\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-ApiKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-ApiKey\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-ApiKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-ApiKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-ApiKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Authorizer\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Authorizer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Authorizer\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Authorizer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Authorizer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Authorizer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-BasePathMapping\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-BasePathMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-BasePathMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-BasePathMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-BasePathMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-BasePathMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-ClientCertificate\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-ClientCertificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-ClientCertificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-ClientCertificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-ClientCertificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-ClientCertificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DocumentationPart\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DocumentationPart\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DocumentationPart\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DocumentationPart\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DocumentationPart-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DocumentationPart\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DocumentationVersion\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DocumentationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DocumentationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DocumentationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DocumentationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DocumentationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-DomainName\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-DomainName\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-DomainName\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-DomainName\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-DomainName-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-DomainName\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-GatewayResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-GatewayResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-GatewayResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-GatewayResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-GatewayResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-GatewayResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Method\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Method\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Method\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Method\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Method-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Method\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Model\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-RequestValidator\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-RequestValidator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-RequestValidator\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-RequestValidator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-RequestValidator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-RequestValidator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Resource\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Resource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Resource\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Resource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Resource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Resource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-RestApi\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-RestApi\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-RestApi\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-RestApi\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-RestApi-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-RestApi\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-Stage\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-Stage\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-Stage\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-Stage\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-Stage-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-Stage\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-UsagePlan\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-UsagePlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-UsagePlan\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-UsagePlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-UsagePlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-UsagePlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-UsagePlanKey\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-UsagePlanKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-UsagePlanKey\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-UsagePlanKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-UsagePlanKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-UsagePlanKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGateway-VpcLink\n        Owner: central-it@customer.com\n        Description: AWS-ApiGateway-VpcLink\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGateway-VpcLink\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGateway-VpcLink\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGateway-VpcLink-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGateway-VpcLink\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Api\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Api\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Api\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Api\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Api-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Api\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-ApiMapping\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-ApiMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-ApiMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-ApiMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-ApiMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-ApiMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Authorizer\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Authorizer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Authorizer\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Authorizer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Authorizer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Authorizer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-DomainName\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-DomainName\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-DomainName\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-DomainName\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-DomainName-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-DomainName\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Integration\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Integration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Integration\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Integration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Integration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Integration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-IntegrationResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-IntegrationResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-IntegrationResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-IntegrationResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-IntegrationResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-IntegrationResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Model\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Route\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-RouteResponse\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-RouteResponse\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-RouteResponse\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-RouteResponse\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-RouteResponse-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-RouteResponse\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApiGatewayV2-Stage\n        Owner: central-it@customer.com\n        Description: AWS-ApiGatewayV2-Stage\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApiGatewayV2-Stage\n        Tags:\n          - Key: product-type\n            Value: AWS-ApiGatewayV2-Stage\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApiGatewayV2-Stage-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApiGatewayV2-Stage\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Application\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-ConfigurationProfile\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-ConfigurationProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-ConfigurationProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-ConfigurationProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-ConfigurationProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-ConfigurationProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Deployment\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Deployment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Deployment\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Deployment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Deployment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Deployment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-DeploymentStrategy\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-DeploymentStrategy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-DeploymentStrategy\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-DeploymentStrategy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-DeploymentStrategy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-DeploymentStrategy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-Environment\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-Environment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-Environment\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-Environment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-Environment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-Environment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppConfig-HostedConfigurationVersion\n        Owner: central-it@customer.com\n        Description: AWS-AppConfig-HostedConfigurationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppConfig-HostedConfigurationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-AppConfig-HostedConfigurationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppConfig-HostedConfigurationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppConfig-HostedConfigurationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-Mesh\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-Mesh\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-Mesh\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-Mesh\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-Mesh-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-Mesh\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-Route\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualNode\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualNode\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualNode\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualNode\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualNode-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualNode\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualRouter\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualRouter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualRouter\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualRouter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualRouter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualRouter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppMesh-VirtualService\n        Owner: central-it@customer.com\n        Description: AWS-AppMesh-VirtualService\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppMesh-VirtualService\n        Tags:\n          - Key: product-type\n            Value: AWS-AppMesh-VirtualService\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppMesh-VirtualService-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppMesh-VirtualService\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-DirectoryConfig\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-DirectoryConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-DirectoryConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-DirectoryConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-DirectoryConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-DirectoryConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-ImageBuilder\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-ImageBuilder\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-ImageBuilder\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-ImageBuilder\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-ImageBuilder-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-ImageBuilder\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-Stack\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-StackFleetAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-StackFleetAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-StackFleetAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-StackFleetAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-StackFleetAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-StackFleetAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-StackUserAssociation\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-StackUserAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-StackUserAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-StackUserAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-StackUserAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-StackUserAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppStream-User\n        Owner: central-it@customer.com\n        Description: AWS-AppStream-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppStream-User\n        Tags:\n          - Key: product-type\n            Value: AWS-AppStream-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppStream-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppStream-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-ApiCache\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-ApiCache\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-ApiCache\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-ApiCache\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-ApiCache-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-ApiCache\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-ApiKey\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-ApiKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-ApiKey\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-ApiKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-ApiKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-ApiKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-DataSource\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-DataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-DataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-DataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-DataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-DataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-FunctionConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-FunctionConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-FunctionConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-FunctionConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-FunctionConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-FunctionConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-GraphQLApi\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-GraphQLApi\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-GraphQLApi\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-GraphQLApi\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-GraphQLApi-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-GraphQLApi\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-GraphQLSchema\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-GraphQLSchema\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-GraphQLSchema\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-GraphQLSchema\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-GraphQLSchema-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-GraphQLSchema\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AppSync-Resolver\n        Owner: central-it@customer.com\n        Description: AWS-AppSync-Resolver\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AppSync-Resolver\n        Tags:\n          - Key: product-type\n            Value: AWS-AppSync-Resolver\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AppSync-Resolver-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AppSync-Resolver\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApplicationAutoScaling-ScalableTarget\n        Owner: central-it@customer.com\n        Description: AWS-ApplicationAutoScaling-ScalableTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApplicationAutoScaling-ScalableTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-ApplicationAutoScaling-ScalableTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApplicationAutoScaling-ScalableTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApplicationAutoScaling-ScalableTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ApplicationAutoScaling-ScalingPolicy\n        Owner: central-it@customer.com\n        Description: AWS-ApplicationAutoScaling-ScalingPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ApplicationAutoScaling-ScalingPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-ApplicationAutoScaling-ScalingPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ApplicationAutoScaling-ScalingPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ApplicationAutoScaling-ScalingPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-DataCatalog\n        Owner: central-it@customer.com\n        Description: AWS-Athena-DataCatalog\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-DataCatalog\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-DataCatalog\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-DataCatalog-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-DataCatalog\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-NamedQuery\n        Owner: central-it@customer.com\n        Description: AWS-Athena-NamedQuery\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-NamedQuery\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-NamedQuery\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-NamedQuery-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-NamedQuery\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Athena-WorkGroup\n        Owner: central-it@customer.com\n        Description: AWS-Athena-WorkGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Athena-WorkGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Athena-WorkGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Athena-WorkGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Athena-WorkGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-AutoScalingGroup\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-AutoScalingGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-AutoScalingGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-AutoScalingGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-AutoScalingGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-AutoScalingGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-LaunchConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-LaunchConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-LaunchConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-LaunchConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-LaunchConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-LaunchConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-LifecycleHook\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-LifecycleHook\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-LifecycleHook\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-LifecycleHook\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-LifecycleHook-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-LifecycleHook\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-ScalingPolicy\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-ScalingPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-ScalingPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-ScalingPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-ScalingPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-ScalingPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScaling-ScheduledAction\n        Owner: central-it@customer.com\n        Description: AWS-AutoScaling-ScheduledAction\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScaling-ScheduledAction\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScaling-ScheduledAction\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScaling-ScheduledAction-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScaling-ScheduledAction\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-AutoScalingPlans-ScalingPlan\n        Owner: central-it@customer.com\n        Description: AWS-AutoScalingPlans-ScalingPlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-AutoScalingPlans-ScalingPlan\n        Tags:\n          - Key: product-type\n            Value: AWS-AutoScalingPlans-ScalingPlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-AutoScalingPlans-ScalingPlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-AutoScalingPlans-ScalingPlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupPlan\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupPlan\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupPlan\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupPlan\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupPlan-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupPlan\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupSelection\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupSelection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupSelection\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupSelection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupSelection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupSelection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Backup-BackupVault\n        Owner: central-it@customer.com\n        Description: AWS-Backup-BackupVault\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Backup-BackupVault\n        Tags:\n          - Key: product-type\n            Value: AWS-Backup-BackupVault\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Backup-BackupVault-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Backup-BackupVault\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-ComputeEnvironment\n        Owner: central-it@customer.com\n        Description: AWS-Batch-ComputeEnvironment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-ComputeEnvironment\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-ComputeEnvironment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-ComputeEnvironment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-ComputeEnvironment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-JobDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Batch-JobDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-JobDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-JobDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-JobDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-JobDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Batch-JobQueue\n        Owner: central-it@customer.com\n        Description: AWS-Batch-JobQueue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Batch-JobQueue\n        Tags:\n          - Key: product-type\n            Value: AWS-Batch-JobQueue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Batch-JobQueue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Batch-JobQueue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Budgets-Budget\n        Owner: central-it@customer.com\n        Description: AWS-Budgets-Budget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Budgets-Budget\n        Tags:\n          - Key: product-type\n            Value: AWS-Budgets-Budget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Budgets-Budget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Budgets-Budget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CE-CostCategory\n        Owner: central-it@customer.com\n        Description: AWS-CE-CostCategory\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CE-CostCategory\n        Tags:\n          - Key: product-type\n            Value: AWS-CE-CostCategory\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CE-CostCategory-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CE-CostCategory\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cassandra-Keyspace\n        Owner: central-it@customer.com\n        Description: AWS-Cassandra-Keyspace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cassandra-Keyspace\n        Tags:\n          - Key: product-type\n            Value: AWS-Cassandra-Keyspace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cassandra-Keyspace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cassandra-Keyspace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cassandra-Table\n        Owner: central-it@customer.com\n        Description: AWS-Cassandra-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cassandra-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-Cassandra-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cassandra-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cassandra-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CertificateManager-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-CertificateManager-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CertificateManager-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-CertificateManager-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CertificateManager-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CertificateManager-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Chatbot-SlackChannelConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Chatbot-SlackChannelConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Chatbot-SlackChannelConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Chatbot-SlackChannelConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Chatbot-SlackChannelConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Chatbot-SlackChannelConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cloud9-EnvironmentEC2\n        Owner: central-it@customer.com\n        Description: AWS-Cloud9-EnvironmentEC2\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cloud9-EnvironmentEC2\n        Tags:\n          - Key: product-type\n            Value: AWS-Cloud9-EnvironmentEC2\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cloud9-EnvironmentEC2-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cloud9-EnvironmentEC2\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-CustomResource\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-CustomResource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-CustomResource\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-CustomResource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-CustomResource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-CustomResource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-Macro\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-Macro\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-Macro\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-Macro\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-Macro-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-Macro\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-Stack\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-WaitCondition\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-WaitCondition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-WaitCondition\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-WaitCondition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-WaitCondition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-WaitCondition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFormation-WaitConditionHandle\n        Owner: central-it@customer.com\n        Description: AWS-CloudFormation-WaitConditionHandle\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFormation-WaitConditionHandle\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFormation-WaitConditionHandle\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFormation-WaitConditionHandle-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFormation-WaitConditionHandle\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-CloudFrontOriginAccessIdentity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-CloudFrontOriginAccessIdentity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-CloudFrontOriginAccessIdentity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-Distribution\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-Distribution\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-Distribution\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-Distribution\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-Distribution-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-Distribution\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudFront-StreamingDistribution\n        Owner: central-it@customer.com\n        Description: AWS-CloudFront-StreamingDistribution\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudFront-StreamingDistribution\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudFront-StreamingDistribution\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudFront-StreamingDistribution-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudFront-StreamingDistribution\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudTrail-Trail\n        Owner: central-it@customer.com\n        Description: AWS-CloudTrail-Trail\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudTrail-Trail\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudTrail-Trail\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudTrail-Trail-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudTrail-Trail\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-Alarm\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-Alarm\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-Alarm\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-Alarm\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-Alarm-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-Alarm\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-AnomalyDetector\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-AnomalyDetector\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-AnomalyDetector\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-AnomalyDetector\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-AnomalyDetector-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-AnomalyDetector\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-CompositeAlarm\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-CompositeAlarm\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-CompositeAlarm\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-CompositeAlarm\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-CompositeAlarm-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-CompositeAlarm\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-Dashboard\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-Dashboard\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-Dashboard\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-Dashboard\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-Dashboard-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-Dashboard\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CloudWatch-InsightRule\n        Owner: central-it@customer.com\n        Description: AWS-CloudWatch-InsightRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CloudWatch-InsightRule\n        Tags:\n          - Key: product-type\n            Value: AWS-CloudWatch-InsightRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CloudWatch-InsightRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CloudWatch-InsightRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-Project\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-Project\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-Project\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-Project\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-Project-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-Project\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-ReportGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-ReportGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-ReportGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-ReportGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-ReportGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-ReportGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeBuild-SourceCredential\n        Owner: central-it@customer.com\n        Description: AWS-CodeBuild-SourceCredential\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeBuild-SourceCredential\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeBuild-SourceCredential\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeBuild-SourceCredential-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeBuild-SourceCredential\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeCommit-Repository\n        Owner: central-it@customer.com\n        Description: AWS-CodeCommit-Repository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeCommit-Repository\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeCommit-Repository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeCommit-Repository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeCommit-Repository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-Application\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-DeploymentConfig\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-DeploymentConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-DeploymentConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-DeploymentConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-DeploymentConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-DeploymentConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeDeploy-DeploymentGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeDeploy-DeploymentGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeDeploy-DeploymentGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeDeploy-DeploymentGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeDeploy-DeploymentGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeDeploy-DeploymentGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeGuruProfiler-ProfilingGroup\n        Owner: central-it@customer.com\n        Description: AWS-CodeGuruProfiler-ProfilingGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeGuruProfiler-ProfilingGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeGuruProfiler-ProfilingGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeGuruProfiler-ProfilingGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeGuruProfiler-ProfilingGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-CustomActionType\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-CustomActionType\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-CustomActionType\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-CustomActionType\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-CustomActionType-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-CustomActionType\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodePipeline-Webhook\n        Owner: central-it@customer.com\n        Description: AWS-CodePipeline-Webhook\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodePipeline-Webhook\n        Tags:\n          - Key: product-type\n            Value: AWS-CodePipeline-Webhook\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodePipeline-Webhook-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodePipeline-Webhook\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStar-GitHubRepository\n        Owner: central-it@customer.com\n        Description: AWS-CodeStar-GitHubRepository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStar-GitHubRepository\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStar-GitHubRepository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStar-GitHubRepository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStar-GitHubRepository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStarConnections-Connection\n        Owner: central-it@customer.com\n        Description: AWS-CodeStarConnections-Connection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStarConnections-Connection\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStarConnections-Connection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStarConnections-Connection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStarConnections-Connection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-CodeStarNotifications-NotificationRule\n        Owner: central-it@customer.com\n        Description: AWS-CodeStarNotifications-NotificationRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-CodeStarNotifications-NotificationRule\n        Tags:\n          - Key: product-type\n            Value: AWS-CodeStarNotifications-NotificationRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-CodeStarNotifications-NotificationRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-CodeStarNotifications-NotificationRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-IdentityPool\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-IdentityPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-IdentityPool\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-IdentityPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-IdentityPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-IdentityPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-IdentityPoolRoleAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-IdentityPoolRoleAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-IdentityPoolRoleAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-IdentityPoolRoleAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-IdentityPoolRoleAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-IdentityPoolRoleAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPool\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPool\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolClient\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolClient\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolClient\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolClient\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolClient-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolClient\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolDomain\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolDomain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolDomain\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolDomain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolDomain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolDomain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolGroup\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolIdentityProvider\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolIdentityProvider\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolIdentityProvider\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolIdentityProvider\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolIdentityProvider-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolIdentityProvider\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolResourceServer\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolResourceServer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolResourceServer\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolResourceServer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolResourceServer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolResourceServer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolRiskConfigurationAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolRiskConfigurationAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolRiskConfigurationAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUICustomizationAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUICustomizationAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUICustomizationAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUICustomizationAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUICustomizationAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUICustomizationAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUser\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUser\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUser\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUser\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUser-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUser\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Cognito-UserPoolUserToGroupAttachment\n        Owner: central-it@customer.com\n        Description: AWS-Cognito-UserPoolUserToGroupAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Cognito-UserPoolUserToGroupAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-Cognito-UserPoolUserToGroupAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Cognito-UserPoolUserToGroupAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Cognito-UserPoolUserToGroupAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-AggregationAuthorization\n        Owner: central-it@customer.com\n        Description: AWS-Config-AggregationAuthorization\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-AggregationAuthorization\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-AggregationAuthorization\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-AggregationAuthorization-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-AggregationAuthorization\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigRule\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigurationAggregator\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigurationAggregator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigurationAggregator\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigurationAggregator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigurationAggregator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigurationAggregator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConfigurationRecorder\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConfigurationRecorder\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConfigurationRecorder\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConfigurationRecorder\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConfigurationRecorder-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConfigurationRecorder\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-ConformancePack\n        Owner: central-it@customer.com\n        Description: AWS-Config-ConformancePack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-ConformancePack\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-ConformancePack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-ConformancePack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-ConformancePack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-DeliveryChannel\n        Owner: central-it@customer.com\n        Description: AWS-Config-DeliveryChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-DeliveryChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-DeliveryChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-DeliveryChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-DeliveryChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-OrganizationConfigRule\n        Owner: central-it@customer.com\n        Description: AWS-Config-OrganizationConfigRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-OrganizationConfigRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-OrganizationConfigRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-OrganizationConfigRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-OrganizationConfigRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-OrganizationConformancePack\n        Owner: central-it@customer.com\n        Description: AWS-Config-OrganizationConformancePack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-OrganizationConformancePack\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-OrganizationConformancePack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-OrganizationConformancePack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-OrganizationConformancePack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Config-RemediationConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Config-RemediationConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Config-RemediationConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Config-RemediationConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Config-RemediationConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Config-RemediationConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-DAX-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-ParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-DAX-ParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-ParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-ParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-ParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-ParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DAX-SubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DAX-SubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DAX-SubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DAX-SubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DAX-SubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DAX-SubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DLM-LifecyclePolicy\n        Owner: central-it@customer.com\n        Description: AWS-DLM-LifecyclePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DLM-LifecyclePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-DLM-LifecyclePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DLM-LifecyclePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DLM-LifecyclePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-DMS-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-Endpoint\n        Owner: central-it@customer.com\n        Description: AWS-DMS-Endpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-Endpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-Endpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-Endpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-Endpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-EventSubscription\n        Owner: central-it@customer.com\n        Description: AWS-DMS-EventSubscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-EventSubscription\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-EventSubscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-EventSubscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-EventSubscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationInstance\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DMS-ReplicationTask\n        Owner: central-it@customer.com\n        Description: AWS-DMS-ReplicationTask\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DMS-ReplicationTask\n        Tags:\n          - Key: product-type\n            Value: AWS-DMS-ReplicationTask\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DMS-ReplicationTask-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DMS-ReplicationTask\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DataPipeline-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-DataPipeline-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DataPipeline-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-DataPipeline-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DataPipeline-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DataPipeline-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Detective-Graph\n        Owner: central-it@customer.com\n        Description: AWS-Detective-Graph\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Detective-Graph\n        Tags:\n          - Key: product-type\n            Value: AWS-Detective-Graph\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Detective-Graph-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Detective-Graph\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Detective-MemberInvitation\n        Owner: central-it@customer.com\n        Description: AWS-Detective-MemberInvitation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Detective-MemberInvitation\n        Tags:\n          - Key: product-type\n            Value: AWS-Detective-MemberInvitation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Detective-MemberInvitation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Detective-MemberInvitation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DirectoryService-MicrosoftAD\n        Owner: central-it@customer.com\n        Description: AWS-DirectoryService-MicrosoftAD\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DirectoryService-MicrosoftAD\n        Tags:\n          - Key: product-type\n            Value: AWS-DirectoryService-MicrosoftAD\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DirectoryService-MicrosoftAD-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DirectoryService-MicrosoftAD\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DirectoryService-SimpleAD\n        Owner: central-it@customer.com\n        Description: AWS-DirectoryService-SimpleAD\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DirectoryService-SimpleAD\n        Tags:\n          - Key: product-type\n            Value: AWS-DirectoryService-SimpleAD\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DirectoryService-SimpleAD-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DirectoryService-SimpleAD\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DocDB-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-DocDB-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DocDB-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-DocDB-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DocDB-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DocDB-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-DynamoDB-Table\n        Owner: central-it@customer.com\n        Description: AWS-DynamoDB-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-DynamoDB-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-DynamoDB-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-DynamoDB-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-DynamoDB-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-CapacityReservation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-CapacityReservation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-CapacityReservation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-CapacityReservation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-CapacityReservation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-CapacityReservation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnAuthorizationRule\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnAuthorizationRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnAuthorizationRule\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnAuthorizationRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnAuthorizationRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnAuthorizationRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-ClientVpnTargetNetworkAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-ClientVpnTargetNetworkAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-ClientVpnTargetNetworkAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-ClientVpnTargetNetworkAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-CustomerGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-CustomerGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-CustomerGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-CustomerGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-CustomerGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-CustomerGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-DHCPOptions\n        Owner: central-it@customer.com\n        Description: AWS-EC2-DHCPOptions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-DHCPOptions\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-DHCPOptions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-DHCPOptions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-DHCPOptions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EC2Fleet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EC2Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EC2Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EC2Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EC2Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EC2Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EIP\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EIP\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EIP\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EIP\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EIP-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EIP\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EIPAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EIPAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EIPAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EIPAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EIPAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EIPAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-EgressOnlyInternetGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-EgressOnlyInternetGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-EgressOnlyInternetGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-EgressOnlyInternetGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-EgressOnlyInternetGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-EgressOnlyInternetGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-FlowLog\n        Owner: central-it@customer.com\n        Description: AWS-EC2-FlowLog\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-FlowLog\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-FlowLog\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-FlowLog-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-FlowLog\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-GatewayRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-GatewayRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-GatewayRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-GatewayRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-GatewayRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-GatewayRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Host\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Host\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Host\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Host\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Host-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Host\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Instance\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-InternetGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-InternetGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-InternetGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-InternetGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-InternetGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-InternetGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LaunchTemplate\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LaunchTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LaunchTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LaunchTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LaunchTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LaunchTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LocalGatewayRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LocalGatewayRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LocalGatewayRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LocalGatewayRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LocalGatewayRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LocalGatewayRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-LocalGatewayRouteTableVPCAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-LocalGatewayRouteTableVPCAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NatGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NatGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NatGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NatGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NatGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NatGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkAcl\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkAcl\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkAcl\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkAcl\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkAcl-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkAcl\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkAclEntry\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkAclEntry\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkAclEntry\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkAclEntry\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkAclEntry-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkAclEntry\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterface\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterface\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterface\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterface\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterface-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterface\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterfaceAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterfaceAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterfaceAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterfaceAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterfaceAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterfaceAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-NetworkInterfacePermission\n        Owner: central-it@customer.com\n        Description: AWS-EC2-NetworkInterfacePermission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-NetworkInterfacePermission\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-NetworkInterfacePermission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-NetworkInterfacePermission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-NetworkInterfacePermission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-PlacementGroup\n        Owner: central-it@customer.com\n        Description: AWS-EC2-PlacementGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-PlacementGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-PlacementGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-PlacementGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-PlacementGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-PrefixList\n        Owner: central-it@customer.com\n        Description: AWS-EC2-PrefixList\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-PrefixList\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-PrefixList\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-PrefixList-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-PrefixList\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Route\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Route\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Route\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Route\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Route-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Route\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-RouteTable\n        Owner: central-it@customer.com\n        Description: AWS-EC2-RouteTable\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-RouteTable\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-RouteTable\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-RouteTable-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-RouteTable\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroupEgress\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroupEgress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroupEgress\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroupEgress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroupEgress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroupEgress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SpotFleet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SpotFleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SpotFleet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SpotFleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SpotFleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SpotFleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Subnet\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Subnet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Subnet\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Subnet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Subnet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Subnet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetCidrBlock\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetCidrBlock\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetCidrBlock\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetCidrBlock\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetCidrBlock-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetCidrBlock\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetNetworkAclAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetNetworkAclAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetNetworkAclAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetNetworkAclAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetNetworkAclAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetNetworkAclAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-SubnetRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-SubnetRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-SubnetRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-SubnetRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-SubnetRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-SubnetRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorFilter\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorFilterRule\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorFilterRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorFilterRule\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorFilterRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorFilterRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorFilterRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorSession\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorSession\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorSession\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorSession\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorSession-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorSession\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TrafficMirrorTarget\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TrafficMirrorTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TrafficMirrorTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TrafficMirrorTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TrafficMirrorTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TrafficMirrorTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTable\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTable\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTable\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTable\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTable-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTable\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTableAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTableAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTableAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTableAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTableAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTableAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-TransitGatewayRouteTablePropagation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-TransitGatewayRouteTablePropagation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-TransitGatewayRouteTablePropagation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-TransitGatewayRouteTablePropagation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-TransitGatewayRouteTablePropagation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-TransitGatewayRouteTablePropagation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPC\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPC\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPC\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPC\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPC-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPC\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCCidrBlock\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCCidrBlock\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCCidrBlock\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCCidrBlock\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCCidrBlock-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCCidrBlock\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCDHCPOptionsAssociation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCDHCPOptionsAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCDHCPOptionsAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCDHCPOptionsAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCDHCPOptionsAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCDHCPOptionsAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointConnectionNotification\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointConnectionNotification\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointConnectionNotification\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointConnectionNotification\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointConnectionNotification-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointConnectionNotification\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointService\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointService\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointService\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointService\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointService-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointService\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCEndpointServicePermissions\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCEndpointServicePermissions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCEndpointServicePermissions\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCEndpointServicePermissions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCEndpointServicePermissions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCEndpointServicePermissions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCGatewayAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCGatewayAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCGatewayAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCGatewayAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCGatewayAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCGatewayAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPCPeeringConnection\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPCPeeringConnection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPCPeeringConnection\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPCPeeringConnection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPCPeeringConnection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPCPeeringConnection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNConnection\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNConnection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNConnection\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNConnection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNConnection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNConnection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNConnectionRoute\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNConnectionRoute\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNConnectionRoute\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNConnectionRoute\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNConnectionRoute-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNConnectionRoute\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNGateway\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNGateway\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNGateway\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNGateway\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNGateway-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNGateway\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VPNGatewayRoutePropagation\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VPNGatewayRoutePropagation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VPNGatewayRoutePropagation\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VPNGatewayRoutePropagation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VPNGatewayRoutePropagation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VPNGatewayRoutePropagation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-Volume\n        Owner: central-it@customer.com\n        Description: AWS-EC2-Volume\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-Volume\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-Volume\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-Volume-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-Volume\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EC2-VolumeAttachment\n        Owner: central-it@customer.com\n        Description: AWS-EC2-VolumeAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EC2-VolumeAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-EC2-VolumeAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EC2-VolumeAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EC2-VolumeAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECR-Repository\n        Owner: central-it@customer.com\n        Description: AWS-ECR-Repository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECR-Repository\n        Tags:\n          - Key: product-type\n            Value: AWS-ECR-Repository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECR-Repository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECR-Repository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-CapacityProvider\n        Owner: central-it@customer.com\n        Description: AWS-ECS-CapacityProvider\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-CapacityProvider\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-CapacityProvider\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-CapacityProvider-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-CapacityProvider\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-ECS-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-PrimaryTaskSet\n        Owner: central-it@customer.com\n        Description: AWS-ECS-PrimaryTaskSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-PrimaryTaskSet\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-PrimaryTaskSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-PrimaryTaskSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-PrimaryTaskSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-Service\n        Owner: central-it@customer.com\n        Description: AWS-ECS-Service\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-Service\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-Service\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-Service-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-Service\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-TaskDefinition\n        Owner: central-it@customer.com\n        Description: AWS-ECS-TaskDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-TaskDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-TaskDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-TaskDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-TaskDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ECS-TaskSet\n        Owner: central-it@customer.com\n        Description: AWS-ECS-TaskSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ECS-TaskSet\n        Tags:\n          - Key: product-type\n            Value: AWS-ECS-TaskSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ECS-TaskSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ECS-TaskSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-AccessPoint\n        Owner: central-it@customer.com\n        Description: AWS-EFS-AccessPoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-AccessPoint\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-AccessPoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-AccessPoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-AccessPoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-FileSystem\n        Owner: central-it@customer.com\n        Description: AWS-EFS-FileSystem\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-FileSystem\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-FileSystem\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-FileSystem-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-FileSystem\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EFS-MountTarget\n        Owner: central-it@customer.com\n        Description: AWS-EFS-MountTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EFS-MountTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-EFS-MountTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EFS-MountTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EFS-MountTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EKS-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-EKS-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EKS-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-EKS-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EKS-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EKS-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EKS-Nodegroup\n        Owner: central-it@customer.com\n        Description: AWS-EKS-Nodegroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EKS-Nodegroup\n        Tags:\n          - Key: product-type\n            Value: AWS-EKS-Nodegroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EKS-Nodegroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EKS-Nodegroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-EMR-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-InstanceFleetConfig\n        Owner: central-it@customer.com\n        Description: AWS-EMR-InstanceFleetConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-InstanceFleetConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-InstanceFleetConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-InstanceFleetConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-InstanceFleetConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-InstanceGroupConfig\n        Owner: central-it@customer.com\n        Description: AWS-EMR-InstanceGroupConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-InstanceGroupConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-InstanceGroupConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-InstanceGroupConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-InstanceGroupConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-SecurityConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-EMR-SecurityConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-SecurityConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-SecurityConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-SecurityConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-SecurityConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EMR-Step\n        Owner: central-it@customer.com\n        Description: AWS-EMR-Step\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EMR-Step\n        Tags:\n          - Key: product-type\n            Value: AWS-EMR-Step\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EMR-Step-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EMR-Step\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-CacheCluster\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-CacheCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-CacheCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-CacheCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-CacheCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-CacheCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-ParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-ParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-ParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-ParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-ParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-ParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-ReplicationGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-ReplicationGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-ReplicationGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-ReplicationGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-ReplicationGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-ReplicationGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElastiCache-SubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElastiCache-SubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElastiCache-SubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElastiCache-SubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElastiCache-SubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElastiCache-SubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-Application\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-ApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-ApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-ApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-ApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-ApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-ApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-ConfigurationTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-ConfigurationTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-ConfigurationTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-ConfigurationTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticBeanstalk-Environment\n        Owner: central-it@customer.com\n        Description: AWS-ElasticBeanstalk-Environment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticBeanstalk-Environment\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticBeanstalk-Environment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticBeanstalk-Environment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticBeanstalk-Environment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancing-LoadBalancer\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancing-LoadBalancer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancing-LoadBalancer\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancing-LoadBalancer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancing-LoadBalancer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancing-LoadBalancer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-Listener\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-Listener\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-Listener\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-Listener\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-Listener-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-Listener\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-ListenerCertificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-ListenerCertificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-ListenerCertificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-ListenerRule\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-ListenerRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-ListenerRule\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-ListenerRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-ListenerRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-ListenerRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-LoadBalancer\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-LoadBalancer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-LoadBalancer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-LoadBalancer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ElasticLoadBalancingV2-TargetGroup\n        Owner: central-it@customer.com\n        Description: AWS-ElasticLoadBalancingV2-TargetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ElasticLoadBalancingV2-TargetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-ElasticLoadBalancingV2-TargetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ElasticLoadBalancingV2-TargetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ElasticLoadBalancingV2-TargetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Elasticsearch-Domain\n        Owner: central-it@customer.com\n        Description: AWS-Elasticsearch-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Elasticsearch-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-Elasticsearch-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Elasticsearch-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Elasticsearch-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Discoverer\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Discoverer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Discoverer\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Discoverer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Discoverer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Discoverer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Registry\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Registry\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Registry\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Registry\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Registry-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Registry\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-RegistryPolicy\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-RegistryPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-RegistryPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-RegistryPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-RegistryPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-RegistryPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-EventSchemas-Schema\n        Owner: central-it@customer.com\n        Description: AWS-EventSchemas-Schema\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-EventSchemas-Schema\n        Tags:\n          - Key: product-type\n            Value: AWS-EventSchemas-Schema\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-EventSchemas-Schema-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-EventSchemas-Schema\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-EventBus\n        Owner: central-it@customer.com\n        Description: AWS-Events-EventBus\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-EventBus\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-EventBus\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-EventBus-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-EventBus\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-EventBusPolicy\n        Owner: central-it@customer.com\n        Description: AWS-Events-EventBusPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-EventBusPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-EventBusPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-EventBusPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-EventBusPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Events-Rule\n        Owner: central-it@customer.com\n        Description: AWS-Events-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Events-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-Events-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Events-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Events-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FMS-NotificationChannel\n        Owner: central-it@customer.com\n        Description: AWS-FMS-NotificationChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FMS-NotificationChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-FMS-NotificationChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FMS-NotificationChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FMS-NotificationChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FMS-Policy\n        Owner: central-it@customer.com\n        Description: AWS-FMS-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FMS-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-FMS-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FMS-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FMS-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-FSx-FileSystem\n        Owner: central-it@customer.com\n        Description: AWS-FSx-FileSystem\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-FSx-FileSystem\n        Tags:\n          - Key: product-type\n            Value: AWS-FSx-FileSystem\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-FSx-FileSystem-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-FSx-FileSystem\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Alias\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Build\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Build\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Build\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Build\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Build-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Build\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-GameSessionQueue\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-GameSessionQueue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-GameSessionQueue\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-GameSessionQueue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-GameSessionQueue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-GameSessionQueue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-MatchmakingConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-MatchmakingConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-MatchmakingConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-MatchmakingConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-MatchmakingConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-MatchmakingConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-MatchmakingRuleSet\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-MatchmakingRuleSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-MatchmakingRuleSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-MatchmakingRuleSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-MatchmakingRuleSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-MatchmakingRuleSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GameLift-Script\n        Owner: central-it@customer.com\n        Description: AWS-GameLift-Script\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GameLift-Script\n        Tags:\n          - Key: product-type\n            Value: AWS-GameLift-Script\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GameLift-Script-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GameLift-Script\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-Accelerator\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-Accelerator\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-Accelerator\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-Accelerator\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-Accelerator-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-Accelerator\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-EndpointGroup\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-EndpointGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-EndpointGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-EndpointGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-EndpointGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-EndpointGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GlobalAccelerator-Listener\n        Owner: central-it@customer.com\n        Description: AWS-GlobalAccelerator-Listener\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GlobalAccelerator-Listener\n        Tags:\n          - Key: product-type\n            Value: AWS-GlobalAccelerator-Listener\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GlobalAccelerator-Listener-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GlobalAccelerator-Listener\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Classifier\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Classifier\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Classifier\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Classifier\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Classifier-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Classifier\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Connection\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Connection\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Connection\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Connection\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Connection-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Connection\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Crawler\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Crawler\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Crawler\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Crawler\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Crawler-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Crawler\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-DataCatalogEncryptionSettings\n        Owner: central-it@customer.com\n        Description: AWS-Glue-DataCatalogEncryptionSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-DataCatalogEncryptionSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-DataCatalogEncryptionSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-DataCatalogEncryptionSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-DataCatalogEncryptionSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Database\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Database\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Database\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Database\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Database-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Database\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-DevEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-Glue-DevEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-DevEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-DevEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-DevEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-DevEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Job\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Job\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Job\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Job\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Job-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Job\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-MLTransform\n        Owner: central-it@customer.com\n        Description: AWS-Glue-MLTransform\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-MLTransform\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-MLTransform\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-MLTransform-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-MLTransform\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Partition\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Partition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Partition\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Partition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Partition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Partition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-SecurityConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-Glue-SecurityConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-SecurityConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-SecurityConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-SecurityConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-SecurityConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Table\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Table\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Table\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Table\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Table-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Table\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Trigger\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Trigger\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Trigger\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Trigger\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Trigger-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Trigger\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Glue-Workflow\n        Owner: central-it@customer.com\n        Description: AWS-Glue-Workflow\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Glue-Workflow\n        Tags:\n          - Key: product-type\n            Value: AWS-Glue-Workflow\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Glue-Workflow-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Glue-Workflow\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ConnectorDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ConnectorDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ConnectorDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ConnectorDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ConnectorDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ConnectorDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ConnectorDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ConnectorDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ConnectorDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ConnectorDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ConnectorDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ConnectorDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-CoreDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-CoreDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-CoreDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-CoreDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-CoreDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-CoreDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-CoreDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-CoreDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-CoreDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-CoreDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-CoreDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-CoreDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-DeviceDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-DeviceDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-DeviceDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-DeviceDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-DeviceDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-DeviceDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-DeviceDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-DeviceDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-DeviceDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-DeviceDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-DeviceDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-DeviceDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-FunctionDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-FunctionDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-FunctionDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-FunctionDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-FunctionDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-FunctionDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-FunctionDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-FunctionDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-FunctionDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-FunctionDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-FunctionDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-FunctionDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-Group\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-GroupVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-GroupVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-GroupVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-GroupVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-GroupVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-GroupVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-LoggerDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-LoggerDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-LoggerDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-LoggerDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-LoggerDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-LoggerDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-LoggerDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-LoggerDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-LoggerDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-LoggerDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-LoggerDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-LoggerDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ResourceDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ResourceDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ResourceDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ResourceDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ResourceDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ResourceDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-ResourceDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-ResourceDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-ResourceDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-ResourceDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-ResourceDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-ResourceDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-SubscriptionDefinition\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-SubscriptionDefinition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-SubscriptionDefinition\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-SubscriptionDefinition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-SubscriptionDefinition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-SubscriptionDefinition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Greengrass-SubscriptionDefinitionVersion\n        Owner: central-it@customer.com\n        Description: AWS-Greengrass-SubscriptionDefinitionVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Greengrass-SubscriptionDefinitionVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Greengrass-SubscriptionDefinitionVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Greengrass-SubscriptionDefinitionVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Greengrass-SubscriptionDefinitionVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-Config\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-Config\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-Config\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-Config\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-Config-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-Config\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-DataflowEndpointGroup\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-DataflowEndpointGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-DataflowEndpointGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-DataflowEndpointGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-DataflowEndpointGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-DataflowEndpointGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GroundStation-MissionProfile\n        Owner: central-it@customer.com\n        Description: AWS-GroundStation-MissionProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GroundStation-MissionProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-GroundStation-MissionProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GroundStation-MissionProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GroundStation-MissionProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Detector\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Detector\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Detector\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Detector\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Detector-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Detector\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Filter\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Filter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Filter\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Filter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Filter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Filter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Master\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Master\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Master\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Master\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Master-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Master\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-Member\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-Member\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-Member\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-Member\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-Member-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-Member\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-GuardDuty-ThreatIntelSet\n        Owner: central-it@customer.com\n        Description: AWS-GuardDuty-ThreatIntelSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-GuardDuty-ThreatIntelSet\n        Tags:\n          - Key: product-type\n            Value: AWS-GuardDuty-ThreatIntelSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-GuardDuty-ThreatIntelSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-GuardDuty-ThreatIntelSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-AccessKey\n        Owner: central-it@customer.com\n        Description: AWS-IAM-AccessKey\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-AccessKey\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-AccessKey\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-AccessKey-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-AccessKey\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Group\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-InstanceProfile\n        Owner: central-it@customer.com\n        Description: AWS-IAM-InstanceProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-InstanceProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-InstanceProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-InstanceProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-InstanceProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-ManagedPolicy\n        Owner: central-it@customer.com\n        Description: AWS-IAM-ManagedPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-ManagedPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-ManagedPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-ManagedPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-ManagedPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Policy\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-Role\n        Owner: central-it@customer.com\n        Description: AWS-IAM-Role\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-Role\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-Role\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-Role-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-Role\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-ServiceLinkedRole\n        Owner: central-it@customer.com\n        Description: AWS-IAM-ServiceLinkedRole\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-ServiceLinkedRole\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-ServiceLinkedRole\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-ServiceLinkedRole-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-ServiceLinkedRole\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-User\n        Owner: central-it@customer.com\n        Description: AWS-IAM-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-User\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IAM-UserToGroupAddition\n        Owner: central-it@customer.com\n        Description: AWS-IAM-UserToGroupAddition\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IAM-UserToGroupAddition\n        Tags:\n          - Key: product-type\n            Value: AWS-IAM-UserToGroupAddition\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IAM-UserToGroupAddition-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IAM-UserToGroupAddition\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-Component\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-Component\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-Component\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-Component\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-Component-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-Component\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-DistributionConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-DistributionConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-DistributionConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-DistributionConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-DistributionConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-DistributionConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-Image\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-Image\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-Image\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-Image\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-Image-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-Image\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-ImagePipeline\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-ImagePipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-ImagePipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-ImagePipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-ImagePipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-ImagePipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-ImageRecipe\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-ImageRecipe\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-ImageRecipe\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-ImageRecipe\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-ImageRecipe-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-ImageRecipe\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ImageBuilder-InfrastructureConfiguration\n        Owner: central-it@customer.com\n        Description: AWS-ImageBuilder-InfrastructureConfiguration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ImageBuilder-InfrastructureConfiguration\n        Tags:\n          - Key: product-type\n            Value: AWS-ImageBuilder-InfrastructureConfiguration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ImageBuilder-InfrastructureConfiguration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ImageBuilder-InfrastructureConfiguration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-AssessmentTarget\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-AssessmentTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-AssessmentTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-AssessmentTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-AssessmentTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-AssessmentTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-AssessmentTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-AssessmentTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-AssessmentTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-AssessmentTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-AssessmentTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-AssessmentTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Inspector-ResourceGroup\n        Owner: central-it@customer.com\n        Description: AWS-Inspector-ResourceGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Inspector-ResourceGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Inspector-ResourceGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Inspector-ResourceGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Inspector-ResourceGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Certificate\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Certificate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Certificate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Certificate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Certificate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Certificate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Policy\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Policy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Policy\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Policy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Policy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Policy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-PolicyPrincipalAttachment\n        Owner: central-it@customer.com\n        Description: AWS-IoT-PolicyPrincipalAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-PolicyPrincipalAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-PolicyPrincipalAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-PolicyPrincipalAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-PolicyPrincipalAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-ProvisioningTemplate\n        Owner: central-it@customer.com\n        Description: AWS-IoT-ProvisioningTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-ProvisioningTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-ProvisioningTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-ProvisioningTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-ProvisioningTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-Thing\n        Owner: central-it@customer.com\n        Description: AWS-IoT-Thing\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-Thing\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-Thing\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-Thing-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-Thing\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-ThingPrincipalAttachment\n        Owner: central-it@customer.com\n        Description: AWS-IoT-ThingPrincipalAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-ThingPrincipalAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-ThingPrincipalAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-ThingPrincipalAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-ThingPrincipalAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT-TopicRule\n        Owner: central-it@customer.com\n        Description: AWS-IoT-TopicRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT-TopicRule\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT-TopicRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT-TopicRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT-TopicRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Device\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Device\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Device\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Device\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Device-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Device\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Placement\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Placement\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Placement\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Placement\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Placement-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Placement\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoT1Click-Project\n        Owner: central-it@customer.com\n        Description: AWS-IoT1Click-Project\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoT1Click-Project\n        Tags:\n          - Key: product-type\n            Value: AWS-IoT1Click-Project\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoT1Click-Project-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoT1Click-Project\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Channel\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Channel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Channel\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Channel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Channel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Channel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Dataset\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Dataset\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Dataset\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Dataset\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Dataset-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Dataset\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Datastore\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Datastore\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Datastore\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Datastore\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Datastore-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Datastore\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTAnalytics-Pipeline\n        Owner: central-it@customer.com\n        Description: AWS-IoTAnalytics-Pipeline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTAnalytics-Pipeline\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTAnalytics-Pipeline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTAnalytics-Pipeline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTAnalytics-Pipeline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTEvents-DetectorModel\n        Owner: central-it@customer.com\n        Description: AWS-IoTEvents-DetectorModel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTEvents-DetectorModel\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTEvents-DetectorModel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTEvents-DetectorModel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTEvents-DetectorModel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTEvents-Input\n        Owner: central-it@customer.com\n        Description: AWS-IoTEvents-Input\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTEvents-Input\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTEvents-Input\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTEvents-Input-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTEvents-Input\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-IoTThingsGraph-FlowTemplate\n        Owner: central-it@customer.com\n        Description: AWS-IoTThingsGraph-FlowTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-IoTThingsGraph-FlowTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-IoTThingsGraph-FlowTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-IoTThingsGraph-FlowTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-IoTThingsGraph-FlowTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KMS-Alias\n        Owner: central-it@customer.com\n        Description: AWS-KMS-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KMS-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-KMS-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KMS-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KMS-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KMS-Key\n        Owner: central-it@customer.com\n        Description: AWS-KMS-Key\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KMS-Key\n        Tags:\n          - Key: product-type\n            Value: AWS-KMS-Key\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KMS-Key-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KMS-Key\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Kinesis-Stream\n        Owner: central-it@customer.com\n        Description: AWS-Kinesis-Stream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Kinesis-Stream\n        Tags:\n          - Key: product-type\n            Value: AWS-Kinesis-Stream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Kinesis-Stream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Kinesis-Stream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Kinesis-StreamConsumer\n        Owner: central-it@customer.com\n        Description: AWS-Kinesis-StreamConsumer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Kinesis-StreamConsumer\n        Tags:\n          - Key: product-type\n            Value: AWS-Kinesis-StreamConsumer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Kinesis-StreamConsumer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Kinesis-StreamConsumer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-Application\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-ApplicationOutput\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-ApplicationOutput\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-ApplicationOutput\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-ApplicationOutput\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-ApplicationOutput-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-ApplicationOutput\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalytics-ApplicationReferenceDataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalytics-ApplicationReferenceDataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-Application\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-Application\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-Application\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-Application\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-Application-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-Application\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationCloudWatchLoggingOption\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationOutput\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationOutput\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationOutput-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationOutput\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Owner: central-it@customer.com\n        Description: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisAnalyticsV2-ApplicationReferenceDataSource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-KinesisFirehose-DeliveryStream\n        Owner: central-it@customer.com\n        Description: AWS-KinesisFirehose-DeliveryStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-KinesisFirehose-DeliveryStream\n        Tags:\n          - Key: product-type\n            Value: AWS-KinesisFirehose-DeliveryStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-KinesisFirehose-DeliveryStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-KinesisFirehose-DeliveryStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-DataLakeSettings\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-DataLakeSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-DataLakeSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-DataLakeSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-DataLakeSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-DataLakeSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-Permissions\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-Permissions\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-Permissions\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-Permissions\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-Permissions-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-Permissions\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-LakeFormation-Resource\n        Owner: central-it@customer.com\n        Description: AWS-LakeFormation-Resource\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-LakeFormation-Resource\n        Tags:\n          - Key: product-type\n            Value: AWS-LakeFormation-Resource\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-LakeFormation-Resource-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-LakeFormation-Resource\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Alias\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Alias\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Alias\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Alias\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Alias-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Alias\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-EventInvokeConfig\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-EventInvokeConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-EventInvokeConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-EventInvokeConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-EventInvokeConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-EventInvokeConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-EventSourceMapping\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-EventSourceMapping\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-EventSourceMapping\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-EventSourceMapping\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-EventSourceMapping-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-EventSourceMapping\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Function\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Function\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Function\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Function\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Function-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Function\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-LayerVersion\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-LayerVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-LayerVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-LayerVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-LayerVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-LayerVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-LayerVersionPermission\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-LayerVersionPermission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-LayerVersionPermission\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-LayerVersionPermission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-LayerVersionPermission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-LayerVersionPermission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Permission\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Permission\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Permission\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Permission\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Permission-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Permission\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Lambda-Version\n        Owner: central-it@customer.com\n        Description: AWS-Lambda-Version\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Lambda-Version\n        Tags:\n          - Key: product-type\n            Value: AWS-Lambda-Version\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Lambda-Version-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Lambda-Version\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-Destination\n        Owner: central-it@customer.com\n        Description: AWS-Logs-Destination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-Destination\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-Destination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-Destination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-Destination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-LogGroup\n        Owner: central-it@customer.com\n        Description: AWS-Logs-LogGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-LogGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-LogGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-LogGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-LogGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-LogStream\n        Owner: central-it@customer.com\n        Description: AWS-Logs-LogStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-LogStream\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-LogStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-LogStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-LogStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-MetricFilter\n        Owner: central-it@customer.com\n        Description: AWS-Logs-MetricFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-MetricFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-MetricFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-MetricFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-MetricFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Logs-SubscriptionFilter\n        Owner: central-it@customer.com\n        Description: AWS-Logs-SubscriptionFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Logs-SubscriptionFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Logs-SubscriptionFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Logs-SubscriptionFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Logs-SubscriptionFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MSK-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-MSK-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MSK-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-MSK-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MSK-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MSK-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-CustomDataIdentifier\n        Owner: central-it@customer.com\n        Description: AWS-Macie-CustomDataIdentifier\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-CustomDataIdentifier\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-CustomDataIdentifier\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-CustomDataIdentifier-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-CustomDataIdentifier\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-FindingsFilter\n        Owner: central-it@customer.com\n        Description: AWS-Macie-FindingsFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-FindingsFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-FindingsFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-FindingsFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-FindingsFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Macie-Session\n        Owner: central-it@customer.com\n        Description: AWS-Macie-Session\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Macie-Session\n        Tags:\n          - Key: product-type\n            Value: AWS-Macie-Session\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Macie-Session-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Macie-Session\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ManagedBlockchain-Member\n        Owner: central-it@customer.com\n        Description: AWS-ManagedBlockchain-Member\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ManagedBlockchain-Member\n        Tags:\n          - Key: product-type\n            Value: AWS-ManagedBlockchain-Member\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ManagedBlockchain-Member-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ManagedBlockchain-Member\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ManagedBlockchain-Node\n        Owner: central-it@customer.com\n        Description: AWS-ManagedBlockchain-Node\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ManagedBlockchain-Node\n        Tags:\n          - Key: product-type\n            Value: AWS-ManagedBlockchain-Node\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ManagedBlockchain-Node-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ManagedBlockchain-Node\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-JobTemplate\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-JobTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-JobTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-JobTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-JobTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-JobTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-Preset\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-Preset\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-Preset\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-Preset\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-Preset-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-Preset\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaConvert-Queue\n        Owner: central-it@customer.com\n        Description: AWS-MediaConvert-Queue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaConvert-Queue\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaConvert-Queue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaConvert-Queue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaConvert-Queue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-Channel\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-Channel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-Channel\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-Channel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-Channel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-Channel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-Input\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-Input\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-Input\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-Input\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-Input-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-Input\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaLive-InputSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-MediaLive-InputSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaLive-InputSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaLive-InputSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaLive-InputSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaLive-InputSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-MediaStore-Container\n        Owner: central-it@customer.com\n        Description: AWS-MediaStore-Container\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-MediaStore-Container\n        Tags:\n          - Key: product-type\n            Value: AWS-MediaStore-Container\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-MediaStore-Container-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-MediaStore-Container\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Neptune-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Neptune-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Neptune-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Neptune-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Neptune-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Neptune-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-CustomerGatewayAssociation\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-CustomerGatewayAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-CustomerGatewayAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-CustomerGatewayAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-CustomerGatewayAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-CustomerGatewayAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Device\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Device\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Device\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Device\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Device-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Device\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-GlobalNetwork\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-GlobalNetwork\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-GlobalNetwork\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-GlobalNetwork\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-GlobalNetwork-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-GlobalNetwork\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Link\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Link\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Link\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Link\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Link-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Link\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-LinkAssociation\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-LinkAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-LinkAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-LinkAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-LinkAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-LinkAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-Site\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-Site\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-Site\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-Site\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-Site-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-Site\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-NetworkManager-TransitGatewayRegistration\n        Owner: central-it@customer.com\n        Description: AWS-NetworkManager-TransitGatewayRegistration\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-NetworkManager-TransitGatewayRegistration\n        Tags:\n          - Key: product-type\n            Value: AWS-NetworkManager-TransitGatewayRegistration\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-NetworkManager-TransitGatewayRegistration-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-NetworkManager-TransitGatewayRegistration\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-App\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-App\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-ElasticLoadBalancerAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-ElasticLoadBalancerAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-ElasticLoadBalancerAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Instance\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Layer\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Layer\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Layer\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Layer\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Layer-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Layer\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Stack\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Stack\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Stack\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Stack\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Stack-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Stack\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-UserProfile\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-UserProfile\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-UserProfile\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-UserProfile\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-UserProfile-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-UserProfile\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorks-Volume\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorks-Volume\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorks-Volume\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorks-Volume\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorks-Volume-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorks-Volume\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-OpsWorksCM-Server\n        Owner: central-it@customer.com\n        Description: AWS-OpsWorksCM-Server\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-OpsWorksCM-Server\n        Tags:\n          - Key: product-type\n            Value: AWS-OpsWorksCM-Server\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-OpsWorksCM-Server-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-OpsWorksCM-Server\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-ADMChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-ADMChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-ADMChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-ADMChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-ADMChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-ADMChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSSandboxChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSSandboxChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSSandboxChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSSandboxChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSSandboxChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSSandboxChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSVoipChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSVoipChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSVoipChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSVoipChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSVoipChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSVoipChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-APNSVoipSandboxChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-APNSVoipSandboxChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-APNSVoipSandboxChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-APNSVoipSandboxChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-APNSVoipSandboxChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-APNSVoipSandboxChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-App\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-App\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-App\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-App\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-App-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-App\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-ApplicationSettings\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-ApplicationSettings\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-ApplicationSettings\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-ApplicationSettings\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-ApplicationSettings-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-ApplicationSettings\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-BaiduChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-BaiduChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-BaiduChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-BaiduChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-BaiduChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-BaiduChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-Campaign\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-Campaign\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-Campaign\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-Campaign\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-Campaign-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-Campaign\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EmailChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EmailChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EmailChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EmailChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EmailChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EmailChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EmailTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EmailTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EmailTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EmailTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EmailTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EmailTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-EventStream\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-EventStream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-EventStream\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-EventStream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-EventStream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-EventStream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-GCMChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-GCMChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-GCMChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-GCMChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-GCMChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-GCMChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-PushTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-PushTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-PushTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-PushTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-PushTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-PushTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-SMSChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-SMSChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-SMSChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-SMSChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-SMSChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-SMSChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-Segment\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-Segment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-Segment\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-Segment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-Segment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-Segment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-SmsTemplate\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-SmsTemplate\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-SmsTemplate\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-SmsTemplate\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-SmsTemplate-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-SmsTemplate\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Pinpoint-VoiceChannel\n        Owner: central-it@customer.com\n        Description: AWS-Pinpoint-VoiceChannel\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Pinpoint-VoiceChannel\n        Tags:\n          - Key: product-type\n            Value: AWS-Pinpoint-VoiceChannel\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Pinpoint-VoiceChannel-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Pinpoint-VoiceChannel\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-ConfigurationSet\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-ConfigurationSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-ConfigurationSet\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-ConfigurationSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-ConfigurationSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-ConfigurationSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-ConfigurationSetEventDestination\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-ConfigurationSetEventDestination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-ConfigurationSetEventDestination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-ConfigurationSetEventDestination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-DedicatedIpPool\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-DedicatedIpPool\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-DedicatedIpPool\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-DedicatedIpPool\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-DedicatedIpPool-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-DedicatedIpPool\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-PinpointEmail-Identity\n        Owner: central-it@customer.com\n        Description: AWS-PinpointEmail-Identity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-PinpointEmail-Identity\n        Tags:\n          - Key: product-type\n            Value: AWS-PinpointEmail-Identity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-PinpointEmail-Identity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-PinpointEmail-Identity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-QLDB-Ledger\n        Owner: central-it@customer.com\n        Description: AWS-QLDB-Ledger\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-QLDB-Ledger\n        Tags:\n          - Key: product-type\n            Value: AWS-QLDB-Ledger\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-QLDB-Ledger-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-QLDB-Ledger\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-QLDB-Stream\n        Owner: central-it@customer.com\n        Description: AWS-QLDB-Stream\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-QLDB-Stream\n        Tags:\n          - Key: product-type\n            Value: AWS-QLDB-Stream\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-QLDB-Stream-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-QLDB-Stream\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RAM-ResourceShare\n        Owner: central-it@customer.com\n        Description: AWS-RAM-ResourceShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RAM-ResourceShare\n        Tags:\n          - Key: product-type\n            Value: AWS-RAM-ResourceShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RAM-ResourceShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RAM-ResourceShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBCluster\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBCluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBCluster\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBCluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBCluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBCluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBInstance\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBProxy\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBProxy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBProxy\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBProxy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBProxy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBProxy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBProxyTargetGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBProxyTargetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBProxyTargetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBProxyTargetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBProxyTargetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBProxyTargetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-DBSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-DBSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-DBSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-DBSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-DBSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-DBSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-EventSubscription\n        Owner: central-it@customer.com\n        Description: AWS-RDS-EventSubscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-EventSubscription\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-EventSubscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-EventSubscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-EventSubscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RDS-OptionGroup\n        Owner: central-it@customer.com\n        Description: AWS-RDS-OptionGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RDS-OptionGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-RDS-OptionGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RDS-OptionGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RDS-OptionGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-Cluster\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-Cluster\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-Cluster\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-Cluster\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-Cluster-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-Cluster\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterParameterGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterParameterGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterParameterGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterParameterGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterParameterGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterParameterGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSecurityGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSecurityGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSecurityGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSecurityGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSecurityGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSecurityGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSecurityGroupIngress\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSecurityGroupIngress\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSecurityGroupIngress\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSecurityGroupIngress\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSecurityGroupIngress-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSecurityGroupIngress\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Redshift-ClusterSubnetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Redshift-ClusterSubnetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Redshift-ClusterSubnetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Redshift-ClusterSubnetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Redshift-ClusterSubnetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Redshift-ClusterSubnetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ResourceGroups-Group\n        Owner: central-it@customer.com\n        Description: AWS-ResourceGroups-Group\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ResourceGroups-Group\n        Tags:\n          - Key: product-type\n            Value: AWS-ResourceGroups-Group\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ResourceGroups-Group-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ResourceGroups-Group\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-Fleet\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-Fleet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-Fleet\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-Fleet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-Fleet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-Fleet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-Robot\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-Robot\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-Robot\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-Robot\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-Robot-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-Robot\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-RobotApplication\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-RobotApplication\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-RobotApplication\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-RobotApplication\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-RobotApplication-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-RobotApplication\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-RobotApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-RobotApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-RobotApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-RobotApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-RobotApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-RobotApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-SimulationApplication\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-SimulationApplication\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-SimulationApplication\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-SimulationApplication\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-SimulationApplication-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-SimulationApplication\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-RoboMaker-SimulationApplicationVersion\n        Owner: central-it@customer.com\n        Description: AWS-RoboMaker-SimulationApplicationVersion\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-RoboMaker-SimulationApplicationVersion\n        Tags:\n          - Key: product-type\n            Value: AWS-RoboMaker-SimulationApplicationVersion\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-RoboMaker-SimulationApplicationVersion-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-RoboMaker-SimulationApplicationVersion\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-HealthCheck\n        Owner: central-it@customer.com\n        Description: AWS-Route53-HealthCheck\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-HealthCheck\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-HealthCheck\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-HealthCheck-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-HealthCheck\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-HostedZone\n        Owner: central-it@customer.com\n        Description: AWS-Route53-HostedZone\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-HostedZone\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-HostedZone\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-HostedZone-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-HostedZone\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-RecordSet\n        Owner: central-it@customer.com\n        Description: AWS-Route53-RecordSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-RecordSet\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-RecordSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-RecordSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-RecordSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53-RecordSetGroup\n        Owner: central-it@customer.com\n        Description: AWS-Route53-RecordSetGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53-RecordSetGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53-RecordSetGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53-RecordSetGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53-RecordSetGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverEndpoint\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverEndpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverEndpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverEndpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverEndpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverEndpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverRule\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverRule\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Route53Resolver-ResolverRuleAssociation\n        Owner: central-it@customer.com\n        Description: AWS-Route53Resolver-ResolverRuleAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Route53Resolver-ResolverRuleAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-Route53Resolver-ResolverRuleAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Route53Resolver-ResolverRuleAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Route53Resolver-ResolverRuleAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-AccessPoint\n        Owner: central-it@customer.com\n        Description: AWS-S3-AccessPoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-AccessPoint\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-AccessPoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-AccessPoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-AccessPoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-Bucket\n        Owner: central-it@customer.com\n        Description: AWS-S3-Bucket\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-Bucket\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-Bucket\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-Bucket-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-Bucket\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-S3-BucketPolicy\n        Owner: central-it@customer.com\n        Description: AWS-S3-BucketPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-S3-BucketPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-S3-BucketPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-S3-BucketPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-S3-BucketPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SDB-Domain\n        Owner: central-it@customer.com\n        Description: AWS-SDB-Domain\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SDB-Domain\n        Tags:\n          - Key: product-type\n            Value: AWS-SDB-Domain\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SDB-Domain-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SDB-Domain\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ConfigurationSet\n        Owner: central-it@customer.com\n        Description: AWS-SES-ConfigurationSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ConfigurationSet\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ConfigurationSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ConfigurationSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ConfigurationSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ConfigurationSetEventDestination\n        Owner: central-it@customer.com\n        Description: AWS-SES-ConfigurationSetEventDestination\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ConfigurationSetEventDestination\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ConfigurationSetEventDestination\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ConfigurationSetEventDestination-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ConfigurationSetEventDestination\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptFilter\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptFilter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptFilter\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptFilter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptFilter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptFilter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptRule\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptRule\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-ReceiptRuleSet\n        Owner: central-it@customer.com\n        Description: AWS-SES-ReceiptRuleSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-ReceiptRuleSet\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-ReceiptRuleSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-ReceiptRuleSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-ReceiptRuleSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SES-Template\n        Owner: central-it@customer.com\n        Description: AWS-SES-Template\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SES-Template\n        Tags:\n          - Key: product-type\n            Value: AWS-SES-Template\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SES-Template-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SES-Template\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-Subscription\n        Owner: central-it@customer.com\n        Description: AWS-SNS-Subscription\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-Subscription\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-Subscription\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-Subscription-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-Subscription\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-Topic\n        Owner: central-it@customer.com\n        Description: AWS-SNS-Topic\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-Topic\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-Topic\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-Topic-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-Topic\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SNS-TopicPolicy\n        Owner: central-it@customer.com\n        Description: AWS-SNS-TopicPolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SNS-TopicPolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SNS-TopicPolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SNS-TopicPolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SNS-TopicPolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SQS-Queue\n        Owner: central-it@customer.com\n        Description: AWS-SQS-Queue\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SQS-Queue\n        Tags:\n          - Key: product-type\n            Value: AWS-SQS-Queue\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SQS-Queue-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SQS-Queue\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SQS-QueuePolicy\n        Owner: central-it@customer.com\n        Description: AWS-SQS-QueuePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SQS-QueuePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SQS-QueuePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SQS-QueuePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SQS-QueuePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Association\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Association\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Association\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Association\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Association-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Association\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Document\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Document\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Document\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Document\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Document-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Document\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindow\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindow\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindow\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindow\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindow-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindow\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindowTarget\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindowTarget\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindowTarget\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindowTarget\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindowTarget-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindowTarget\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-MaintenanceWindowTask\n        Owner: central-it@customer.com\n        Description: AWS-SSM-MaintenanceWindowTask\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-MaintenanceWindowTask\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-MaintenanceWindowTask\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-MaintenanceWindowTask-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-MaintenanceWindowTask\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-Parameter\n        Owner: central-it@customer.com\n        Description: AWS-SSM-Parameter\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-Parameter\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-Parameter\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-Parameter-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-Parameter\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-PatchBaseline\n        Owner: central-it@customer.com\n        Description: AWS-SSM-PatchBaseline\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-PatchBaseline\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-PatchBaseline\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-PatchBaseline-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-PatchBaseline\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SSM-ResourceDataSync\n        Owner: central-it@customer.com\n        Description: AWS-SSM-ResourceDataSync\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SSM-ResourceDataSync\n        Tags:\n          - Key: product-type\n            Value: AWS-SSM-ResourceDataSync\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SSM-ResourceDataSync-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SSM-ResourceDataSync\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-CodeRepository\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-CodeRepository\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-CodeRepository\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-CodeRepository\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-CodeRepository-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-CodeRepository\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Endpoint\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Endpoint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Endpoint\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Endpoint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Endpoint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Endpoint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-EndpointConfig\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-EndpointConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-EndpointConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-EndpointConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-EndpointConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-EndpointConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Model\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Model\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Model\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Model\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Model-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Model\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-NotebookInstance\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-NotebookInstance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-NotebookInstance\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-NotebookInstance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-NotebookInstance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-NotebookInstance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-NotebookInstanceLifecycleConfig\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-NotebookInstanceLifecycleConfig-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-NotebookInstanceLifecycleConfig\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SageMaker-Workteam\n        Owner: central-it@customer.com\n        Description: AWS-SageMaker-Workteam\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SageMaker-Workteam\n        Tags:\n          - Key: product-type\n            Value: AWS-SageMaker-Workteam\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SageMaker-Workteam-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SageMaker-Workteam\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-ResourcePolicy\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-ResourcePolicy\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-ResourcePolicy\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-ResourcePolicy\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-ResourcePolicy-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-ResourcePolicy\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-RotationSchedule\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-RotationSchedule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-RotationSchedule\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-RotationSchedule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-RotationSchedule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-RotationSchedule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-Secret\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-Secret\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-Secret\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-Secret\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-Secret-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-Secret\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecretsManager-SecretTargetAttachment\n        Owner: central-it@customer.com\n        Description: AWS-SecretsManager-SecretTargetAttachment\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecretsManager-SecretTargetAttachment\n        Tags:\n          - Key: product-type\n            Value: AWS-SecretsManager-SecretTargetAttachment\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecretsManager-SecretTargetAttachment-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecretsManager-SecretTargetAttachment\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-SecurityHub-Hub\n        Owner: central-it@customer.com\n        Description: AWS-SecurityHub-Hub\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-SecurityHub-Hub\n        Tags:\n          - Key: product-type\n            Value: AWS-SecurityHub-Hub\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-SecurityHub-Hub-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-SecurityHub-Hub\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-AcceptedPortfolioShare\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-AcceptedPortfolioShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-AcceptedPortfolioShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-AcceptedPortfolioShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-CloudFormationProduct\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-CloudFormationProduct\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-CloudFormationProduct\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-CloudFormationProduct\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-CloudFormationProduct-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-CloudFormationProduct\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-CloudFormationProvisionedProduct-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-CloudFormationProvisionedProduct\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchNotificationConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchNotificationConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchNotificationConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchNotificationConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchRoleConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchRoleConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchRoleConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchRoleConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchRoleConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchRoleConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-LaunchTemplateConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-LaunchTemplateConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-LaunchTemplateConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-LaunchTemplateConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-Portfolio\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-Portfolio\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-Portfolio\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-Portfolio\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-Portfolio-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-Portfolio\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioPrincipalAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioPrincipalAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioProductAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioProductAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioProductAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioProductAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioProductAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioProductAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-PortfolioShare\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-PortfolioShare\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-PortfolioShare\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-PortfolioShare\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-PortfolioShare-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-PortfolioShare\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-ResourceUpdateConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-ResourceUpdateConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-ResourceUpdateConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-ResourceUpdateConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-StackSetConstraint\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-StackSetConstraint\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-StackSetConstraint\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-StackSetConstraint\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-StackSetConstraint-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-StackSetConstraint\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-TagOption\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-TagOption\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-TagOption\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-TagOption\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-TagOption-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-TagOption\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceCatalog-TagOptionAssociation\n        Owner: central-it@customer.com\n        Description: AWS-ServiceCatalog-TagOptionAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceCatalog-TagOptionAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceCatalog-TagOptionAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceCatalog-TagOptionAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceCatalog-TagOptionAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-HttpNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-HttpNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-HttpNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-HttpNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-HttpNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-HttpNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-Instance\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-Instance\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-Instance\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-Instance\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-Instance-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-Instance\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-PrivateDnsNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-PrivateDnsNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-PrivateDnsNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-PrivateDnsNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-PublicDnsNamespace\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-PublicDnsNamespace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-PublicDnsNamespace\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-PublicDnsNamespace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-PublicDnsNamespace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-PublicDnsNamespace\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-ServiceDiscovery-Service\n        Owner: central-it@customer.com\n        Description: AWS-ServiceDiscovery-Service\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-ServiceDiscovery-Service\n        Tags:\n          - Key: product-type\n            Value: AWS-ServiceDiscovery-Service\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-ServiceDiscovery-Service-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-ServiceDiscovery-Service\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-StepFunctions-Activity\n        Owner: central-it@customer.com\n        Description: AWS-StepFunctions-Activity\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-StepFunctions-Activity\n        Tags:\n          - Key: product-type\n            Value: AWS-StepFunctions-Activity\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-StepFunctions-Activity-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-StepFunctions-Activity\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-StepFunctions-StateMachine\n        Owner: central-it@customer.com\n        Description: AWS-StepFunctions-StateMachine\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-StepFunctions-StateMachine\n        Tags:\n          - Key: product-type\n            Value: AWS-StepFunctions-StateMachine\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-StepFunctions-StateMachine-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-StepFunctions-StateMachine\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Synthetics-Canary\n        Owner: central-it@customer.com\n        Description: AWS-Synthetics-Canary\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Synthetics-Canary\n        Tags:\n          - Key: product-type\n            Value: AWS-Synthetics-Canary\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Synthetics-Canary-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Synthetics-Canary\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Transfer-Server\n        Owner: central-it@customer.com\n        Description: AWS-Transfer-Server\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Transfer-Server\n        Tags:\n          - Key: product-type\n            Value: AWS-Transfer-Server\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Transfer-Server-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Transfer-Server\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-Transfer-User\n        Owner: central-it@customer.com\n        Description: AWS-Transfer-User\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-Transfer-User\n        Tags:\n          - Key: product-type\n            Value: AWS-Transfer-User\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-Transfer-User-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-Transfer-User\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-ByteMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-ByteMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-ByteMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-ByteMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-ByteMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-ByteMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-Rule\n        Owner: central-it@customer.com\n        Description: AWS-WAF-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-SizeConstraintSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-SizeConstraintSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-SizeConstraintSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-SizeConstraintSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-SizeConstraintSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-SizeConstraintSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-SqlInjectionMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-SqlInjectionMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-SqlInjectionMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-SqlInjectionMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-SqlInjectionMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-SqlInjectionMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAF-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAF-XssMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAF-XssMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAF-XssMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAF-XssMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAF-XssMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAF-XssMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-ByteMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-ByteMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-ByteMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-ByteMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-ByteMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-ByteMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-GeoMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-GeoMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-GeoMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-GeoMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-GeoMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-GeoMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-RateBasedRule\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-RateBasedRule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-RateBasedRule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-RateBasedRule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-RateBasedRule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-RateBasedRule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-RegexPatternSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-RegexPatternSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-RegexPatternSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-RegexPatternSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-RegexPatternSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-RegexPatternSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-Rule\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-Rule\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-Rule\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-Rule\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-Rule-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-Rule\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-SizeConstraintSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-SizeConstraintSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-SizeConstraintSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-SizeConstraintSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-SizeConstraintSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-SizeConstraintSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-SqlInjectionMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-SqlInjectionMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-SqlInjectionMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-SqlInjectionMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-SqlInjectionMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-SqlInjectionMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-WebACLAssociation\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-WebACLAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-WebACLAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-WebACLAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-WebACLAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-WebACLAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFRegional-XssMatchSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFRegional-XssMatchSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFRegional-XssMatchSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFRegional-XssMatchSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFRegional-XssMatchSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFRegional-XssMatchSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-IPSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-IPSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-IPSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-IPSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-IPSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-IPSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-RegexPatternSet\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-RegexPatternSet\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-RegexPatternSet\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-RegexPatternSet\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-RegexPatternSet-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-RegexPatternSet\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-RuleGroup\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-RuleGroup\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-RuleGroup\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-RuleGroup\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-RuleGroup-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-RuleGroup\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-WebACL\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-WebACL\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-WebACL\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-WebACL\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-WebACL-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-WebACL\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WAFv2-WebACLAssociation\n        Owner: central-it@customer.com\n        Description: AWS-WAFv2-WebACLAssociation\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WAFv2-WebACLAssociation\n        Tags:\n          - Key: product-type\n            Value: AWS-WAFv2-WebACLAssociation\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WAFv2-WebACLAssociation-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WAFv2-WebACLAssociation\n                BranchName: 16.1.0\n      \n\n      - Name: AWS-WorkSpaces-Workspace\n        Owner: central-it@customer.com\n        Description: AWS-WorkSpaces-Workspace\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/AWS-WorkSpaces-Workspace\n        Tags:\n          - Key: product-type\n            Value: AWS-WorkSpaces-Workspace\n        Versions:\n          - Name: 16.1.0\n            Description: AWS-WorkSpaces-Workspace-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: AWS-WorkSpaces-Workspace\n                BranchName: 16.1.0\n      \n\n      - Name: Alexa-ASK-Skill\n        Owner: central-it@customer.com\n        Description: Alexa-ASK-Skill\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/Alexa-ASK-Skill\n        Tags:\n          - Key: product-type\n            Value: Alexa-ASK-Skill\n        Versions:\n          - Name: 16.1.0\n            Description: Alexa-ASK-Skill-16.1.0\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: Alexa-ASK-Skill\n                BranchName: 16.1.0\n      \n\n      - Name: portfolio.yaml\n        Owner: central-it@customer.com\n        Description: portfolio.yaml\n        Distributor: central-it-team\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/portfolio.yaml\n        Tags:\n          - Key: product-type\n            Value: portfolio.yaml\n        Versions:\n          - Name: output/no-include-optional/portfolio.yaml\n            Description: portfolio.yaml-output/no-include-optional/portfolio.yaml\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: portfolio.yaml\n                BranchName: output/no-include-optional/portfolio.yaml\n      \n"
  },
  {
    "path": "unsorted/account-vending/README.md",
    "content": "# account-vending\nThis is a solution to help deliver an account vending machine.\n\n## Description\nThis creates an AWS Account vending machine so your customers can create their own AWS Accounts using AWS Service Catalog.\n\nThere are three AWS Service Catalog Products in this solution.\n  \n```account-bootstrap-shared``` and ```account-creation-shared``` will provision lambdas into an account that can assume \nan IAM Role that has AWS Organizations access to create accounts.  These products export AWS Lambda function ARNs that\ncan be used with the account-creation product to create accounts.\n\n```account-creation``` will use the exported ARNs from ```account-bootstrap-shared``` and ```account-creation-shared```\nto create an AWS account. \n\n## Install instructions\n1. ```org-bootstrap.template.yaml``` should be provisioned into your AWS Organizations root account.  This will create \nan IAM role.  This template has a parameter named ```ServiceCatalogFactoryAccountId``` which is the account id of your \naws-service-catalog-factory account.  The template exports the ARN for the role so you can use it later.\n1. Copy the configuration from portfolio.yaml into your portfolio.\n1. Create the AWS Code Commit repos, clone them and then add the code:\n```bash\naws codecommit create-repository --repository-name account-vending-account-creation-shared\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-vending-account-creation-shared\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/account-vending/account-creation-shared/v1 account-vending-account-creation-shared --force\n\naws codecommit create-repository --repository-name account-vending-account-bootstrap-shared\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-vending-account-bootstrap-shared\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/account-vending/account-bootstrap-shared/v1 account-vending-account-bootstrap-shared --force\n\naws codecommit create-repository --repository-name account-vending-account-creation\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-vending-account-creation\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/account-vending/account-creation/v1 account-vending-account-creation --force\n```\n\n## Usage instructions\nCopy the config from ```manifest.yaml```.  ```account-vending-account-creation-shared``` and \n```account-vending-account-bootstrap-shared``` should appear in your manifest only once.  You should add a modified \nversion of ```account-vending-account-001``` for every account you want to create using aws-service-catalog-puppet.\n\n## Notes\nOnce the Account-Creation Product has completed it will provide the Status of 'Succeeded' and the AccountId of the newly vended Account. However, please note that Puppet is now running against the new Account using the latest commit of the Puppet Manifest. Depending on how many Products Puppet needs to deploy, the time taken to complete will vary. If you are using Customised IAM Roles to assume into the new Account, these must be created before you are able to do so.\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v1/README.md",
    "content": "# product.template\n# Description\nCreates:\n - codebuild project that can be run to bootstrap an account\n - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### BootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates:\n   - codebuild project that can be run to bootstrap an account\n   - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\nParameters:\n  AssumableRoleInRootAccountArn:\n    Description: The Arn of the assumable role from the root account\n    Type: String\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/python:3.7.1\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_ROOT_ACCOUNT} ${ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n\nOutputs:\n  BootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v1/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n            puppet_account_id = event.get('ResourceProperties').get('PuppetAccountId')\n            organization_account_access_role_name = event.get('ResourceProperties').get(\n                'OrganizationAccountAccessRoleName')\n\n            organization_account_access_role_arn = 'arn:aws:iam::{}:role/{}'.format(\n                target_account_id, organization_account_access_role_name\n            )\n\n            with betterboto_client.ClientContextManager('ssm') as ssm:\n                puppet_version = ssm.get_parameter(\n                    Name='service-catalog-puppet-version'\n                ).get('Parameter').get('Value')\n                assumable_role_in_root_account = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_ROOT_ACCOUNT',\n                            'value': assumable_role_in_root_account,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'VERSION',\n                            'value': puppet_version,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'PUPPET_ACCOUNT_ID',\n                            'value': puppet_account_id,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN',\n                            'value': organization_account_access_role_arn,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    puppet_run_build = codebuild.start_build_and_wait_for_completion(\n                        projectName='servicecatalog-puppet-single-account-run',\n                        environmentVariablesOverride=[\n                            {\n                                'name': 'SINGLE_ACCOUNT_ID',\n                                'value': target_account_id,\n                                'type': 'PLAINTEXT'\n                            }\n                        ],\n                    )\n                    final_status = puppet_run_build.get('buildStatus')\n\n                    if final_status == 'SUCCEEDED':\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\",\n                            {\n                                \"Message\": \"Resource creation successful!\",\n                                \"puppet_run_build_id\": puppet_run_build.get('id'),\n                                \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                            }\n                        )\n                    else:\n                        logger.error('Errored check the logs: {}'.format(puppet_run_build.get('logs').get('deepLink')))\n                        send_response(\n                            event,\n                            context,\n                            \"FAILED\",\n                            {\n                                \"Message\": 'Pipeline errored, check the logs: {}'.format(\n                                    puppet_run_build.get('logs').get('deepLink')\n                                ),\n\n                            }\n                        )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v2/README.md",
    "content": "# product.template\n# Description\nCreates:\n - codebuild project that can be run to bootstrap an account\n - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### BootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates:\n   - codebuild project that can be run to bootstrap an account\n   - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n\nParameters:\n  AssumableRoleInRootAccountArn:\n    Description: The Arn of the assumable role from the root account\n    Type: String\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_ROOT_ACCOUNT} ${ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n\nOutputs:\n  BootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v2/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/account-vending/account-bootstrap-shared/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n            puppet_account_id = event.get('ResourceProperties').get('PuppetAccountId')\n            organization_account_access_role_name = event.get('ResourceProperties').get(\n                'OrganizationAccountAccessRoleName')\n\n            organization_account_access_role_arn = 'arn:aws:iam::{}:role/{}'.format(\n                target_account_id, organization_account_access_role_name\n            )\n\n            with betterboto_client.ClientContextManager('ssm') as ssm:\n                puppet_version = ssm.get_parameter(\n                    Name='service-catalog-puppet-version'\n                ).get('Parameter').get('Value')\n                assumable_role_in_root_account = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_ROOT_ACCOUNT',\n                            'value': assumable_role_in_root_account,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'VERSION',\n                            'value': puppet_version,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'PUPPET_ACCOUNT_ID',\n                            'value': puppet_account_id,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN',\n                            'value': organization_account_access_role_arn,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    puppet_run_build = codebuild.start_build_and_wait_for_completion(\n                        projectName='servicecatalog-puppet-single-account-run',\n                        environmentVariablesOverride=[\n                            {\n                                'name': 'SINGLE_ACCOUNT_ID',\n                                'value': target_account_id,\n                                'type': 'PLAINTEXT'\n                            }\n                        ],\n                    )\n                    final_status = puppet_run_build.get('buildStatus')\n\n                    if final_status == 'SUCCEEDED':\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\",\n                            {\n                                \"Message\": \"Resource creation successful!\",\n                                \"puppet_run_build_id\": puppet_run_build.get('id'),\n                                \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                            }\n                        )\n                    else:\n                        logger.error('Errored check the logs: {}'.format(puppet_run_build.get('logs').get('deepLink')))\n                        send_response(\n                            event,\n                            context,\n                            \"FAILED\",\n                            {\n                                \"Message\": 'Pipeline errored, check the logs: {}'.format(\n                                    puppet_run_build.get('logs').get('deepLink')\n                                ),\n\n                            }\n                        )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/account-vending/account-creation/v1/README.md",
    "content": "# product.template\n# Description\naccount-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same account\nbefore this will work - they build some resources needed for this to work and they provision the SSM params with the\ncorrect ARNs so this works with no copy and pasting.\nProvisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you can\nprovision products into the account.\n\n\n## Parameters\nThe list of parameters for this template:\n\n### Email \nType: String  \nDescription: The email address to use for the account that is to be created \n### AccountName \nType: String  \nDescription: The name to use for the account that is to be created \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the role to be created in the account that allows Organizations access \n### IamUserAccessToBilling \nType: String \nDefault: ALLOW  \n### TargetOU \nType: String \nDefault: None \nDescription: OU/path where the created account should be moved to once creation is completed - None means no move \n### AccountVendingCreationLambdaArn \nType: String \nDefault: account-vending-creation-lambda \nDescription: The ARN of the account creation lambda \n### AccountVendingBootstrapperLambdaArn \nType: String \nDefault: account-vending-bootstrapper-lambda \nDescription: The ARN of the account bootstrapping lambda \n\n## Resources\nThe list of resources this template creates:\n\n### Account \nType: Custom::CustomResource \nDescription: A custom resource representing an AWS Account \n### Bootstrap \nType: Custom::CustomResource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-creation/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  account-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same account\n  before this will work - they build some resources needed for this to work and they provision the SSM params with the\n  correct ARNs so this works with no copy and pasting.\n  Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you can\n  provision products into the account.\n\nParameters:\n  Email:\n    Type: String\n    Description: The email address to use for the account that is to be created\n  AccountName:\n    Type: String\n    Description: The name to use for the account that is to be created\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: The name of the role to be created in the account that allows Organizations access\n  IamUserAccessToBilling:\n    Type: String\n    Default: \"ALLOW\"\n    AllowedValues: ['ALLOW', 'DENY']\n  TargetOU:\n    Type: String\n    Default: None\n    Description: OU/path where the created account should be moved to once creation is completed - None means no move\n  AccountVendingCreationLambdaArn:\n    Type: String\n    Default: account-vending-creation-lambda\n    Description: The ARN of the account creation lambda\n  AccountVendingBootstrapperLambdaArn:\n    Type: String\n    Default: account-vending-bootstrapper-lambda\n    Description: The ARN of the account bootstrapping lambda\n\nResources:\n  Account:\n    Type: Custom::CustomResource\n    Description: A custom resource representing an AWS Account\n    Properties:\n      ServiceToken: !Ref AccountVendingCreationLambdaArn\n      Email: !Ref Email\n      AccountName: !Ref AccountName\n      OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n      IamUserAccessToBilling: !Ref IamUserAccessToBilling\n      TargetOU: !Ref TargetOU\n\n  Bootstrap:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !Ref AccountVendingBootstrapperLambdaArn\n      OrganizationAccountAccessRoleName: !Ref OrganizationAccountAccessRole\n      TargetAccountId: !GetAtt Account.account_id\n      PuppetAccountId: !Sub \"${AWS::AccountId}\"\n\nOutputs:\n  AccountId:\n    Value: !GetAtt Account.account_id"
  },
  {
    "path": "unsorted/account-vending/account-creation/v2/README.md",
    "content": "# product.template\n# Description\naccount-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same account\nbefore this will work - they build some resources needed for this to work and they provision the SSM params with the\ncorrect ARNs so this works with no copy and pasting.\nProvisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you can\nprovision products into the account.\n\n\n## Parameters\nThe list of parameters for this template:\n\n### Email \nType: String  \nDescription: The email address to use for the account that is to be created \n### AccountName \nType: String  \nDescription: The name to use for the account that is to be created \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the role to be created in the account that allows Organizations access \n### IamUserAccessToBilling \nType: String \nDefault: ALLOW  \n### TargetOU \nType: String \nDefault: None \nDescription: OU/path where the created account should be moved to once creation is completed - None means no move \n### AccountVendingCreationLambdaArn \nType: String \nDefault: account-vending-creation-lambda \nDescription: The ARN of the account creation lambda \n### AccountVendingBootstrapperLambdaArn \nType: String \nDefault: account-vending-bootstrapper-lambda \nDescription: The ARN of the account bootstrapping lambda \n\n## Resources\nThe list of resources this template creates:\n\n### Account \nType: Custom::CustomResource \nDescription: A custom resource representing an AWS Account \n### Bootstrap \nType: Custom::CustomResource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-creation/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  account-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same account\n  before this will work - they build some resources needed for this to work and they provision the SSM params with the\n  correct ARNs so this works with no copy and pasting.\n  Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you can\n  provision products into the account.\n\nParameters:\n  Email:\n    Type: String\n    Description: The email address to use for the account that is to be created\n  AccountName:\n    Type: String\n    Description: The name to use for the account that is to be created\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: The name of the role to be created in the account that allows Organizations access\n  IamUserAccessToBilling:\n    Type: String\n    Default: \"ALLOW\"\n    AllowedValues: ['ALLOW', 'DENY']\n  TargetOU:\n    Type: String\n    Default: None\n    Description: OU/path where the created account should be moved to once creation is completed - None means no move\n  AccountVendingCreationLambdaArn:\n    Type: String\n    Default: account-vending-creation-lambda\n    Description: The ARN of the account creation lambda\n  AccountVendingBootstrapperLambdaArn:\n    Type: String\n    Default: account-vending-bootstrapper-lambda\n    Description: The ARN of the account bootstrapping lambda\n\nResources:\n  Account:\n    Type: Custom::CustomResource\n    Description: A custom resource representing an AWS Account\n    Properties:\n      ServiceToken: !Ref AccountVendingCreationLambdaArn\n      Email: !Ref Email\n      AccountName: !Ref AccountName\n      IamUserAccessToBilling: !Ref IamUserAccessToBilling\n      TargetOU: !Ref TargetOU\n\n  Bootstrap:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !Ref AccountVendingBootstrapperLambdaArn\n      OrganizationAccountAccessRoleName: !Ref OrganizationAccountAccessRole\n      TargetAccountId: !GetAtt Account.account_id\n      PuppetAccountId: !Sub \"${AWS::AccountId}\"\n\nOutputs:\n  AccountId:\n    Value: !GetAtt Account.account_id"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v1/README.md",
    "content": "# product.template\n# Description\nLambda for backing custom resources to create an AWS Account\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleInRootAccountArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountCustomResourceArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n\nParameters:\n  AssumableRoleInRootAccountArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AssumableRoleInRootAccountArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 120\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n\nOutputs:\n  AccountCustomResourceArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v1/requirements.txt",
    "content": "better-boto==0.6.14"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            email = event.get('ResourceProperties').get('Email')\n            account_name = event.get('ResourceProperties').get('AccountName')\n            organization_account_access_role = event.get('ResourceProperties').get('OrganizationAccountAccessRole')\n            iam_user_access_to_billing = event.get('ResourceProperties').get('IamUserAccessToBilling')\n            target_ou = event.get('ResourceProperties').get('TargetOU')\n            assumable_role_in_root_account_arn = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            with betterboto_client.CrossAccountClientContextManager(\n                'organizations',assumable_role_in_root_account_arn, 'assumable_org_role'\n            ) as organizations:\n                logger.info('Creating')\n                response = organizations.create_account(\n                    Email=email,\n                    AccountName=account_name,\n                    RoleName=organization_account_access_role,\n                    IamUserAccessToBilling=iam_user_access_to_billing\n                )\n                id = response.get('CreateAccountStatus').get('Id')\n                logger.info('Waiting')\n                while response.get('CreateAccountStatus').get('State') == 'IN_PROGRESS':\n                    logger.info(\n                        'Still waiting: {}'.format(response.get('CreateAccountStatus').get('State'))\n                    )\n                    time.sleep(5)\n                    response = organizations.describe_create_account_status(CreateAccountRequestId=id)\n                logger.info(\n                    'Finished: {}'.format(response.get('CreateAccountStatus').get('State'))\n                )\n                if response.get('CreateAccountStatus').get('State') == 'SUCCEEDED':\n                    account_id = response.get('CreateAccountStatus').get('AccountId')\n                    if target_ou != \"None\":\n                        response = organizations.list_roots()\n                        if len(response.get('Roots')) != 1:\n                            raise Exception(\"nRoots: {}\".format(len(response.get('Roots'))))\n                        if str(target_ou).startswith('/'):\n                            target = organizations.convert_path_to_ou(target_ou)\n                        else:\n                            target = target_ou\n                        organizations.move_account(\n                            AccountId=account_id,\n                            SourceParentId=response.get('Roots')[0].get('Id'),\n                            DestinationParentId=target\n                        )\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": \"Resource creation successful!\",\n                            \"account_id\": account_id,\n                        }\n                    )\n                else:\n                    logger.error(response.get('CreateAccountStatus').get('FailureReason'))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": response.get('CreateAccountStatus').get('FailureReason'),\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v2/README.md",
    "content": "# product.template\n# Description\nLambda for backing custom resources to create an AWS Account\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleInRootAccountArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountCustomResourceArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n\nParameters:\n  AssumableRoleInRootAccountArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AssumableRoleInRootAccountArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 120\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n\nOutputs:\n  AccountCustomResourceArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v2/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n\n        assumable_role_in_root_account_arn = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n        with betterboto_client.CrossAccountClientContextManager(\n                'organizations', assumable_role_in_root_account_arn, 'assumable_org_role'\n        ) as organizations:\n            target_ou = event.get('ResourceProperties').get('TargetOU')\n            account_name = event.get('ResourceProperties').get('AccountName')\n            if request_type == 'Create':\n                email = event.get('ResourceProperties').get('Email')\n                organization_account_access_role = event.get('ResourceProperties').get('OrganizationAccountAccessRole')\n                iam_user_access_to_billing = event.get('ResourceProperties').get('IamUserAccessToBilling')\n\n                account_id = ensure_account_created(\n                    organizations,\n                    account_name,\n                    email,\n                    iam_user_access_to_billing,\n                    assumable_role_in_root_account_arn,\n                    organization_account_access_role,\n                )\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": \"Resource creation successful!\",\n                        \"account_id\": account_id,\n                    }\n                )\n\n            elif request_type == 'Update':\n                response = organizations.list_accounts_single_page()\n                account_id = None\n                for account in response.get('Accounts', []):\n                    if account.get('Name') == account_name:\n                        account_id = account.get('Id')\n                        logger.info('Already created')\n                        break\n                if account_id is None:\n                    raise Exception(\"Account does not exist\")\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Updated\"})\n            elif request_type == 'Delete':\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Deleted\"})\n            else:\n                send_response(event, context, \"FAILED\",\n                              {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef ensure_account_is_in_correct_ou(organizations, account_id, target_ou):\n    result = organizations.list_parents_single_page(ChildId=account_id)\n    current_ou = None\n    if len(result.get('Parents', [])) != 1:\n        raise Exception(\n            f\"There were unexpected parents for the account_id {account_id}: {json.dumps(result)}\"\n        )\n        current_ou = result.get('Parents')[1]\n    if target_ou != \"None\":\n        if current_ou and current_ou != target_ou:\n            logger.info(\"Moving account to new OU\")\n            response = organizations.list_roots()\n            if len(response.get('Roots')) != 1:\n                raise Exception(\"nRoots: {}\".format(len(response.get('Roots'))))\n            if str(target_ou).startswith('/'):\n                target = organizations.convert_path_to_ou(target_ou)\n            else:\n                target = target_ou\n            organizations.move_account(\n                AccountId=account_id,\n                SourceParentId=response.get('Roots')[0].get('Id'),\n                DestinationParentId=target\n            )\n\n\ndef ensure_account_created(\n        organizations,\n        account_name,\n        email,\n        iam_user_access_to_billing,\n        assumable_role_in_root_account_arn,\n        organization_account_access_role,\n):\n    logger.info('Checking if need to create')\n    response = organizations.list_accounts_single_page()\n    account_id = None\n    for account in response.get('Accounts', []):\n        if account.get('Name') == account_name:\n            account_id = account.get('Id')\n            logger.info('Already created')\n            break\n    if account_id is None:\n        logger.info('Creating account')\n        response = organizations.create_account(\n            Email=email,\n            AccountName=account_name,\n            RoleName=organization_account_access_role,\n            IamUserAccessToBilling=iam_user_access_to_billing\n        )\n        id = response.get('CreateAccountStatus').get('Id')\n        logger.info('Waiting')\n        while response.get('CreateAccountStatus').get('State') == 'IN_PROGRESS':\n            logger.info(\n                'Still waiting: {}'.format(response.get('CreateAccountStatus').get('State'))\n            )\n            time.sleep(5)\n            response = organizations.describe_create_account_status(CreateAccountRequestId=id)\n        logger.info(\n            'Finished: {}'.format(response.get('CreateAccountStatus').get('State'))\n        )\n        if response.get('CreateAccountStatus').get('State') == 'SUCCEEDED':\n            account_id = response.get('CreateAccountStatus').get('AccountId')\n            counter = 20\n            while counter > 0:\n                time.sleep(10)\n                try:\n                    with betterboto_client.CrossMultipleAccountsClientContextManager(\n                        'sts',\n                        [\n                            assumable_role_in_root_account_arn,\n                            organization_account_access_role,\n                        ]\n                    ) as spoke_sts:\n                        spoke_sts.get_caller_identity()\n                        logger.info(\"Was able to assume role into the spoke\")\n                        counter = 0\n                except Exception as e:\n                    counter -= 1\n                    logger.info(f\"caught exception trying to assume role into the spoke account {e}\")\n        else:\n            raise Exception(\n                f\"Account was not created correctly: {response.get('CreateAccountStatus').get('FailureReason')}\")\n    return account_id\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v3/README.md",
    "content": "# product.template\n# Description\nLambda for backing custom resources to create an AWS Account\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleInRootAccountArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountCustomResourceArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v3/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n\nParameters:\n  AssumableRoleInRootAccountArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AssumableRoleInRootAccountArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n\nOutputs:\n  AccountCustomResourceArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn\n"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v3/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/account-vending/account-creation-shared/v3/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n\n        assumable_role_in_root_account_arn = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n        organization_account_access_role = os.environ.get('ORGANIZATION_ACCOUNT_ACCESS_ROLE')\n\n        with betterboto_client.CrossAccountClientContextManager(\n                'organizations', assumable_role_in_root_account_arn, 'assumable_org_role'\n        ) as organizations:\n            target_ou = event.get('ResourceProperties').get('TargetOU')\n            account_name = event.get('ResourceProperties').get('AccountName')\n            if request_type == 'Create':\n                email = event.get('ResourceProperties').get('Email')\n                iam_user_access_to_billing = event.get('ResourceProperties').get('IamUserAccessToBilling')\n\n                account_id = ensure_account_created(\n                    organizations,\n                    account_name,\n                    email,\n                    iam_user_access_to_billing,\n                    assumable_role_in_root_account_arn,\n                    organization_account_access_role,\n                )\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": \"Resource creation successful!\",\n                        \"account_id\": account_id,\n                    }\n                )\n\n            elif request_type == 'Update':\n                response = organizations.list_accounts_single_page()\n                account_id = None\n                for account in response.get('Accounts', []):\n                    if account.get('Name') == account_name:\n                        account_id = account.get('Id')\n                        logger.info('Already created')\n                        break\n                if account_id is None:\n                    raise Exception(\"Account does not exist\")\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Updated\"})\n            elif request_type == 'Delete':\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Deleted\"})\n            else:\n                send_response(event, context, \"FAILED\",\n                              {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef ensure_account_is_in_correct_ou(organizations, account_id, target_ou):\n    result = organizations.list_parents_single_page(ChildId=account_id)\n    current_ou = None\n    if len(result.get('Parents', [])) != 1:\n        raise Exception(\n            f\"There were unexpected parents for the account_id {account_id}: {json.dumps(result)}\"\n        )\n        current_ou = result.get('Parents')[1]\n    if target_ou != \"None\":\n        if current_ou and current_ou != target_ou:\n            logger.info(\"Moving account to new OU\")\n            response = organizations.list_roots()\n            if len(response.get('Roots')) != 1:\n                raise Exception(\"nRoots: {}\".format(len(response.get('Roots'))))\n            if str(target_ou).startswith('/'):\n                target = organizations.convert_path_to_ou(target_ou)\n            else:\n                target = target_ou\n            organizations.move_account(\n                AccountId=account_id,\n                SourceParentId=response.get('Roots')[0].get('Id'),\n                DestinationParentId=target\n            )\n\n\ndef ensure_account_created(\n        organizations,\n        account_name,\n        email,\n        iam_user_access_to_billing,\n        assumable_role_in_root_account_arn,\n        organization_account_access_role,\n):\n    logger.info('Checking if need to create')\n    response = organizations.list_accounts_single_page()\n    account_id = None\n    for account in response.get('Accounts', []):\n        if account.get('Name') == account_name:\n            account_id = account.get('Id')\n            logger.info('Already created')\n            break\n    if account_id is None:\n        logger.info('Creating account')\n        response = organizations.create_account(\n            Email=email,\n            AccountName=account_name,\n            RoleName=organization_account_access_role,\n            IamUserAccessToBilling=iam_user_access_to_billing\n        )\n        id = response.get('CreateAccountStatus').get('Id')\n        logger.info('Waiting')\n        while response.get('CreateAccountStatus').get('State') == 'IN_PROGRESS':\n            logger.info(\n                'Still waiting: {}'.format(response.get('CreateAccountStatus').get('State'))\n            )\n            time.sleep(5)\n            response = organizations.describe_create_account_status(CreateAccountRequestId=id)\n        logger.info(\n            'Finished: {}'.format(response.get('CreateAccountStatus').get('State'))\n        )\n        if response.get('CreateAccountStatus').get('State') == 'SUCCEEDED':\n            account_id = response.get('CreateAccountStatus').get('AccountId')\n            counter = 20\n            while counter > 0:\n                time.sleep(10)\n                try:\n                    with betterboto_client.CrossMultipleAccountsClientContextManager(\n                        'codebuild',\n                        [\n                            (assumable_role_in_root_account_arn, 'assumable_role_in_root_account_arn'),\n                            (f\"arn:aws:iam::{account_id}:role/{organization_account_access_role}\", 'organization_account_access_role'),\n                        ]\n                    ) as spoke_codebuild:\n                        spoke_codebuild.list_projects()\n                        logger.info(\"Was able to assume role into the spoke and call codebuild\")\n                        counter = 0\n                except Exception as e:\n                    counter -= 1\n                    logger.error(\"type error: \" + str(e))\n                    logger.error(traceback.format_exc())\n        else:\n            raise Exception(\n                f\"Account was not created correctly: {response.get('CreateAccountStatus').get('FailureReason')}\")\n    return account_id\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/account-vending/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  account-vending-account-creation-shared:\n    portfolio: demo-central-it-team-portfolio\n    product: account-vending-account-creation-shared\n    version: v3\n    parameters:\n      AssumableRoleInRootAccountArn:\n        default: arn:aws:iam::0123456789010:role/servicecatalog-puppet/AssumableRoleInRootAccount\n      OrganizationAccountAccessRole:\n        default: OrganizationAccountAccessRole\n    outputs:\n      ssm:\n        - param_name: /account-vending/account-custom-resource-arn\n          stack_output: AccountCustomResourceArn\n    deploy_to:\n      tags:\n        - tag: scope:puppet-hub\n          regions: default_region\n\n  account-vending-account-bootstrap-shared:\n    portfolio: demo-central-it-team-portfolio\n    product: account-vending-account-bootstrap-shared\n    version: v2\n    parameters:\n      AssumableRoleInRootAccountArn:\n        default: arn:aws:iam::0123456789010:role/servicecatalog-puppet/AssumableRoleInRootAccount\n    outputs:\n      ssm:\n        - param_name: /account-vending/bootstrapper-project-custom-resource-arn\n          stack_output: BootstrapperProjectCustomResourceArn\n    deploy_to:\n      tags:\n        - tag: scope:puppet-hub\n          regions: default_region\n\n  account-vending-account-001:\n    portfolio: demo-central-it-team-portfolio\n    product: account-vending-account-creation\n    version: v2\n    depends_on:\n      - account-vending-account-creation-shared\n      - account-vending-account-bootstrap-shared\n    parameters:\n      Email:\n        default: \"mailing-list+account-001@somewhere.com\"\n      AccountName:\n        default: \"account-001\"\n      OrganizationAccountAccessRole:\n        default: \"OrganizationAccountAccessRole\"\n      IamUserAccessToBilling:\n        default: \"ALLOW\"\n      TargetOU:\n        default: /\n      AccountVendingCreationLambdaArn:\n        ssm:\n          name: /account-vending/account-custom-resource-arn\n      AccountVendingBootstrapperLambdaArn:\n        ssm:\n          name: /account-vending/bootstrapper-project-custom-resource-arn\n    deploy_to:\n      tags:\n        - tag: scope:puppet-hub\n          regions: default_region\n"
  },
  {
    "path": "unsorted/account-vending/org-bootstrap.template.README.md",
    "content": "# org-bootstrap.template\n# Description\nIAM Role needed to use AWS Organizations to create AWS Accounts.\n\n## Parameters\nThe list of parameters for this template:\n\n### ServiceCatalogFactoryAccountId \nType: String  \nDescription: The account you will be installing AWS Service Catalog Factory into \n\n## Resources\nThe list of resources this template creates:\n\n### AssumableRoleInRootAccount \nType: AWS::IAM::Role \nDescription: IAM Role needed by the account vending machine so it can create and move accounts\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AssumableRoleInRootAccountArn \nDescription: The ARN for your Assumable role in root account  \n\n"
  },
  {
    "path": "unsorted/account-vending/org-bootstrap.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: IAM Role needed to use AWS Organizations to create AWS Accounts.\n\nParameters:\n  ServiceCatalogFactoryAccountId:\n    Description: The account you will be installing AWS Service Catalog Factory into\n    Type: String\n\n  OrganizationAccountAccessRole:\n    Description: Name of the IAM role used to access cross accounts for AWS Orgs usage\n    Default: OrganizationAccountAccessRole\n    Type: String\n\nResources:\n  AssumableRoleInRootAccount:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM Role needed by the account vending machine so it can create and move accounts\n    Properties:\n      RoleName: AssumableRoleInRootAccount\n      Path: /servicecatalog-puppet/\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:ListRoots\n                  - organizations:ListAccounts\n                  - organizations:ListParents\n                  - organizations:MoveAccount\n                  - organizations:CreateAccount\n                  - organizations:DescribeCreateAccountStatus\n                  - organizations:ListOrganizationalUnitsForParent\n                Resource: '*'\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Sub \"arn:aws:iam::*:role/${OrganizationAccountAccessRole}\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${ServiceCatalogFactoryAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n\nOutputs:\n  AssumableRoleInRootAccountArn:\n    Description: The ARN for your Assumable role in root account\n    Value: !GetAtt AssumableRoleInRootAccount.Arn\n"
  },
  {
    "path": "unsorted/account-vending/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: account-vending-account-creation-shared\n      Owner: central-it@customer.com\n      Description: lambda to used to back custom resources that create an AWS account and move it to an ou\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-set\n          Value: account-vending\n      Versions:\n        - Name: v2\n          Description: lambda to used to back custom resources that create an AWS account and move it to an ou\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-vending-account-creation-shared\n              BranchName: v2\n          BuildSpec: |\n            version: 0.2\n            phases:\n              install:\n                runtime-versions:\n                  python: 3.x\n              build:\n                commands:\n                  - pip install -r requirements.txt -t src\n                {% for region in ALL_REGIONS %}\n                  - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n                {% endfor %}\n            artifacts:\n              files:\n                - '*'\n                - '**/*'\n\n    - Name: account-vending-account-bootstrap-shared\n      Owner: central-it@customer.com\n      Description: Lambda and codebuild project needed to run servicecatalog-puppet bootstrap-spoke-as\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-set\n          Value: account-vending\n      Versions:\n        - Name: v2\n          Description: Lambda and codebuild project needed to run servicecatalog-puppet bootstrap-spoke-as\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-vending-account-bootstrap-shared\n              BranchName: v2\n          BuildSpec: |\n            version: 0.2\n            phases:\n              install:\n                runtime-versions:\n                  python: 3.x\n              build:\n                commands:\n                  - pip install -r requirements.txt -t src\n                {% for region in ALL_REGIONS %}\n                  - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n                {% endfor %}\n            artifacts:\n              files:\n                - '*'\n                - '**/*'\n\n    - Name: account-vending-account-creation\n      Owner: central-it@customer.com\n      Description: template used to interact with custom resources in the shared projects\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-set\n          Value: account-vending\n      Versions:\n        - Name: v1\n          Description: template used to interact with custom resources in the shared projects.\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-vending-account-creation\n              BranchName: master"
  },
  {
    "path": "unsorted/aws-config/aws-config/v1/README.md",
    "content": "# AWS-Config\n\nThis template enables AWS config in the account by creating a bucket, role and config recorder."
  },
  {
    "path": "unsorted/aws-config/aws-config/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  This template creates a Config Recorder and an Amazon S3 bucket where logs are published.\n\nResources:\n  #The IAM role used to configure AWS Config\n  ConfigRole:\n    Type: 'AWS::IAM::Role'\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - config.amazonaws.com\n            Action:\n              - 'sts:AssumeRole'\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSConfigRole\n      Policies:\n        - PolicyName: root\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action: 's3:GetBucketAcl'\n                Resource: !Sub arn:aws:s3:::${S3ConfigBucket}\n              - Effect: Allow\n                Action: 's3:PutObject'\n                Resource: !Sub arn:aws:s3:::${S3ConfigBucket}/AWSLogs/${AWS::AccountId}/${AWS::Region}\n                Condition:\n                  StringEquals:\n                    's3:x-amz-acl': bucket-owner-full-control\n              - Effect: Allow\n                Action: 'config:Put*'\n                Resource: '*'\n  ConfigRecorder:\n    Type: 'AWS::Config::ConfigurationRecorder'\n    Properties:\n      Name: default\n      RoleARN: !GetAtt ConfigRole.Arn\n      RecordingGroup:\n        AllSupported: true\n        IncludeGlobalResourceTypes: true\n\n  DeliveryChannel:\n    Type: 'AWS::Config::DeliveryChannel'\n    Properties:\n      ConfigSnapshotDeliveryProperties:\n        DeliveryFrequency: Six_Hours\n      S3BucketName: !Ref S3ConfigBucket\n\n  #S3 bucket with AES256 Encryption set\n  S3ConfigBucket:\n    DeletionPolicy: Retain\n    UpdateReplacePolicy: Retain\n    Type: AWS::S3::Bucket\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n\n  #S3 bucket policy\n  S3ConfigBucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Properties:\n      Bucket: !Ref S3ConfigBucket\n      PolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Sid: AWSBucketPermissionsCheck\n            Effect: Allow\n            Principal:\n              Service:\n                - config.amazonaws.com\n            Action: s3:GetBucketAcl\n            Resource:\n              - !Sub \"arn:aws:s3:::${S3ConfigBucket}\"\n          - Sid: AWSBucketDelivery\n            Effect: Allow\n            Principal:\n              Service:\n                - config.amazonaws.com\n            Action: s3:PutObject\n            Resource: !Sub \"arn:aws:s3:::${S3ConfigBucket}/AWSLogs/*/*\"\n\nOutputs:\n  ConfigRoleArn:\n    Value: !GetAtt ConfigRole.Arn\n  S3ConfigBucketArn:\n    Value: !GetAtt S3ConfigBucket.Arn\n   \n"
  },
  {
    "path": "unsorted/aws-config/manifest.yaml",
    "content": "schema: puppet-2019-04-01\nlaunches:\n  aws-config:\n    portfolio: demo-cloud-engineering-governance\n    product: aws-config\n    version: v1"
  },
  {
    "path": "unsorted/aws-config/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-config-aggregator\n      Owner: central-it@customer.com\n      Description: aws-config-aggregator\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/aws-config-aggregator\n      Tags:\n        - Key: product-type\n          Value: aws-config\n      Versions:\n        - Name: v1\n          Description: aws-config-aggregator\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-config-aggregator\n              BranchName: master"
  },
  {
    "path": "unsorted/aws-config-aggregator/aws-config-aggregator/v1/README.md",
    "content": "# AWS-Config-Aggregator\n\nThis template creates an AWS Config Aggregator using AWS Organizations.\n\n\n## Parameters\n\n```\nConfigurationAggregatorName:\nType: String\nDescription: |\n    \"The name of the aggregator. Member must satisfy regular expression pattern: [\\w\\-]+\"\n\nAllAwsRegions:\nType: String\nDefault: true\nAllowedValues: [true, false]\nDescription: |\n    If true, aggregate existing AWS Config regions and future regions.\n\nSpecificAwsRegions:\nType: CommaDelimitedList\nDefault: \"\"\nDescription: |\n    Optional - If AllAwsRegions is true then this is not used. CommaDelimitedList of source regions being aggregated.\n\n```\n\n## Outputs\n\n```\nOrgConfigRole:\nDescription: Arn of IAM role used by AWS Config for Organization permissions\nValue: !GetAtt OrgConfigAggregatorRole.Arn\n\nOrgConfigName:\nDescription: Configuration Aggregator Name\nValue: !Ref OrgConfigAggregatorAll\nCondition: UseAllAwsRegions\n\nOrgConfigName:\nDescription: Configuration Aggregator Name\nValue: !Ref OrgConfigAggregatorSpecific\nCondition: UseSpecificAwsRegions\n```"
  },
  {
    "path": "unsorted/aws-config-aggregator/aws-config-aggregator/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  This template creates an AWS Config Aggregator using AWS Organizations.\n\nParameters:\n  ConfigurationAggregatorName:\n    Type: String\n    Description: |\n      \"The name of the aggregator. Member must satisfy regular expression pattern: [\\w\\-]+\"\n\n  AllAwsRegions:\n    Type: String\n    Default: true\n    AllowedValues: [true, false]\n    Description: |\n      If true, aggregate existing AWS Config regions and future regions.\n\n  SpecificAwsRegions:\n    Type: CommaDelimitedList\n    Default: \"\"\n    Description: |\n      Optional - If AllAwsRegions is true then this is not used. CommaDelimitedList of source regions being aggregated.\n\nConditions:\n  # If AllAwsRegions is true then let UseAllAwsRegions evaluate to true.\n  UseAllAwsRegions: !Equals\n      - !Ref AllAwsRegions\n      - \"true\"\n  UseSpecificAwsRegions: !Equals\n      - !Ref AllAwsRegions\n      - \"false\"\n\nResources:\n  OrgConfigAggregatorRole:\n    Type: 'AWS::IAM::Role'\n    Description: The IAM role used by AWS Config for Organization permissions\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - config.amazonaws.com\n            Action:\n              - 'sts:AssumeRole'\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSConfigRoleForOrganizations\n\n  OrgConfigAggregatorAll:\n    Condition: UseAllAwsRegions\n    Type: AWS::Config::ConfigurationAggregator\n    Properties:\n      ConfigurationAggregatorName: !Ref ConfigurationAggregatorName\n      OrganizationAggregationSource:\n        AllAwsRegions: true\n        RoleArn: !GetAtt OrgConfigAggregatorRole.Arn\n\n  OrgConfigAggregatorSpecific:\n    Condition: UseSpecificAwsRegions\n    Type: AWS::Config::ConfigurationAggregator\n    Properties:\n      ConfigurationAggregatorName: !Ref ConfigurationAggregatorName\n      OrganizationAggregationSource:\n        AwsRegions: !Ref SpecificAwsRegions\n        AllAwsRegions: false\n        RoleArn: !GetAtt OrgConfigAggregatorRole.Arn\n\nOutputs:\n  OrgConfigRole:\n    Description: Arn of IAM role used by AWS Config for Organization permissions\n    Value: !GetAtt OrgConfigAggregatorRole.Arn\n\n  OrgConfigName:\n    Description: Configuration Aggregator Name\n    Value: !Ref OrgConfigAggregatorAll\n    Condition: UseAllAwsRegions\n\n  OrgConfigName:\n    Description: Configuration Aggregator Name\n    Value: !Ref OrgConfigAggregatorSpecific\n    Condition: UseSpecificAwsRegions"
  },
  {
    "path": "unsorted/aws-config-aggregator/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  aws-config-aggregator:\n    portfolio: demo-central-it-team-portfolio\n    product: aws-config-aggregator\n    version: v1\n"
  },
  {
    "path": "unsorted/aws-config-aggregator/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-config-aggregator\n      Owner: central-it@customer.com\n      Description: aws-config-aggregator\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/aws-config-aggregator\n      Tags:\n        - Key: product-type\n          Value: aws-config\n      Versions:\n        - Name: v1\n          Description: aws-config-aggregator\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-config-aggregator\n              BranchName: master"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/README.md",
    "content": "# aws-control-tower-augmented-account-factory\nWrapper for AWS Control Tower Account Factory.  Improves the customer user experience and dispatches the result\n\n## Description\nThis product will use the AWS Control Tower Account Factory product to create an AWS account.  It will expose parameters\nfor the account that are more user friendly.  Once the creation has completed the account id will be available as a \noutput to the product.  \n\n## Install Instructions\nYou will need to provision an AWS CloudFormation stack for account-details-to-aws-account-id/v1/org-bootstrap.template.yaml\nThis will create an IAM Role needed as a parameter for the account-details-to-aws-account-id stack.\n\n```bash\naws codecommit create-repository --repository-name account-type-to-organizational-unit-chooser\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-type-to-organizational-unit-chooser\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v4 account-type-to-organizational-unit-chooser --force\n\naws codecommit create-repository --repository-name account-details-to-aws-account-id\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-details-to-aws-account-id\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1 account-details-to-aws-account-id --force\n\naws codecommit create-repository --repository-name augmented-account-factory\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/augmented-account-factory\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-control-tower-augmented-account-factory/augmented-account-factory/v5 augmented-account-factory --force\n\naws codecommit create-repository --repository-name account-creation-notifier\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-creation-notifier\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-control-tower-account-creation-notifier/account-creation-notifier/v1 account-creation-notifier --force\n\naws codecommit create-repository --repository-name account-bootstrap-shared\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/account-bootstrap-shared\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-control-tower-account-creation-notifier/account-bootstrap-shared/v3 account-bootstrap-shared --force\n```"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/README.md",
    "content": "# product.template\n# Description\nCreates:\n - codebuild project that can be run to bootstrap an account\n - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### BootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates:\n   - codebuild project that can be run to bootstrap an account\n   - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n    {\"version\": \"v2\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-bootstrap-shared\"}\n\nParameters:\n  PuppetAccountId:\n    Type: String\n    Description: Account id of the your puppet account\n  PuppetVersion:\n    Type: String\n    Description: Version of puppet to use when bootstrapping a spoke\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref PuppetAccountId\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: !Ref PuppetVersion\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_ROOT_ACCOUNT}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      FunctionName: account-bootstrapper\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Sub \"arn:aws:iam::${AWS::AccountId}:role/AWSControlTowerExecution\"\n\nOutputs:\n  BootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n\n            assumable_role_in_root_account = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_ROOT_ACCOUNT',\n                            'value': assumable_role_in_root_account,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    puppet_run_build = codebuild.start_build_and_wait_for_completion(\n                        projectName='servicecatalog-puppet-single-account-run',\n                        environmentVariablesOverride=[\n                            {\n                                'name': 'SINGLE_ACCOUNT_ID',\n                                'value': target_account_id,\n                                'type': 'PLAINTEXT'\n                            }\n                        ],\n                    )\n                    final_status = puppet_run_build.get('buildStatus')\n\n                    if final_status == 'SUCCEEDED':\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\",\n                            {\n                                \"Message\": \"Resource creation successful!\",\n                                \"puppet_run_build_id\": puppet_run_build.get('id'),\n                                \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                            }\n                        )\n                    else:\n                        logger.error('Errored check the logs: {}'.format(puppet_run_build.get('logs').get('deepLink')))\n                        send_response(\n                            event,\n                            context,\n                            \"FAILED\",\n                            {\n                                \"Message\": 'Pipeline errored, check the logs: {}'.format(\n                                    puppet_run_build.get('logs').get('deepLink')\n                                ),\n\n                            }\n                        )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/README.md",
    "content": "# product.template\n# Description\nCreates:\n - codebuild project that can be run to bootstrap an account\n - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### BootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates:\n   - codebuild project that can be run to bootstrap an account\n   - lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n    {\"version\": \"v3\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-bootstrap-shared\"}\n\nParameters:\n  PuppetAccountId:\n    Type: String\n    Description: Account id of the your puppet account\n  PuppetVersion:\n    Type: String\n    Description: Version of puppet to use when bootstrapping a spoke\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: \"BootstrapperRole\"\n      Path: /aws-control-tower-augmented-account-factory/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      Policies:\n        - PolicyName: AssumeIntoSpokes\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: arn:aws:iam::*:role/AWSControlTowerExecution\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref PuppetAccountId\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: !Ref PuppetVersion\n          - Name: ASSUMABLE_ROLE_IN_SPOKE_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_SPOKE_ACCOUNT}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      FunctionName: account-bootstrapper\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n\nOutputs:\n  BootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-bootstrap-shared/v3/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n            assumable_role_in_spoke_account = f\"arn:aws:iam::{target_account_id}:role/AWSControlTowerExecution\"\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_SPOKE_ACCOUNT',\n                            'value': assumable_role_in_spoke_account,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": \"Resource creation successful!\",\n                            \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                        }\n                    )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-creation-notifier/v1/README.md",
    "content": "# product.template\n# Description\nTakes the given 'AccountName' and returns the account details\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleInRootAccountArn \nType: String  \nDescription: AWS IAM Role in the Organizations root account that is assumable from the account where this is provisoned\n \n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountDetailsToAWSAccountIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-creation-notifier/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Lambda to back a custom resource that dispatches notifications to an included SNS Topic\n  {\"version\": \"v1\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-creation-notifier\"}\n\nResources:\n  SNSTopic:\n    Type: AWS::SNS::Topic\n    Description: SNS Topic others can subscribe to so that they can find out about account creations\n    Properties:\n      TopicName: account-creations\n\n  Function:\n    Description: |\n      Lambda function to dispatch notifications to the SNSTopic\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-creation-notifier'\n      Handler: index.lambda_handler\n      Timeout: 10\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Environment:\n        Variables:\n          SNS_TOPIC: !Ref SNSTopic\n      Code:\n        ZipFile: |\n          import cfnresponse\n          import boto3\n          import os\n          import json\n\n          def construct_message(event):\n              return {\n                  'AccountName': event['ResourceProperties']['AccountName'],\n                  'AccountEmail': event['ResourceProperties']['AccountEmail'],\n                  'SSOUserFirstName': event['ResourceProperties']['SSOUserFirstName'],\n                  'SSOUserLastName': event['ResourceProperties']['SSOUserLastName'],\n                  'SSOUserEmail': event['ResourceProperties']['SSOUserEmail'],\n                  'ManagedOrganizationalUnit': event['ResourceProperties']['ManagedOrganizationalUnit'],\n                  'AccountId': event['ResourceProperties']['AccountId'],\n              }\n\n          def lambda_handler(event, context):\n              message = construct_message(event)\n              sns_client = boto3.client('sns')\n              sns_client.publish(\n                  TopicArn=os.getenv('SNS_TOPIC'),\n                  Message=json.dumps(message),\n                  Subject=f\"Account: {event['ResourceProperties']['AccountName']} was created\"\n              )\n              cfnresponse.send(event, context, cfnresponse.SUCCESS, {})\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to publish account creations to SNS.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n\n      Policies:\n        - PolicyName: PublishPerms\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sns:Publish\n                Resource: !Ref SNSTopic\n\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  SNSTopic:\n    Description: |\n      Outputs the SNS topic\n    Value: !Ref SNSTopic\n\n  SNSTopicName:\n    Description: |\n      Outputs the SNS topic name\n    Value: !GetAtt SNSTopic.TopicName\n\n  AccountCreationNotifierCustomResourceArn:\n    Description: |\n      Arn of lambda that can be used to back custom resources to notify others that accounts have been created\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1/README.md",
    "content": "# product.template\n# Description\nTakes the given 'AccountName' and returns the account details\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleInRootAccountArn \nType: String  \nDescription: AWS IAM Role in the Organizations root account that is assumable from the account where this is provisoned\n \n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountDetailsToAWSAccountIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1/org-bootstrap.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  IAM Role needed to use AWS Organizations to list AWS Accounts.\n  {\"version\": \"v2\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-details-to-aws-account-id\"}\n\nParameters:\n  AccountToTrust:\n    Description: The account you are setting up for the trust entity\n    Type: String\n\n\nResources:\n  AssumableRoleInRootAccount:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM Role needed so we can list accounts\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:ListAccounts\n                  - organizations:DescribeAccount\n                Resource: '*'\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AccountToTrust}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n\nOutputs:\n  AssumableRoleInRootAccountArn:\n    Description: The ARN for your Assumable role in root account\n    Value: !GetAtt AssumableRoleInRootAccount.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-details-to-aws-account-id/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given 'AccountName' and returns the account details\n\nParameters:\n  AssumableRoleInRootAccountArn:\n    Type: String\n    Description: |\n      AWS IAM Role in the Organizations root account that is assumable from the account where this is provisoned\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-details-to-aws-account-id'\n      Handler: index.lambda_handler\n      Timeout: 10\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleInRootAccountArn\n      Code:\n        ZipFile: |\n          import logging\n          import boto3\n          import cfnresponse\n          import os\n          from boto3.session import Session\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN = os.getenv('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_name = event['ResourceProperties'].get('AccountName')\n              client = boto3.client('sts')\n              response = client.assume_role(RoleArn=ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN, RoleSessionName=\"RoleInRoot\")\n              credentials = response.get('Credentials')\n              org_client = Session().client(\n                service_name='organizations',\n                aws_access_key_id=credentials['AccessKeyId'],\n                aws_secret_access_key=credentials['SecretAccessKey'],\n                aws_session_token=credentials['SessionToken'],\n              )\n              a = False\n              p = {}\n              while a is False:\n                response = org_client.list_accounts(**p)\n                for account in response.get('Accounts', []):\n                  if account.get('Name') == account_name:\n                    a = account\n                p['NextToken'] = response.get('NextToken', False)\n                if a is False and p['NextToken'] is False:\n                  raise Exception(\"Could not find account\")\n\n              response_data = org_client.describe_account(AccountId=a.get('Id')).get('Account')\n              del response_data['JoinedTimestamp']\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['Id'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref AssumableRoleInRootAccountArn\n\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountDetailsToAWSAccountIdCustomResourceArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v1/README.md",
    "content": "# product.template\n# Description\nTakes the given account type and returns the organizational unit it should be assigned to\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountTypeToOrganizationalUnitIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n \n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given account type and returns the organizational unit it should be assigned to\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-type-to-organizational-unit-id'\n      Handler: index.lambda_handler\n      Timeout: 3\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Code:\n        ZipFile: |\n          import logging\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          DEFAULT_OU_ID = 'ou-root'\n          organizational_unit_ids = {\n            'dev': 'ou-dev',\n            'test': 'ou-test',\n            'pre-prod': 'ou-pre-prod',\n            'prod': 'ou-prod',\n          }\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_type = event['ResourceProperties'].get('AccountType')\n              organizational_unit_id = organizational_unit_ids.get(account_type, DEFAULT_OU_ID)\n              response_data['OrganizationalUnitId'] = organizational_unit_id\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['OrganizationalUnitId'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountTypeToOrganizationalUnitIdCustomResourceArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v2/README.md",
    "content": "# product.template\n# Description\nTakes the given account type and platform name and returns the organizational unit it should be assigned to\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountTypeToOrganizationalUnitIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n \n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v2/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given account type and returns the organizational unit it should be assigned to\n  {\"version\": \"v2\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-type-to-organizational-unit-chooser\"}\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-type-to-organizational-unit-id'\n      Handler: index.lambda_handler\n      Timeout: 3\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Code:\n        ZipFile: |\n          import logging\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          DEFAULT_OU_ID = 'ou-root'\n          organizational_unit_ids = {\n            'platform_1': {\n              'dev': 'ou-dev',\n              'test': 'ou-test',\n              'pre-prod': 'ou-pre-prod',\n              'prod': 'ou-prod',\n            }\n          }\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_type = event['ResourceProperties'].get('AccountType')\n              platform_name = event['ResourceProperties'].get('PlatformName')\n              organizational_unit_id = organizational_unit_ids.get(platform_name, {}).get(account_type, DEFAULT_OU_ID)\n              response_data['OrganizationalUnitId'] = organizational_unit_id\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['OrganizationalUnitId'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountTypeToOrganizationalUnitIdCustomResourceArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v3/README.md",
    "content": "# product.template\n# Description\nTakes the given account type and platform name and returns the organizational unit it should be assigned to\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountTypeToOrganizationalUnitIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n \n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v3/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given account type and returns the organizational unit it should be assigned to\n  {\"version\": \"v3\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-type-to-organizational-unit-chooser\"}\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-type-to-organizational-unit-id'\n      Handler: index.lambda_handler\n      Timeout: 3\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Code:\n        ZipFile: |\n          import logging\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          DEFAULT_OU_NAME = 'Root'\n          organizational_unit_names = {\n            'platform_1': {\n              'dev': 'Root',\n              'test': 'Root',\n              'pre-prod': 'Root',\n              'prod': 'Root',\n            }\n          }\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_type = event['ResourceProperties'].get('AccountType')\n              platform_name = event['ResourceProperties'].get('PlatformName')\n              organizational_unit_name = organizational_unit_names.get(platform_name, {}).get(account_type, DEFAULT_OU_NAME)\n              response_data['OrganizationalUnitName'] = organizational_unit_name\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['OrganizationalUnitName'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountTypeToOrganizationalUnitIdCustomResourceArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v4/README.md",
    "content": "# product.template\n# Description\nTakes the given account type and platform name and returns the organizational unit it should be assigned to\n\n\n## Parameters\nThe list of parameters for this template:\n\n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountTypeToOrganizationalUnitIdCustomResourceArn \nDescription: Outputs the Function Arn so others can use it\n \n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/account-type-to-organizational-unit-chooser/v4/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given account type and returns the organizational unit it should be assigned to\n  {\"version\": \"v4\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"account-type-to-organizational-unit-chooser\"}\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-type-to-organizational-unit-id'\n      Handler: index.lambda_handler\n      Timeout: 3\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Code:\n        ZipFile: |\n          import logging\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          DEFAULT_OU_NAME = 'Root'\n          organizational_unit_names = {\n            'group-1': {\n              'dev': 'Root',\n              'test': 'Root',\n              'pre-prod': 'Root',\n              'prod': 'Root',\n            }\n          }\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_type = event['ResourceProperties'].get('AccountType')\n              account_group = event['ResourceProperties'].get('AccountGroup')\n              organizational_unit_name = organizational_unit_names.get(account_group, {}).get(account_type, DEFAULT_OU_NAME)\n              response_data['OrganizationalUnitName'] = organizational_unit_name\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['OrganizationalUnitName'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      Path: /aws-control-tower-augmented-account-factory/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountTypeToOrganizationalUnitIdCustomResourceArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v1/README.md",
    "content": "# product.template\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\nreturns the account id as an output\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\n  returns the account id as an output\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserEmail:\n    Description: >-\n      SSO user email. A new SSO user will be created for this email, if it does\n      not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n\n  AccountType:\n    Type: String\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-type-to-organizational-unit-id\"\n      AccountType: !Ref AccountType\n\n  TriggerCoreAccountFactory:\n    Type: 'AWS::ServiceCatalog::CloudFormationProvisionedProduct'\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName: !Sub\n        - 'Account-${AccountName}'\n        - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value: !Ref AccountName\n        - Key: AccountEmail\n          Value: !Ref AccountEmail\n        - Key: SSOUserFirstName\n          Value: !Ref SSOUserFirstName\n        - Key: SSOUserLastName\n          Value: !Ref SSOUserLastName\n        - Key: SSOUserEmail\n          Value: !Ref SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value: !GetAtt OUDetails.OrganizationalUnitId\n\n  AccountDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-details-to-aws-account-id\"\n      AccountName: !Ref AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DependsOn:\n      - AccountDetails\n      - OUDetails\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-creation-notifier\"\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitId\n      AccountId: !GetAtt AccountDetails.Id\n\nOutputs:\n  AccountId:\n    Description: |\n      AccountId for the newly created AWS Account\n    Value: !GetAtt AccountDetails.Id\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v2/README.md",
    "content": "# product.template\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\nreturns the account id as an output\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v2/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\n  returns the account id as an output\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserEmail:\n    Description: >-\n      SSO user email. A new SSO user will be created for this email, if it does\n      not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n  PlatformName:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-type-to-organizational-unit-id\"\n      AccountType: !Ref AccountType\n      PlatformName: !Ref PlatformName\n\n  TriggerCoreAccountFactory:\n    Type: 'AWS::ServiceCatalog::CloudFormationProvisionedProduct'\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName: !Sub\n        - 'Account-${AccountName}'\n        - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value: !Ref AccountName\n        - Key: AccountEmail\n          Value: !Ref AccountEmail\n        - Key: SSOUserFirstName\n          Value: !Ref SSOUserFirstName\n        - Key: SSOUserLastName\n          Value: !Ref SSOUserLastName\n        - Key: SSOUserEmail\n          Value: !Ref SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value: !GetAtt OUDetails.OrganizationalUnitId\n\n  AccountDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-details-to-aws-account-id\"\n      AccountName: !Ref AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DependsOn:\n      - AccountDetails\n      - OUDetails\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-creation-notifier\"\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitId\n      AccountId: !GetAtt AccountDetails.Id\n\nOutputs:\n  AccountId:\n    Description: |\n      AccountId for the newly created AWS Account\n    Value: !GetAtt AccountDetails.Id\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v3/README.md",
    "content": "# product.template\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\nreturns the account id as an output\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v3/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\n  returns the account id as an output\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .+\n  SSOUserEmail:\n    Description: >-\n      SSO user email. A new SSO user will be created for this email, if it does\n      not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n  PlatformName:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-type-to-organizational-unit-id\"\n      AccountType: !Ref AccountType\n      PlatformName: !Ref PlatformName\n\n  TriggerCoreAccountFactory:\n    Type: 'AWS::ServiceCatalog::CloudFormationProvisionedProduct'\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName: !Sub\n        - 'Account-${AccountName}'\n        - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value: !Ref AccountName\n        - Key: AccountEmail\n          Value: !Ref AccountEmail\n        - Key: SSOUserFirstName\n          Value: !Ref SSOUserFirstName\n        - Key: SSOUserLastName\n          Value: !Ref SSOUserLastName\n        - Key: SSOUserEmail\n          Value: !Ref SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value: !GetAtt OUDetails.OrganizationalUnitId\n\n  AccountDetails:\n    Type: Custom::Resource\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-details-to-aws-account-id\"\n      AccountName: !Ref AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DependsOn:\n      - AccountDetails\n      - OUDetails\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-creation-notifier\"\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitId\n      AccountId: !GetAtt AccountDetails.Id\n\n  Bootstraper:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-bootstrapper\"\n      TargetAccountId: !GetAtt AccountDetails.Id\n\nOutputs:\n  AccountId:\n    Description: |\n      AccountId for the newly created AWS Account\n    Value: !GetAtt AccountDetails.Id\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v4/README.md",
    "content": "# product.template\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\nreturns the account id as an output\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v4/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\n  returns the account id as an output\n  {\"version\": \"v4\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"augmented-account-factory\"}\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserEmail:\n    Description: >-\n      SSO user email. A new SSO user will be created for this email, if it does\n      not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n  PlatformName:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-type-to-organizational-unit-id\"\n      AccountType: !Ref AccountType\n      PlatformName: !Ref PlatformName\n\n  TriggerCoreAccountFactory:\n    Type: 'AWS::ServiceCatalog::CloudFormationProvisionedProduct'\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName: !Sub\n        - 'Account-${AccountName}'\n        - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value: !Ref AccountName\n        - Key: AccountEmail\n          Value: !Ref AccountEmail\n        - Key: SSOUserFirstName\n          Value: !Ref SSOUserFirstName\n        - Key: SSOUserLastName\n          Value: !Ref SSOUserLastName\n        - Key: SSOUserEmail\n          Value: !Ref SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value: !GetAtt OUDetails.OrganizationalUnitName\n\n  AccountDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-details-to-aws-account-id\"\n      AccountName: !Ref AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-creation-notifier\"\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitName\n      AccountId: !GetAtt AccountDetails.Id\n\n  Bootstraper:\n    Type: Custom::CustomResource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-bootstrapper\"\n      TargetAccountId: !GetAtt AccountDetails.Id\n\nOutputs:\n  AccountId:\n    Description: |\n      AccountId for the newly created AWS Account\n    Value: !GetAtt AccountDetails.Id\n  AccountOrganizationalUnitName:\n    Description: |\n      OrganizationalUnitName for the newly created AWS Account\n    Value: !GetAtt OUDetails.OrganizationalUnitName\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v5/README.md",
    "content": "# product.template\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\nreturns the account id as an output\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/augmented-account-factory/v5/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and\n  returns the account id as an output\n  {\"version\": \"v5\", \"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"aws-control-tower-augmented-account-factory\", \"product\": \"augmented-account-factory\"}\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserEmail:\n    Description: >-\n      SSO user email. A new SSO user will be created for this email, if it does\n      not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n  AccountGroup:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-type-to-organizational-unit-id\"\n      AccountType: !Ref AccountType\n      AccountGroup: !Ref AccountGroup\n\n  TriggerCoreAccountFactory:\n    Type: 'AWS::ServiceCatalog::CloudFormationProvisionedProduct'\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName: !Sub\n        - 'Account-${AccountName}'\n        - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value: !Ref AccountName\n        - Key: AccountEmail\n          Value: !Ref AccountEmail\n        - Key: SSOUserFirstName\n          Value: !Ref SSOUserFirstName\n        - Key: SSOUserLastName\n          Value: !Ref SSOUserLastName\n        - Key: SSOUserEmail\n          Value: !Ref SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value: !GetAtt OUDetails.OrganizationalUnitName\n\n  AccountDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-details-to-aws-account-id\"\n      AccountName: !Ref AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-creation-notifier\"\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref AccountEmail\n      SSOUserFirstName: !Ref SSOUserFirstName\n      SSOUserLastName: !Ref SSOUserLastName\n      SSOUserEmail: !Ref SSOUserEmail\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitName\n      AccountId: !GetAtt AccountDetails.Id\n\n  Bootstraper:\n    Type: Custom::CustomResource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        !Sub \"arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:account-bootstrapper\"\n      TargetAccountId: !GetAtt AccountDetails.Id\n\nOutputs:\n  AccountId:\n    Description: |\n      AccountId for the newly created AWS Account\n    Value: !GetAtt AccountDetails.Id\n  AccountOrganizationalUnitName:\n    Description: |\n      OrganizationalUnitName for the newly created AWS Account\n    Value: !GetAtt OUDetails.OrganizationalUnitName\n"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  account-type-to-organizational-unit-chooser:\n    portfolio: demo-central-it-team-portfolio\n    product: account-type-to-organizational-unit-chooser\n    version: v4\n\n  account-details-to-aws-account-id:\n    portfolio: demo-central-it-team-portfolio\n    product: account-details-to-aws-account-id\n    version: v1\n    parameters:\n      AssumableRoleInRootAccountArn:\n        default: SET_ME\n\n  account-creation-notifier:\n    portfolio: demo-central-it-team-portfolio\n    product: account-creation-notifier\n    version: v1\n\n  account-bootstrap-shared:\n    portfolio: demo-central-it-team-portfolio\n    product: account-bootstrap-shared\n    version: v3\n    parameters:\n      PuppetAccountId:\n        Default: set me\n      PuppetVersion:\n        Default: set me\n\n  account-001:\n    portfolio: demo-central-it-team-portfolio\n    product: augmented-account-factory\n    version: v5\n    depends_on:\n      - account-type-to-organizational-unit-chooser\n      - account-details-to-aws-account-id\n      - account-creation-notifier\n      - account-bootstrap-shared\n    parameters:\n      AccountName:\n        Default: set me\n      AccountEmail:\n        Default: set me\n      SSOUserFirstName:\n        Default: set me\n      SSOUserLastName:\n        Default: set me\n      SSOUserEmail:\n        Default: set me\n      AccountType:\n        Default: set me\n      PlatformName:\n        Default: set me"
  },
  {
    "path": "unsorted/aws-control-tower-augmented-account-factory/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: account-type-to-organizational-unit-chooser\n      Owner: central-it@customer.com\n      Description: Takes the given account type and returns the organizational unit it should be assigned to\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/util\n      Tags:\n        - Key: product-type\n          Value: util\n      Versions:\n        - Name: v4\n          Description: Takes the given account type and returns the organizational unit it should be assigned to\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-type-to-organizational-unit-chooser\n              BranchName: v4\n\n\n    - Name: account-details-to-aws-account-id\n      Owner: central-it@customer.com\n      Description: Takes the given 'AccountName' and returns the account details\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/util\n      Tags:\n        - Key: product-type\n          Value: util\n      Versions:\n        - Name: v1\n          Description: Takes the given 'AccountName' and returns the account details\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-details-to-aws-account-id\n              BranchName: v1\n\n\n    - Name: account-creation-notifier\n      Owner: central-it@customer.com\n      Description: Creates lambda to be used to back a custom resource.  It allows the dispatch of extra parameters via SNS\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/util\n      Tags:\n        - Key: product-type\n          Value: util\n      Versions:\n        - Name: v1\n          Description: Creates lambda to be used to back a custom resource.  It allows the dispatch of extra parameters via SNS\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-creation-notifier\n              BranchName: v1\n\n\n    - Name: account-bootstrap-shared\n      Owner: central-it@customer.com\n      Description: Creates lambda to be used to back a custom resource.  It bootstraps new accounts\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/util\n      Tags:\n        - Key: product-type\n          Value: util\n      Versions:\n        - Name: v3\n          Description: Creates lambda to be used to back a custom resource.  It bootstraps new accounts\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: account-bootstrap-shared\n              BranchName: v3\n          BuildSpec: |\n            version: 0.2\n            phases:\n              install:\n                runtime-versions:\n                  python: 3.x\n              build:\n                commands:\n                  - pip install -r requirements.txt -t src\n                {% for region in ALL_REGIONS %}\n                  - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n                {% endfor %}\n            artifacts:\n              files:\n                - '*'\n                - '**/*'\n\n\n    - Name: augmented-account-factory\n      Owner: central-it@customer.com\n      Description: Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and returns the account id as an output\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/util\n      Tags:\n        - Key: product-type\n          Value: util\n      Versions:\n        - Name: v5\n          Description: Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS and returns the account id as an output\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: augmented-account-factory\n              BranchName: v5\n"
  },
  {
    "path": "unsorted/aws-iam/README.md",
    "content": "# aws-iam\nThis is a solution to help deliver useful IAM roles\n\n## Description\nDeploys a configurable IAM Group/Role strategy that allows users to assume roles into other accounts from the security account. \nUsing IAM Groups ensures permissions are for users in those assumed roles are locked down.\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name aws-iam-assume-roles-spoke\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-iam-assume-roles-spoke\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-iam/assume-roles-spoke/v1 aws-iam-assume-roles-spoke --force\n\naws codecommit create-repository --repository-name aws-iam-groups-security-account\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-iam-groups-security-account\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-iam/groups-security-account/v1 aws-iam-groups-security-account --force\n```\n\n"
  },
  {
    "path": "unsorted/aws-iam/assume-roles-spoke/v1/README.md",
    "content": "# product.template\n# Description\nCreates IAM Roles for OpsAdmin, FinOps and Security Team Members in the Account which can be assumed by Users coming from **a** Security Account. Note that the OpsAdmin role has a policy attached limiting it to only being able to launch a specific instance. This is just a reference to what you could do to avoid FULL Administrator Access.\n\n\n## Parameters\nThe list of parameters for this template:\n\n### SecurityAccountId \nType: String  \nDescription: 12 Digit Account Number of the Security Account \n\n## Resources\nThe list of resources this template creates:\n\n### IT-OpsAdminRole \nType: AWS::IAM::Role   \n### PolicyForAdmins \nType: AWS::IAM::Policy  \n### IT-FinOpsRole \nType: AWS::IAM::Role  \n### PolicyForFinops \nType: AWS::IAM::Policy  \n### IT-SecurityRole \nType: AWS::IAM::Role  \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "unsorted/aws-iam/assume-roles-spoke/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\r\n# SPDX-License-Identifier: Apache-2.0\r\n\r\nAWSTemplateFormatVersion: 2010-09-09\r\nDescription: |\r\n  Creates IAM Roles in the Account which can be assumed by Users coming from Security Account\r\n\r\nParameters:\r\n  SecurityAccountId:\r\n    Type: String\r\n    Description: 12 Digit Account Number of the Security Account\r\n\r\nResources:\r\n  OpsAdminRole:\r\n    Type: 'AWS::IAM::Role'\r\n    Properties:\r\n      RoleName: IT-OpsAdminRole\r\n      AssumeRolePolicyDocument:\r\n        Version: 2012-10-17\r\n        Statement:\r\n          - Effect: Allow\r\n            Action: 'sts:AssumeRole'\r\n            Principal:\r\n              AWS: !Ref SecurityAccountId\r\n  PolicyForAdmin:\r\n    Type: 'AWS::IAM::Policy'\r\n    Properties:\r\n      PolicyName: \"IT-PolicyForAdmin\"\r\n      PolicyDocument:\r\n        Version: \"2012-10-17\"\r\n        Statement:\r\n          - Effect: Deny\r\n            Action: 'ec2:RunInstances'\r\n            NotResource:\r\n              - 'arn:aws:ec2:*:*:subnet/*'\r\n              - 'arn:aws:ec2:*::image/ami-01f3682deed220c2a'\r\n              - 'arn:aws:ec2:*:*:volume/*'\r\n              - 'arn:aws:ec2:*:*:instance/*'\r\n              - 'arn:aws:ec2:*:*:network-interface/*'\r\n              - 'arn:aws:ec2:*:*:security-group/*'\r\n          - Effect: Allow\r\n            Action: '*'\r\n            Resource: '*'\r\n      Roles:\r\n        - !Ref OpsAdminRole\r\n  FinOpsRole:\r\n    Type: 'AWS::IAM::Role'\r\n    Properties:\r\n      RoleName: IT-FinOpsRole\r\n      AssumeRolePolicyDocument:\r\n        Version: 2012-10-17\r\n        Statement:\r\n          - Effect: Allow\r\n            Action: 'sts:AssumeRole'\r\n            Principal:\r\n              AWS: !Ref SecurityAccountId\r\n  PolicyForFinops:\r\n    Type: 'AWS::IAM::Policy'\r\n    Properties:\r\n      PolicyName: \"IT-PolicyForFinops\"\r\n      PolicyDocument:\r\n        Version: \"2012-10-17\"\r\n        Statement:\r\n          -\r\n            Sid: \"BillingPolicy\"\r\n            Action:\r\n              - \"aws-portal:ModifyBilling\"\r\n              - \"aws-portal:ModifyPaymentMethods\"\r\n              - \"aws-portal:ViewAccount\"\r\n              - \"aws-portal:ViewBilling\"\r\n              - \"aws-portal:ViewPaymentMethods\"\r\n              - \"aws-portal:ViewUsage\"\r\n            Effect: \"Allow\"\r\n            Resource: \"*\"\r\n      Roles:\r\n        - !Ref FinOpsRole\r\n  SecurityRole:\r\n    Type: 'AWS::IAM::Role'\r\n    Properties:\r\n      RoleName: IT-SecurityRole\r\n      ManagedPolicyArns:\r\n        - \"arn:aws:iam::aws:policy/SecurityAudit\"\r\n      AssumeRolePolicyDocument:\r\n        Version: 2012-10-17\r\n        Statement:\r\n          - Effect: Allow\r\n            Action: 'sts:AssumeRole'\r\n            Principal:\r\n              AWS: !Ref SecurityAccountId\r\n"
  },
  {
    "path": "unsorted/aws-iam/groups-security-account/v1/README.md",
    "content": "# product.template\n# Description\nCreates the IAM Groups in the security Account\n\n\n## Parameters\nThe list of parameters for this template:\n\n### FinOpsGroupName \nType: String \nDefault: FinOpsGroup \nDescription: Name of the FinOps \n### SecurityTeamGroupName \nType: String \nDefault: SecurityTeamGroup \nDescription: Name of the Security Team Group \n### OAdminTeamGroupName \nType: String \nDefault: OSSAdminTeam \nDescription: Name of the Security Team Group \n\n## Resources\nThe list of resources this template creates:\n\n### IT-AdminGroup \nType: AWS::IAM::Group  \n### IT-FinOpsGroup \nType: AWS::IAM::Group  \n### IT-SecurityTeamGroup \nType: AWS::IAM::Group  \n\n## Outputs\nThe list of outputs this template exposes:\n\nNone\n\n"
  },
  {
    "path": "unsorted/aws-iam/groups-security-account/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Creates the IAM Groups in the security Account\n\nParameters:\n  FinOpsGroupName:\n    Type: String \n    Description: Name of the FinOps\n    Default: IT-FinOpsGroup\n  SecurityTeamGroupName:\n    Type: String \n    Description: Name of the Security Team Group\n    Default: IT-SecurityTeamGroup\n  OpsAdminTeamGroupName:\n    Type: String \n    Description: Name of the Security Team Group\n    Default: IT-OpsAdminTeam\n\nResources:\n  OpsAdminGroup:\n    Type: AWS::IAM::Group\n    Properties:\n      GroupName: !Ref OpsAdminTeamGroupName\n      Policies:\n      - PolicyName: IT-OpsAdminAssumePolicy\n        PolicyDocument:\n          Version: '2012-10-17'\n          Statement:\n          - Sid: ITAdminAssume\n            Effect: Allow\n            Action: sts:AssumeRole\n            Resource: arn:aws:iam::*:role/IT-OpsAdminRole\n  FinOpsGroup:\n    Type: AWS::IAM::Group\n    Properties:\n      GroupName: !Ref FinOpsGroupName\n      Policies:\n      - PolicyName: FinOpsAssumePolicy\n        PolicyDocument:\n          Version: '2012-10-17'\n          Statement:\n          - Sid: ITFinOpsAssume\n            Effect: Allow\n            Action: sts:AssumeRole\n            Resource: arn:aws:iam::*:role/IT-FinOpsRole\n  SecurityTeamGroup:\n    Type: AWS::IAM::Group\n    Properties:\n      GroupName: !Ref SecurityTeamGroupName\n      Policies:\n      - PolicyName: SecurityTeamAssumePolicy\n        PolicyDocument:\n          Version: '2012-10-17'\n          Statement:\n          - Sid: SecurityTeamAssume\n            Effect: Allow\n            Action: sts:AssumeRole\n            Resource: arn:aws:iam::*:role/IT-SecurityRole\n  "
  },
  {
    "path": "unsorted/aws-iam/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  iam-assume-roles-spoke:\n    portfolio: demo-central-it-team-portfolio\n    product: aws-iam-assume-roles-spoke\n    version: v1\n    deploy_to:\n      tags:\n      - regions: default_region\n        tag: scope:all\n    \n\n  iam-groups-security-account:\n    portfolio: demo-central-it-team-portfolio\n    product: aws-iam-groups-security-account\n    version: v1\n    deploy_to:\n      tags:\n      - regions: default_region\n        tag: scope:all\n"
  },
  {
    "path": "unsorted/aws-iam/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-iam-assume-roles-spoke\n      Owner: central-it@customer.com\n      Description: iam-assume-roles-spoke product\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: aws-iam-assume-roles-spoke\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-iam-assume-roles-spoke\n              BranchName: master\n\n    - Name: aws-iam-groups-security-account\n      Owner: central-it@customer.com\n      Description: iam-groups-security-account product\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: iam-groups-security-account product\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-iam-groups-security-account\n              BranchName: master\n"
  },
  {
    "path": "unsorted/aws-iam-administrator-access/README.md",
    "content": "# aws-iam-administrator-access\nCreates a role with the AdministratorAccess policy and a trust policy for the given account\nCreates a role with the AdministratorAccess policy and a trust policy for the given service\n\n## Description\nCreate AdministratorAccess policy attached roles\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name aws-iam-administrator-access-assumable-role-account\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-iam-administrator-access-assumable-role-account\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-iam-administrator-access/assumable-role-account/v1 aws-iam-administrator-access-assumable-role-account --force\n\naws codecommit create-repository --repository-name aws-iam-administrator-access-assumable-role-service\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-iam-administrator-access-assumable-role-service\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-iam-administrator-access/assumable-role-service/v1 aws-iam-administrator-access-assumable-role-service --force\n```\n"
  },
  {
    "path": "unsorted/aws-iam-administrator-access/assumable-role-account/v1/README.md",
    "content": ""
  },
  {
    "path": "unsorted/aws-iam-administrator-access/assumable-role-account/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\r\n# SPDX-License-Identifier: Apache-2.0\r\n\r\nAWSTemplateFormatVersion: 2010-09-09\r\nDescription: |\r\n  Creates a role with the AdministratorAccess policy and a trust policy for the given account\r\n\r\nParameters:\r\n  AccountToTrust:\r\n    Type: String\r\n    Description: 12 Digit Account Number of the trusted account\r\n\r\n  RoleName:\r\n    Type: String\r\n    Default: Admin\r\n\r\n  Path:\r\n    Type: String\r\n    Default: /\r\n\r\nResources:\r\n  Role:\r\n    Type: AWS::IAM::Role\r\n    Properties:\r\n      RoleName: !Ref RoleName\r\n      Path: !Ref Path\r\n      AssumeRolePolicyDocument:\r\n        Version: \"2012-10-17\"\r\n        Statement:\r\n          - Effect: \"Allow\"\r\n            Principal:\r\n              AWS: !Sub \"arn:aws:iam::${AccountToTrust}:root\"\r\n            Action:\r\n              - \"sts:AssumeRole\"\r\n      ManagedPolicyArns:\r\n        - arn:aws:iam::aws:policy/AdministratorAccess\r\n\r\nOutputs:\r\n  RoleArn:\r\n    Description: The Arn of the Role created\r\n    Value: !GetAtt Role.Arn\r\n\r\n  RoleId:\r\n    Description: The Id of the Role created\r\n    Value: !GetAtt Role.RoleId\r\n"
  },
  {
    "path": "unsorted/aws-iam-administrator-access/assumable-role-service/v1/README.md",
    "content": ""
  },
  {
    "path": "unsorted/aws-iam-administrator-access/assumable-role-service/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\r\n# SPDX-License-Identifier: Apache-2.0\r\n\r\nAWSTemplateFormatVersion: 2010-09-09\r\nDescription: |\r\n  Creates a role with the AdministratorAccess policy and a trust policy for the given service\r\n\r\nParameters:\r\n  ServiceToTrust:\r\n    Type: String\r\n    Description: \"AWS Service to trust eg codebuild.amazonaws.com\"\r\n\r\n  RoleName:\r\n    Type: String\r\n    Default: Admin\r\n\r\n  Path:\r\n    Type: String\r\n    Default: /\r\n\r\nResources:\r\n  Role:\r\n    Type: AWS::IAM::Role\r\n    Properties:\r\n      RoleName: !Ref RoleName\r\n      Path: !Ref Path\r\n      AssumeRolePolicyDocument:\r\n        Version: \"2012-10-17\"\r\n        Statement:\r\n          - Effect: \"Allow\"\r\n            Principal:\r\n              Service:\r\n                - !Ref ServiceToTrust\r\n            Action:\r\n              - \"sts:AssumeRole\"\r\n      ManagedPolicyArns:\r\n        - arn:aws:iam::aws:policy/AdministratorAccess\r\n\r\nOutputs:\r\n  RoleArn:\r\n    Description: The Arn of the Role created\r\n    Value: !GetAtt Role.Arn\r\n\r\n  RoleId:\r\n    Description: The Id of the Role created\r\n    Value: !GetAtt Role.RoleId\r\n"
  },
  {
    "path": "unsorted/aws-iam-administrator-access/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  assumable-role-account:\n    portfolio: demo-central-it-team-portfolio\n    product: assumable-role-account\n    version: v1\n\n  assumable-role-service:\n    portfolio: demo-central-it-team-portfolio\n    product: assumable-role-service\n    version: v1\n"
  },
  {
    "path": "unsorted/aws-iam-administrator-access/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-iam-administrator-access-assumable-role-account\n      Owner: central-it@customer.com\n      Description: Creates a role with the AdministratorAccess policy and a trust policy for the given account\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: Creates a role with the AdministratorAccess policy and a trust policy for the given account\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-iam-administrator-access-assumable-role-account\n              BranchName: master\n\n    - Name: aws-iam-administrator-access-assumable-role-service\n      Owner: central-it@customer.com\n      Description: Creates a role with the AdministratorAccess policy and a trust policy for the given service\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: Creates a role with the AdministratorAccess policy and a trust policy for the given service\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-iam-administrator-access-assumable-role-service\n              BranchName: master\n"
  },
  {
    "path": "unsorted/aws-servicecatalog-factory-provisioners/README.md",
    "content": "# aws-servicecatalog-factory-provisioners\nThis is a solution to help deliver the IAM roles needed when provisioning Terraform products using \naws-servicecatalog-factory and aws-servicecatalog-puppet\n\n## Description\nDeploys an IAM role that can be used by AWS CodePipeline to build out resources using Terraform\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name aws-servicecatalog-factory-provisioners-terraform\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-servicecatalog-factory-provisioners-terraform\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/aws-servicecatalog-factory-provisioners/terraform/v1 aws-servicecatalog-factory-provisioners-terraform --force\n```\n\n"
  },
  {
    "path": "unsorted/aws-servicecatalog-factory-provisioners/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  aws-servicecatalog-factory-provisioners-terraform:\n    portfolio: demo-central-it-team-portfolio\n    product: aws-servicecatalog-factory-provisioners-terraform\n    version: v4\n"
  },
  {
    "path": "unsorted/aws-servicecatalog-factory-provisioners/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-servicecatalog-factory-provisioners-terraform\n      Owner: central-it@customer.com\n      Description: IAM roles needed in the spoke accounts to make Terraform provisioning work\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v4\n          Description: IAM roles needed in the spoke accounts to make Terraform provisioning work\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-servicecatalog-factory-provisioners-terraform\n              BranchName: master\n"
  },
  {
    "path": "unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/README.md",
    "content": "# product.template\n# Description\nCreates IAM Roles Account which can be assumed used by Service Catalog Factory to provision Terraform products\n\n\n## Parameters\nThe list of parameters for this template:\n\n### PuppetAccountId \nType: String  \nDescription: 12 Digit Account Number of the PuppetAccount \n\n## Resources\nThe list of resources this template creates:\n\n### PuppetRoleForTerraform \nType: AWS::IAM::Role  \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "unsorted/aws-servicecatalog-factory-provisioners/terraform/v4/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Creates IAM Roles Account which can be assumed used by Service Catalog Factory to provision Terraform products\n\nParameters:\n  PuppetAccountId:\n    Type: String\n    Description: 12 Digit Account Number of the PuppetAccount\n\nResources:\n  PuppetRoleForTerraform:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: PuppetRoleForTerraform\n      Path: /servicecatalog-puppet/\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${PuppetAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codepipeline.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n\n      Policies:\n        - PolicyName: \"AllowAccessToFactoryArtifacts\"\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: \"Allow\"\n                Action:\n                  - s3:Get*\n                  - s3:List*\n                  - s3:Head*\n                  - s3:GetEncryptionConfiguration\n                Resource: !Sub \"arn:aws:s3:::sc-factory-artifacts-${PuppetAccountId}-*/*\"\n"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v1/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"bootstrap\", \"version\": \"v1\"}\n\nParameters:\n  CDKVersion:\n    Type: \"String\"\n    Default: \"1.94.1\"\n\n  CDKDeployComputeType:\n    Type: \"String\"\n    Default: \"BUILD_GENERAL1_SMALL\"\n\n  CDKDeployImage:\n    Type: \"String\"\n    Default: \"aws/codebuild/standard:4.0\"\n\n  CDKToolkitStackName:\n    Type: \"String\"\n    Default: \"CDKToolkit\"\n\n  CDKBootstrapExtraArgs:\n    Type: \"String\"\n    Default: \"\"\n\n  IAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKDeployRoleName:\n    Type: \"String\"\n    Default: \"CDKDeployRoleName\"\n\n  StartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\n  PuppetAccountId:\n    Type: \"String\"\n\n\nResources:\n  InitialiserRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKInitialiserRoleName\n      Path: !Ref IAMRolePaths\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess\"\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  InitialiserProject:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: servicecatalog-factory-cdk-bootstrap-initialiser\n      Description: \"Initialiser for the cdk support\"\n      ServiceRole: !GetAtt InitialiserRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: !Ref CDKDeployComputeType\n        Image: !Ref CDKDeployImage\n        EnvironmentVariables:\n          - Name: CDK_VERSION\n            Type: PLAINTEXT\n            Value: !Ref CDKVersion\n          - Name: CDK_DEPLOY_COMPUTE_TYPE\n            Type: PLAINTEXT\n            Value: !Ref CDKDeployComputeType\n          - Name: CDK_DEPLOY_IMAGE\n            Type: PLAINTEXT\n            Value: !Ref CDKDeployImage\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: !Ref CDKToolkitStackName\n          - Name: CDK_BOOTSTRAP_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: !Ref CDKBootstrapExtraArgs\n\n          - Name: ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref AWS::AccountId\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref AWS::Region\n\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - npm install -g aws-cdk@$VERSION\n            build:\n              commands:\n                - cdk bootstrap --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME $CDK_BOOTSTRAP_EXTRA_ARGS aws://$ACCOUNT_ID/$REGION\n\n      TimeoutInMinutes: 60\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKStartInstallRoleName\n      Path: !Ref IAMRolePaths\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AWSCodeBuildDeveloperAccess\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  StartInstallLambda:\n    Type: AWS::Lambda::Function\n    Properties:\n      Role: !GetAtt StartInstallRole.Arn\n      Handler: \"index.handler\"\n      Description: Lambda for starting cdk bootstrap CodeBuild Job\n      Runtime: python3.7\n      Timeout: 900\n      Code:\n        ZipFile: |\n          import boto3\n          import json\n          import logging\n          import time\n          from urllib.request import Request, urlopen\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handler(event, context):\n              request_type = event['RequestType']\n              codebuild_projectname = event.get('ResourceProperties').get('ProjectName')\n\n              try:\n                  logger.info(request_type)\n                  if request_type in ['Create', 'Update']:\n                      codebuild_client = boto3.client('codebuild')\n                      logger.info(\"Starting CodeBuild Job: {}\".format(codebuild_projectname))\n                      codebuild_response = codebuild_client.start_build(\n                          projectName = codebuild_projectname\n                      )\n                      build_id = codebuild_response.get('build').get('id')\n                      build_status = 'IN_PROGRESS'\n                      while build_status == 'IN_PROGRESS':\n                          time.sleep(5)\n                          build = codebuild_client.batch_get_builds(ids=[build_id]).get('builds')[0]\n                          build_status = build.get('buildStatus')\n                      if build_status != 'SUCCEEDED':\n                          raise Exception(f\"Build did not SUCCEED. Status: {build_status}\")\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Updated\"})\n\n                  elif request_type == 'Delete':\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Deleted\"})\n\n                  else:\n                      send_response(event, context, \"FAILED\",\n                                    {\"Message\": \"Unexpected\"})\n\n              except Exception as ex:\n                  logger.error(ex)\n                  send_response(event, context,\"FAILED\",\n                                    {\"Message\": \"Exception\"})\n\n          def send_response(e, c, rs, rd):\n              r = json.dumps({\n                  \"Status\": rs,\n                  \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                  \"PhysicalResourceId\": c.log_stream_name,\n                  \"StackId\": e['StackId'],\n                  \"RequestId\": e['RequestId'],\n                  \"LogicalResourceId\": e['LogicalResourceId'],\n                  \"Data\": rd\n              })\n              d = str.encode(r)\n              h = {\n                  'content-type': '',\n                  'content-length': str(len(d))\n              }\n              req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n              r = urlopen(req)\n              logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n\n  StartInstall:\n    Type: Custom::CustomResource\n    DependsOn: InitialiserProject\n    Properties:\n      ServiceToken: !GetAtt StartInstallLambda.Arn\n      ProjectName: !Ref InitialiserProject\n      UpdateNonce: !Join\n        - \",\"\n        - - !Ref CDKDeployComputeType\n          - !Ref CDKDeployImage\n          - !Ref CDKToolkitStackName\n          - !Ref CDKBootstrapExtraArgs\n\n  StartCDKDeployLambdaExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole'\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref IAMRolePaths\n      RoleName: !Ref StartCDKDeployLambdaExecutionRoleName\n      Policies:\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - codebuild:*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allowtrigger\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - s3:Get*\n                  - s3:List*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allows3\n\n  CDKDeployRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref IAMRolePaths\n      RoleName: !Ref CDKDeployRoleName\n\n  StartCDKDeploy:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      project_name = properties.get(\"Project\")\n                      codebuild = boto3.client(\"codebuild\")\n                      args = [\n                          \"CDK_DEPLOY_EXTRA_ARGS\",\n                          \"CDK_TOOLKIT_STACK_NAME\",\n                          \"PUPPET_ACCOUNT_ID\",\n                          \"CDK_DEPLOY_PARAMETER_ARGS\",\n                          \"CDK_DEPLOY_REQUIRE_APPROVAL\",\n                          \"NAME\",\n                          \"VERSION\",\n                      ]\n\n                      evo = [\n                          {\n                              \"name\": \"ON_COMPLETE_URL\",\n                              \"value\": properties.get(\"Handle\"),\n                              \"type\": \"PLAINTEXT\",\n                          },\n                      ] + [\n                          {\"name\": p, \"type\": \"PLAINTEXT\", \"value\": properties.get(p)}\n                          for p in args\n                      ]\n\n                      print(evo)\n\n                      bootstrapper_build = codebuild.start_build(\n                          projectName=project_name,\n                          environmentVariablesOverride=evo,\n                      ).get(\"build\")\n                      build_status = bootstrapper_build.get(\"buildStatus\")\n                      build_id = bootstrapper_build.get(\"id\")\n                      send_response(\n                          event,\n                          context,\n                          \"SUCCESS\",\n                          {\n                              \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                              \"BuildId\": build_id,\n                          },\n                      )\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\",},\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, status, data):\n              print(e, c, status, data)\n              r = json.dumps(\n                  {\n                      \"Status\": status,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": data,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--StartCDKDeploy\n      Handler: index.handler\n      MemorySize: 128\n      Role: !GetAtt StartCDKDeployLambdaExecutionRole.Arn\n      Runtime: python3.7\n      Timeout: 30\n\n  GetOutputsForGivenCodebuildId:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n          from botocore.exceptions import ClientError\n          import time\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      bucket_name = properties.get(\"BucketName\")\n                      code_build_build_id = properties.get(\"CodeBuildBuildId\")\n                      object_key_prefix = properties.get(\"ObjectKeyPrefix\")\n                      object_key = f\"{object_key_prefix}/scf_outputs-{code_build_build_id}.json\"\n\n                      client = boto3.client('s3')\n                      print(bucket_name)\n                      print(object_key)\n\n                      response = None\n\n                      while response is None:\n                          try:\n                              response = client.get_object(\n                                  Bucket=bucket_name,\n                                  Key=object_key,\n                              )\n                          except ClientError as ex:\n                              if ex.response['Error']['Code'] == 'NoSuchKey':\n                                  print(\"Not yet found outputs file\")\n                                  time.sleep(3)\n                              else:\n                                  raise\n\n                      print(\"Found the outputs file\")\n\n                      artifact = json.loads(\n                          response.get('Body').read()\n                      )\n\n                      data = {\n                          \"Message\": f\"{request_type} successful\",\n                          **artifact\n                      }\n\n                      send_response(\n                          event, context, \"SUCCESS\", data,\n                      )\n\n\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\", },\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, rs, rd):\n              print(\"send_response\", e, c, rs, rd)\n              r = json.dumps(\n                  {\n                      \"Status\": rs,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": rd,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--GetOutputsForGivenCodebuildId\n      Handler: index.handler\n      MemorySize: 128\n      Role: !GetAtt 'StartCDKDeployLambdaExecutionRole.Arn'\n      Runtime: python3.7\n      Timeout: 90\n\n  CDKDeploy:\n    Properties:\n      Artifacts:\n        Location: !Sub 'sc-factory-artifacts-${PuppetAccountId}-${AWS::Region}'\n        Name: cdk-1.0.0-artifacts\n        NamespaceType: BUILD_ID\n        Type: S3\n      Description: !Sub 'Run CDK deploy for given source code'\n      Environment:\n        ComputeType: !Ref 'CDKDeployComputeType'\n        EnvironmentVariables:\n          - Name: CDK_DEPLOY_REQUIRE_APPROVAL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: CDK_DEPLOY_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: UId\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref 'AWS::Region'\n          - Name: CDK_DEPLOY_PARAMETER_ARGS\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ON_COMPLETE_URL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: NAME\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n        Image: !Ref 'CDKDeployImage'\n        Type: LINUX_CONTAINER\n      Name: ServiceCatalogFactory-RUN-CDK-DEPLOY\n      ServiceRole: !GetAtt 'CDKDeployRole.Arn'\n      Source:\n        BuildSpec: !Sub |\n          version: 0.2\n          artifacts:\n            files:\n            - '*'\n            - '**/*'\n            name: CDKDeploy\n          phases:\n            install:\n              commands:\n              - aws s3 cp s3://sc-factory-artifacts-$PUPPET_ACCOUNT_ID-$REGION/cdk/1.0.0/$NAME/$VERSION/$NAME-$VERSION.zip $NAME-$VERSION.zip\n              - unzip $NAME-$VERSION.zip\n              - npm install\n            build:\n              commands:\n              - echo \"building\"\n              - |\n                npm run cdk deploy -- \\\n                     --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME \\\n                     --require-approval $CDK_DEPLOY_REQUIRE_APPROVAL \\\n                     --outputs-file scf_outputs.json \\\n                     $CDK_DEPLOY_EXTRA_ARGS $CDK_DEPLOY_PARAMETER_ARGS '*'\n              on-failure: CONTINUE\n            post_build:\n              commands:\n              - aws s3 cp scf_outputs.json s3://sc-factory-artifacts-$PUPPET_ACCOUNT_ID-$REGION/cdk/1.0.0/$NAME/$VERSION/scf_outputs-$CODEBUILD_BUILD_ID.json\n              - |\n                if [ \"$CODEBUILD_BUILD_SUCCEEDING\" = \"1\" ]; then\n                    curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"SUCCESS\", \"Reason\" : \"Deploy completed\", \"UniqueId\" : \"$CODEBUILD_BUILD_ID\", \"Data\" : \"'\"$CODEBUILD_BUILD_ID\"'\"}' \"$ON_COMPLETE_URL\"\n                else\n                    curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"FAILURE\", \"Reason\" : \"Deploy failed\", \"UniqueId\" : \"'\"$CODEBUILD_BUILD_ID\"'\", \"Data\" : \"'\"$CODEBUILD_BUILD_ID\"'\"}' \"$ON_COMPLETE_URL\"\n                fi\n        Type: NO_SOURCE\n      TimeoutInMinutes: 60\n    Type: AWS::CodeBuild::Project\n\nOutputs:\n  StartCDKDeployFunctionArn:\n    Value: !GetAtt StartCDKDeploy.Arn\n\n  GetOutputsForGivenCodebuildIdFunctionArn:\n    Value: !GetAtt GetOutputsForGivenCodebuildId.Arn\n\n  CDKDeployProject:\n    Value: !Ref CDKDeploy"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v2/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"bootstrap\", \"version\": \"v2\"}\n\nParameters:\n  CDKVersion:\n    Type: \"String\"\n    Default: \"1.94.1\"\n\n  CDKDeployComputeType:\n    Type: \"String\"\n    Default: \"BUILD_GENERAL1_SMALL\"\n\n  CDKDeployImage:\n    Type: \"String\"\n    Default: \"aws/codebuild/standard:4.0\"\n\n  CDKToolkitStackName:\n    Type: \"String\"\n    Default: \"CDKToolkit\"\n\n  CDKBootstrapExtraArgs:\n    Type: \"String\"\n    Default: \"\"\n\n  IAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKDeployRoleName:\n    Type: \"String\"\n    Default: \"CDKDeployRoleName\"\n\n  StartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\n  PuppetAccountId:\n    Type: \"String\"\n\nResources:\n  InitialiserProject:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: servicecatalog-factory-cdk-bootstrap-initialiser\n      Description: \"Initialiser for the cdk support\"\n      ServiceRole: !Sub \"arn:aws:iam::${AWS::AccountId}:role${IAMRolePaths}${CDKInitialiserRoleName}\"\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: !Ref CDKDeployComputeType\n        Image: !Ref CDKDeployImage\n        EnvironmentVariables:\n          - Name: CDK_VERSION\n            Type: PLAINTEXT\n            Value: !Ref CDKVersion\n          - Name: CDK_DEPLOY_COMPUTE_TYPE\n            Type: PLAINTEXT\n            Value: !Ref CDKDeployComputeType\n          - Name: CDK_DEPLOY_IMAGE\n            Type: PLAINTEXT\n            Value: !Ref CDKDeployImage\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: !Ref CDKToolkitStackName\n          - Name: CDK_BOOTSTRAP_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: !Ref CDKBootstrapExtraArgs\n\n          - Name: ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref AWS::AccountId\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref AWS::Region\n\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - npm install -g aws-cdk@$VERSION\n            build:\n              commands:\n                - cdk bootstrap --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME $CDK_BOOTSTRAP_EXTRA_ARGS aws://$ACCOUNT_ID/$REGION\n\n      TimeoutInMinutes: 60\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallLambda:\n    Type: AWS::Lambda::Function\n    Properties:\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${IAMRolePaths}${CDKStartInstallRoleName}\"\n      Handler: \"index.handler\"\n      Description: Lambda for starting cdk bootstrap CodeBuild Job\n      Runtime: python3.7\n      Timeout: 900\n      Code:\n        ZipFile: |\n          import boto3\n          import json\n          import logging\n          import time\n          from urllib.request import Request, urlopen\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handler(event, context):\n              request_type = event['RequestType']\n              codebuild_projectname = event.get('ResourceProperties').get('ProjectName')\n\n              try:\n                  logger.info(request_type)\n                  if request_type in ['Create', 'Update']:\n                      codebuild_client = boto3.client('codebuild')\n                      logger.info(\"Starting CodeBuild Job: {}\".format(codebuild_projectname))\n                      codebuild_response = codebuild_client.start_build(\n                          projectName = codebuild_projectname\n                      )\n                      build_id = codebuild_response.get('build').get('id')\n                      build_status = 'IN_PROGRESS'\n                      while build_status == 'IN_PROGRESS':\n                          time.sleep(5)\n                          build = codebuild_client.batch_get_builds(ids=[build_id]).get('builds')[0]\n                          build_status = build.get('buildStatus')\n                      if build_status != 'SUCCEEDED':\n                          raise Exception(f\"Build did not SUCCEED. Status: {build_status}\")\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Updated\"})\n\n                  elif request_type == 'Delete':\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Deleted\"})\n\n                  else:\n                      send_response(event, context, \"FAILED\",\n                                    {\"Message\": \"Unexpected\"})\n\n              except Exception as ex:\n                  logger.error(ex)\n                  send_response(event, context,\"FAILED\",\n                                    {\"Message\": \"Exception\"})\n\n          def send_response(e, c, rs, rd):\n              r = json.dumps({\n                  \"Status\": rs,\n                  \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                  \"PhysicalResourceId\": c.log_stream_name,\n                  \"StackId\": e['StackId'],\n                  \"RequestId\": e['RequestId'],\n                  \"LogicalResourceId\": e['LogicalResourceId'],\n                  \"Data\": rd\n              })\n              d = str.encode(r)\n              h = {\n                  'content-type': '',\n                  'content-length': str(len(d))\n              }\n              req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n              r = urlopen(req)\n              logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n\n  StartInstall:\n    Type: Custom::CustomResource\n    DependsOn: InitialiserProject\n    Properties:\n      ServiceToken: !GetAtt StartInstallLambda.Arn\n      ProjectName: !Ref InitialiserProject\n      UpdateNonce: !Join\n        - \",\"\n        - - !Ref CDKDeployComputeType\n          - !Ref CDKDeployImage\n          - !Ref CDKToolkitStackName\n          - !Ref CDKBootstrapExtraArgs\n\n\n  StartCDKDeploy:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      project_name = properties.get(\"Project\")\n                      codebuild = boto3.client(\"codebuild\")\n                      args = [\n                          \"CDK_DEPLOY_EXTRA_ARGS\",\n                          \"CDK_TOOLKIT_STACK_NAME\",\n                          \"PUPPET_ACCOUNT_ID\",\n                          \"CDK_DEPLOY_PARAMETER_ARGS\",\n                          \"CDK_DEPLOY_REQUIRE_APPROVAL\",\n                          \"NAME\",\n                          \"VERSION\",\n                      ]\n\n                      evo = [\n                          {\n                              \"name\": \"ON_COMPLETE_URL\",\n                              \"value\": properties.get(\"Handle\"),\n                              \"type\": \"PLAINTEXT\",\n                          },\n                      ] + [\n                          {\"name\": p, \"type\": \"PLAINTEXT\", \"value\": properties.get(p)}\n                          for p in args\n                      ]\n\n                      print(evo)\n\n                      bootstrapper_build = codebuild.start_build(\n                          projectName=project_name,\n                          environmentVariablesOverride=evo,\n                      ).get(\"build\")\n                      build_status = bootstrapper_build.get(\"buildStatus\")\n                      build_id = bootstrapper_build.get(\"id\")\n                      send_response(\n                          event,\n                          context,\n                          \"SUCCESS\",\n                          {\n                              \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                              \"BuildId\": build_id,\n                          },\n                      )\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\",},\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, status, data):\n              print(e, c, status, data)\n              r = json.dumps(\n                  {\n                      \"Status\": status,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": data,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--StartCDKDeploy\n      Handler: index.handler\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${IAMRolePaths}${StartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 30\n\n  GetOutputsForGivenCodebuildId:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n          from botocore.exceptions import ClientError\n          import time\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      bucket_name = properties.get(\"BucketName\")\n                      code_build_build_id = properties.get(\"CodeBuildBuildId\")\n                      object_key_prefix = properties.get(\"ObjectKeyPrefix\")\n                      object_key = f\"{object_key_prefix}/scf_outputs-{code_build_build_id}.json\"\n\n                      client = boto3.client('s3')\n                      print(bucket_name)\n                      print(object_key)\n\n                      response = None\n\n                      while response is None:\n                          try:\n                              response = client.get_object(\n                                  Bucket=bucket_name,\n                                  Key=object_key,\n                              )\n                          except ClientError as ex:\n                              if ex.response['Error']['Code'] == 'NoSuchKey':\n                                  print(\"Not yet found outputs file\")\n                                  time.sleep(3)\n                              else:\n                                  raise\n\n                      print(\"Found the outputs file\")\n\n                      artifact = json.loads(\n                          response.get('Body').read()\n                      )\n\n                      data = {\n                          \"Message\": f\"{request_type} successful\",\n                          **artifact\n                      }\n\n                      send_response(\n                          event, context, \"SUCCESS\", data,\n                      )\n\n\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\", },\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, rs, rd):\n              print(\"send_response\", e, c, rs, rd)\n              r = json.dumps(\n                  {\n                      \"Status\": rs,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": rd,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--GetOutputsForGivenCodebuildId\n      Handler: index.handler\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${IAMRolePaths}${StartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 90\n\n  CDKDeploy:\n    Properties:\n      Artifacts:\n        Location: !Sub 'sc-factory-artifacts-${PuppetAccountId}-${AWS::Region}'\n        Name: cdk-1.0.0-artifacts\n        NamespaceType: BUILD_ID\n        Type: S3\n      Description: !Sub 'Run CDK deploy for given source code'\n      Environment:\n        ComputeType: !Ref 'CDKDeployComputeType'\n        EnvironmentVariables:\n          - Name: CDK_DEPLOY_REQUIRE_APPROVAL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: CDK_DEPLOY_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: UId\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref 'AWS::Region'\n          - Name: CDK_DEPLOY_PARAMETER_ARGS\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ON_COMPLETE_URL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: NAME\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n        Image: !Ref 'CDKDeployImage'\n        Type: LINUX_CONTAINER\n      Name: ServiceCatalogFactory-RUN-CDK-DEPLOY\n      ServiceRole: !Sub \"arn:aws:iam::${AWS::AccountId}:role${IAMRolePaths}${CDKDeployRoleName}\"\n      Source:\n        BuildSpec: !Sub |\n          version: 0.2\n          artifacts:\n            files:\n            - '*'\n            - '**/*'\n            name: CDKDeploy\n          phases:\n            install:\n              commands:\n              - aws s3 cp s3://sc-factory-artifacts-$PUPPET_ACCOUNT_ID-$REGION/cdk/1.0.0/$NAME/$VERSION/$NAME-$VERSION.zip $NAME-$VERSION.zip\n              - unzip $NAME-$VERSION.zip\n            pre_build:\n              on-failure: CONTINUE\n              commands:\n              - npm install\n            build:\n              on-failure: CONTINUE\n              commands:\n              - echo \"building\"\n              - |\n                if [ \"$CODEBUILD_BUILD_SUCCEEDING\" = \"1\" ]; then\n                  npm run cdk deploy -- \\\n                       --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME \\\n                       --require-approval $CDK_DEPLOY_REQUIRE_APPROVAL \\\n                       --outputs-file scf_outputs.json \\\n                       $CDK_DEPLOY_EXTRA_ARGS $CDK_DEPLOY_PARAMETER_ARGS '*'\n                  aws s3 cp scf_outputs.json s3://sc-cdk-artifacts-${AWS::AccountId}/cdk/1.0.0/$NAME/$VERSION/scf_outputs-$CODEBUILD_BUILD_ID.json\n                fi\n            post_build:\n              commands:\n              - |\n                if [ \"$CODEBUILD_BUILD_SUCCEEDING\" = \"1\" ]; then\n                    curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"SUCCESS\", \"Reason\" : \"Deploy completed\", \"UniqueId\" : \"$CODEBUILD_BUILD_ID\", \"Data\" : \"'\"$CODEBUILD_BUILD_ID\"'\"}' \"$ON_COMPLETE_URL\"\n                else\n                    curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"FAILURE\", \"Reason\" : \"Deploy failed\", \"UniqueId\" : \"'\"$CODEBUILD_BUILD_ID\"'\", \"Data\" : \"'\"$CODEBUILD_BUILD_ID\"'\"}' \"$ON_COMPLETE_URL\"\n                fi\n        Type: NO_SOURCE\n      TimeoutInMinutes: 480\n    Type: AWS::CodeBuild::Project\n\nOutputs:\n  StartCDKDeployFunctionArn:\n    Value: !GetAtt StartCDKDeploy.Arn\n\n  GetOutputsForGivenCodebuildIdFunctionArn:\n    Value: !GetAtt GetOutputsForGivenCodebuildId.Arn\n\n  CDKDeployProject:\n    Value: !Ref CDKDeploy"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v3/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"bootstrap\", \"version\": \"v3\"}\n\nParameters:\n  CDKSupportCDKBootstrapVersion:\n    Type: \"String\"\n    Default: \"1.94.1\"\n\n  CDKSupportCDKBootstrapComputeType:\n    Type: \"String\"\n    Default: \"BUILD_GENERAL1_SMALL\"\n\n  CDKSupportCDKBootstrapImage:\n    Type: \"String\"\n    Default: \"aws/codebuild/standard:4.0\"\n\n  CDKSupportCDKToolkitStackName:\n    Type: \"String\"\n    Default: \"CDKToolkit\"\n\n  CDKSupportCDKBootstrapExtraArgs:\n    Type: \"String\"\n    Default: \"\"\n\n  CDKSupportIAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKSupportCDKInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKSupportCDKStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKSupportStartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\n  PuppetAccountId:\n    Type: \"String\"\n\nResources:\n  InitialiserProject:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: servicecatalog-factory-cdk-bootstrap-initialiser\n      Description: \"Initialiser for the cdk support\"\n      ServiceRole: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportCDKInitialiserRoleName}\"\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: !Ref CDKSupportCDKBootstrapComputeType\n        Image: !Ref CDKSupportCDKBootstrapImage\n        EnvironmentVariables:\n          - Name: CDK_VERSION\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKBootstrapVersion\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKToolkitStackName\n          - Name: CDK_BOOTSTRAP_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKBootstrapExtraArgs\n          - Name: ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref AWS::AccountId\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref AWS::Region\n\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - npm install -g aws-cdk@$CDK_VERSION\n            build:\n              commands:\n                - cdk bootstrap --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME $CDK_BOOTSTRAP_EXTRA_ARGS aws://$ACCOUNT_ID/$REGION\n\n      TimeoutInMinutes: 60\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallLambda:\n    Type: AWS::Lambda::Function\n    Properties:\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportCDKStartInstallRoleName}\"\n      Handler: \"index.handler\"\n      Description: Lambda for starting cdk bootstrap CodeBuild Job\n      Runtime: python3.7\n      Timeout: 900\n      Code:\n        ZipFile: |\n          import boto3\n          import json\n          import logging\n          import time\n          from urllib.request import Request, urlopen\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handler(event, context):\n              request_type = event['RequestType']\n              codebuild_projectname = event.get('ResourceProperties').get('ProjectName')\n\n              try:\n                  logger.info(request_type)\n                  if request_type in ['Create', 'Update']:\n                      codebuild_client = boto3.client('codebuild')\n                      logger.info(\"Starting CodeBuild Job: {}\".format(codebuild_projectname))\n                      codebuild_response = codebuild_client.start_build(\n                          projectName = codebuild_projectname\n                      )\n                      build_id = codebuild_response.get('build').get('id')\n                      build_status = 'IN_PROGRESS'\n                      while build_status == 'IN_PROGRESS':\n                          time.sleep(5)\n                          build = codebuild_client.batch_get_builds(ids=[build_id]).get('builds')[0]\n                          build_status = build.get('buildStatus')\n                      if build_status != 'SUCCEEDED':\n                          raise Exception(f\"Build did not SUCCEED. Status: {build_status}\")\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Updated\"})\n\n                  elif request_type == 'Delete':\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Deleted\"})\n\n                  else:\n                      send_response(event, context, \"FAILED\",\n                                    {\"Message\": \"Unexpected\"})\n\n              except Exception as ex:\n                  logger.error(ex)\n                  send_response(event, context,\"FAILED\",\n                                    {\"Message\": \"Exception\"})\n\n          def send_response(e, c, rs, rd):\n              r = json.dumps({\n                  \"Status\": rs,\n                  \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                  \"PhysicalResourceId\": c.log_stream_name,\n                  \"StackId\": e['StackId'],\n                  \"RequestId\": e['RequestId'],\n                  \"LogicalResourceId\": e['LogicalResourceId'],\n                  \"Data\": rd\n              })\n              d = str.encode(r)\n              h = {\n                  'content-type': '',\n                  'content-length': str(len(d))\n              }\n              req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n              r = urlopen(req)\n              logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n\n  StartInstall:\n    Type: Custom::CustomResource\n    DependsOn: InitialiserProject\n    Properties:\n      ServiceToken: !GetAtt StartInstallLambda.Arn\n      ProjectName: !Ref InitialiserProject\n      UpdateNonce: !Join\n        - \",\"\n        - - !Ref CDKSupportCDKBootstrapVersion\n          - !Ref CDKSupportCDKBootstrapComputeType\n          - !Ref CDKSupportCDKBootstrapImage\n          - !Ref CDKSupportCDKToolkitStackName\n          - !Ref CDKSupportCDKBootstrapExtraArgs\n          - !Ref CDKSupportIAMRolePaths\n          - !Ref CDKSupportCDKInitialiserRoleName\n          - !Ref CDKSupportCDKStartInstallRoleName\n          - !Ref CDKSupportStartCDKDeployLambdaExecutionRoleName\n          - !Ref PuppetAccountId\n\n\n  StartCDKDeploy:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  properties = event.get(\"ResourceProperties\")\n                  codebuild = boto3.client(\"codebuild\")\n                  args = [\n                      \"CDK_DEPLOY_EXTRA_ARGS\",\n                      \"CDK_TOOLKIT_STACK_NAME\",\n                      \"PUPPET_ACCOUNT_ID\",\n                      \"CDK_DEPLOY_PARAMETER_ARGS\",\n                      \"CDK_DEPLOY_REQUIRE_APPROVAL\",\n                      \"NAME\",\n                      \"VERSION\",\n                  ]\n\n                  evo = [\n                      {\n                          \"name\": \"ON_COMPLETE_URL\",\n                          \"value\": properties.get(\"Handle\"),\n                          \"type\": \"PLAINTEXT\",\n                      },\n                  ] + [\n                      {\"name\": p, \"type\": \"PLAINTEXT\", \"value\": properties.get(p)}\n                      for p in args\n                  ]\n\n                  print(evo)\n                  if request_type in [\"Create\", \"Update\", \"Delete\"]:\n                      if request_type in [\"Create\", \"Update\"]:\n                          project_name = properties.get(\"CreateUpdateProject\")\n                      else:\n                          project_name = properties.get(\"DeleteProject\")\n                      bootstrapper_build = codebuild.start_build(\n                          projectName=project_name,\n                          environmentVariablesOverride=evo,\n                      ).get(\"build\")\n                      build_status = bootstrapper_build.get(\"buildStatus\")\n                      build_id = bootstrapper_build.get(\"id\")\n                      send_response(\n                          event,\n                          context,\n                          \"SUCCESS\",\n                          {\n                              \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                              \"BuildId\": build_id,\n                          },\n                      )\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\",},\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, status, data):\n              print(e, c, status, data)\n              r = json.dumps(\n                  {\n                      \"Status\": status,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": data,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--StartCDKDeploy\n      Handler: index.handler\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportStartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 30\n\n  GetOutputsForGivenCodebuildId:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n          from botocore.exceptions import ClientError\n          import time\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      bucket_name = properties.get(\"BucketName\")\n                      code_build_build_id = properties.get(\"CodeBuildBuildId\")\n                      object_key_prefix = properties.get(\"ObjectKeyPrefix\")\n                      object_key = f\"{object_key_prefix}/scf_outputs-{code_build_build_id}.json\"\n\n                      client = boto3.client('s3')\n                      print(bucket_name)\n                      print(object_key)\n\n                      response = None\n\n                      while response is None:\n                          try:\n                              response = client.get_object(\n                                  Bucket=bucket_name,\n                                  Key=object_key,\n                              )\n                          except ClientError as ex:\n                              if ex.response['Error']['Code'] == 'NoSuchKey':\n                                  print(\"Not yet found outputs file\")\n                                  time.sleep(3)\n                              else:\n                                  raise\n\n                      print(\"Found the outputs file\")\n\n                      artifact = json.loads(\n                          response.get('Body').read()\n                      )\n\n                      data = dict()\n                      for stack in artifact.keys():\n                          data.update(artifact.get(stack))\n\n                      data[\"Message\"] = f\"{request_type} successful\"\n\n                      send_response(\n                          event, context, \"SUCCESS\", data,\n                      )\n\n\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\", },\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, rs, rd):\n              print(\"send_response\", e, c, rs, rd)\n              r = json.dumps(\n                  {\n                      \"Status\": rs,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": rd,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--GetOutputsForGivenCodebuildId\n      Handler: index.handler\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportStartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 90\n\nOutputs:\n  CDKSupportStartCDKDeployFunctionArn:\n    Value: !GetAtt StartCDKDeploy.Arn\n\n  CDKSupportGetOutputsForGivenCodebuildIdFunctionArn:\n    Value: !GetAtt GetOutputsForGivenCodebuildId.Arn\n"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v4/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"bootstrap\", \"version\": \"v4\"}\n\nParameters:\n  CDKSupportCDKBootstrapVersion:\n    Type: \"String\"\n    Default: \"1.94.1\"\n\n  CDKSupportCDKBootstrapComputeType:\n    Type: \"String\"\n    Default: \"BUILD_GENERAL1_SMALL\"\n\n  CDKSupportCDKBootstrapImage:\n    Type: \"String\"\n    Default: \"aws/codebuild/standard:4.0\"\n\n  CDKSupportCDKToolkitStackName:\n    Type: \"String\"\n    Default: \"CDKToolkit\"\n\n  CDKSupportCDKBootstrapExtraArgs:\n    Type: \"String\"\n    Default: \"\"\n\n  CDKSupportIAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKSupportCDKInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKSupportCDKStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKSupportStartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\n  PuppetAccountId:\n    Type: \"String\"\n\nResources:\n  InitialiserProject:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: servicecatalog-factory-cdk-bootstrap-initialiser\n      Description: \"Initialiser for the cdk support\"\n      ServiceRole: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportCDKInitialiserRoleName}\"\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: !Ref CDKSupportCDKBootstrapComputeType\n        Image: !Ref CDKSupportCDKBootstrapImage\n        EnvironmentVariables:\n          - Name: CDK_VERSION\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKBootstrapVersion\n          - Name: CDK_TOOLKIT_STACK_NAME\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKToolkitStackName\n          - Name: CDK_BOOTSTRAP_EXTRA_ARGS\n            Type: PLAINTEXT\n            Value: !Ref CDKSupportCDKBootstrapExtraArgs\n          - Name: ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: !Ref AWS::AccountId\n          - Name: REGION\n            Type: PLAINTEXT\n            Value: !Ref AWS::Region\n\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              commands:\n                - npm install -g aws-cdk@$CDK_VERSION\n            build:\n              commands:\n                - cdk bootstrap --toolkit-stack-name $CDK_TOOLKIT_STACK_NAME $CDK_BOOTSTRAP_EXTRA_ARGS aws://$ACCOUNT_ID/$REGION\n\n      TimeoutInMinutes: 60\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallLambda:\n    Type: AWS::Lambda::Function\n    Properties:\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportCDKStartInstallRoleName}\"\n      Handler: \"index.handler\"\n      Description: Lambda for starting cdk bootstrap CodeBuild Job\n      Runtime: python3.7\n      Timeout: 900\n      Code:\n        ZipFile: |\n          import boto3\n          import json\n          import logging\n          import time\n          from urllib.request import Request, urlopen\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          def handler(event, context):\n              request_type = event['RequestType']\n              codebuild_projectname = event.get('ResourceProperties').get('ProjectName')\n\n              try:\n                  logger.info(request_type)\n                  if request_type in ['Create', 'Update']:\n                      codebuild_client = boto3.client('codebuild')\n                      logger.info(\"Starting CodeBuild Job: {}\".format(codebuild_projectname))\n                      codebuild_response = codebuild_client.start_build(\n                          projectName = codebuild_projectname\n                      )\n                      build_id = codebuild_response.get('build').get('id')\n                      build_status = 'IN_PROGRESS'\n                      while build_status == 'IN_PROGRESS':\n                          time.sleep(5)\n                          build = codebuild_client.batch_get_builds(ids=[build_id]).get('builds')[0]\n                          build_status = build.get('buildStatus')\n                      if build_status != 'SUCCEEDED':\n                          raise Exception(f\"Build did not SUCCEED. Status: {build_status}\")\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Updated\"})\n\n                  elif request_type == 'Delete':\n                      send_response(event, context, \"SUCCESS\",\n                                    {\"Message\": \"Deleted\"})\n\n                  else:\n                      send_response(event, context, \"FAILED\",\n                                    {\"Message\": \"Unexpected\"})\n\n              except Exception as ex:\n                  logger.error(ex)\n                  send_response(event, context,\"FAILED\",\n                                    {\"Message\": \"Exception\"})\n\n          def send_response(e, c, rs, rd):\n              r = json.dumps({\n                  \"Status\": rs,\n                  \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                  \"PhysicalResourceId\": c.log_stream_name,\n                  \"StackId\": e['StackId'],\n                  \"RequestId\": e['RequestId'],\n                  \"LogicalResourceId\": e['LogicalResourceId'],\n                  \"Data\": rd\n              })\n              d = str.encode(r)\n              h = {\n                  'content-type': '',\n                  'content-length': str(len(d))\n              }\n              req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n              r = urlopen(req)\n              logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n\n  StartInstall:\n    Type: Custom::CustomResource\n    DependsOn: InitialiserProject\n    Properties:\n      ServiceToken: !GetAtt StartInstallLambda.Arn\n      ProjectName: !Ref InitialiserProject\n      UpdateNonce: !Join\n        - \",\"\n        - - !Ref CDKSupportCDKBootstrapVersion\n          - !Ref CDKSupportCDKBootstrapComputeType\n          - !Ref CDKSupportCDKBootstrapImage\n          - !Ref CDKSupportCDKToolkitStackName\n          - !Ref CDKSupportCDKBootstrapExtraArgs\n          - !Ref CDKSupportIAMRolePaths\n          - !Ref CDKSupportCDKInitialiserRoleName\n          - !Ref CDKSupportCDKStartInstallRoleName\n          - !Ref CDKSupportStartCDKDeployLambdaExecutionRoleName\n          - !Ref PuppetAccountId\n\n\n  StartCDKDeploy:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: ./start_cdk_deploy/src\n      Handler: handler.handler\n      FunctionName: servicecatalog-tools--StartCDKDeploy\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportStartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 30\n\n  GetOutputsForGivenCodebuildId:\n    Type: AWS::Lambda::Function\n    Properties:\n      Code:\n        ZipFile: |\n          import json\n          from urllib.request import Request, urlopen\n          import boto3\n          import logging\n          from botocore.exceptions import ClientError\n          import time\n\n\n          def handler(event, context):\n              request_type = event[\"RequestType\"]\n              try:\n                  if request_type in [\"Create\", \"Update\"]:\n                      properties = event.get(\"ResourceProperties\")\n                      bucket_name = properties.get(\"BucketName\")\n                      code_build_build_id = properties.get(\"CodeBuildBuildId\")\n                      object_key_prefix = properties.get(\"ObjectKeyPrefix\")\n                      object_key = f\"{object_key_prefix}/scf_outputs-{code_build_build_id}.json\"\n\n                      client = boto3.client('s3')\n                      print(bucket_name)\n                      print(object_key)\n\n                      response = None\n\n                      while response is None:\n                          try:\n                              response = client.get_object(\n                                  Bucket=bucket_name,\n                                  Key=object_key,\n                              )\n                          except ClientError as ex:\n                              if ex.response['Error']['Code'] == 'NoSuchKey':\n                                  print(\"Not yet found outputs file\")\n                                  time.sleep(3)\n                              else:\n                                  raise\n\n                      print(\"Found the outputs file\")\n\n                      artifact = json.loads(\n                          response.get('Body').read()\n                      )\n\n                      data = dict()\n                      for stack in artifact.keys():\n                          data.update(artifact.get(stack))\n\n                      data[\"Message\"] = f\"{request_type} successful\"\n\n                      send_response(\n                          event, context, \"SUCCESS\", data,\n                      )\n\n\n                  else:\n                      send_response(\n                          event, context, \"SUCCESS\", {\"Message\": f\"{request_type} successful\", },\n                      )\n\n              except Exception as ex:\n                  print(logging.traceback.format_exc())\n                  send_response(event, context, \"FAILED\", {\"Message\": f\"Exception {ex}\"})\n\n\n          def send_response(e, c, rs, rd):\n              print(\"send_response\", e, c, rs, rd)\n              r = json.dumps(\n                  {\n                      \"Status\": rs,\n                      \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n                      \"PhysicalResourceId\": c.log_stream_name,\n                      \"StackId\": e[\"StackId\"],\n                      \"RequestId\": e[\"RequestId\"],\n                      \"LogicalResourceId\": e[\"LogicalResourceId\"],\n                      \"Data\": rd,\n                  }\n              )\n              d = str.encode(r)\n              h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n              req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n              r = urlopen(req)\n      FunctionName: servicecatalog-tools--GetOutputsForGivenCodebuildId\n      Handler: index.handler\n      MemorySize: 128\n      Role: !Sub \"arn:aws:iam::${AWS::AccountId}:role${CDKSupportIAMRolePaths}${CDKSupportStartCDKDeployLambdaExecutionRoleName}\"\n      Runtime: python3.7\n      Timeout: 90\n\nOutputs:\n  CDKSupportStartCDKDeployFunctionArn:\n    Value: !GetAtt StartCDKDeploy.Arn\n\n  CDKSupportGetOutputsForGivenCodebuildIdFunctionArn:\n    Value: !GetAtt GetOutputsForGivenCodebuildId.Arn\n"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v4/start_cdk_deploy/requirements.txt",
    "content": "crhelper==2.0.9\n"
  },
  {
    "path": "unsorted/cdk-support/bootstrap/v4/start_cdk_deploy/src/handler.py",
    "content": "import boto3\nimport logging\nfrom crhelper import CfnResource\n\nlogger = logging.getLogger(__name__)\nhelper = CfnResource(polling_interval=1)\n\ntry:\n    pass\nexcept Exception as e:\n    helper.init_failure(e)\n\n\ndef start_build(project_name, environment_variables_override):\n    codebuild = boto3.client(\"codebuild\")\n    bootstrapper_build = codebuild.start_build(\n        projectName=project_name,\n        environmentVariablesOverride=environment_variables_override,\n    ).get(\"build\")\n    return bootstrapper_build.get(\"id\")\n\n\ndef get_details_needed_for_build(event):\n    request_type = event[\"RequestType\"]\n    properties = event.get(\"ResourceProperties\")\n\n    if request_type in [\"Create\", \"Update\"]:\n        project_name = properties.get(\"CreateUpdateProject\")\n    else:\n        project_name = properties.get(\"DeleteProject\")\n\n    args = [\n        \"CDK_DEPLOY_EXTRA_ARGS\",\n        \"CDK_TOOLKIT_STACK_NAME\",\n        \"PUPPET_ACCOUNT_ID\",\n        \"CDK_DEPLOY_PARAMETER_ARGS\",\n        \"CDK_DEPLOY_REQUIRE_APPROVAL\",\n        \"NAME\",\n        \"VERSION\",\n    ]\n    environment_variables_override = [\n        {\"name\": p, \"type\": \"PLAINTEXT\", \"value\": properties.get(p)}\n        for p in args\n    ]\n\n    return project_name, environment_variables_override\n\n\ndef get_build_status_for(codebuild_build_id):\n    client = boto3.client('codebuild')\n    response = client.batch_get_builds(\n        ids=[codebuild_build_id]\n    )\n    return response['builds'][0]['buildStatus']\n\n\n@helper.create\n@helper.update\n@helper.delete\ndef create(event, context):\n    logger.info(f'{event[\"RequestType\"]}...')\n    project_name, environment_variables_override = get_details_needed_for_build(event)\n    logger.info(f'project_name is: {project_name}')\n    logger.info(f'environment_variables_override is: {environment_variables_override}')\n    codebuild_build_id = start_build(project_name, environment_variables_override)\n    helper.Data['BuildId'] = codebuild_build_id\n\n\n@helper.poll_create\n@helper.poll_update\n@helper.poll_delete\ndef poll_create(event, context):\n    logger.info(f'Polling for {event[\"RequestType\"]}...')\n    codebuild_build_id = helper.Data['BuildId']\n\n    status = get_build_status_for(codebuild_build_id)\n    if status == \"SUCCEEDED\":\n        return True\n    elif status == \"IN_PROGRESS\":\n        return None\n    else:\n        raise Exception(f\"Codebuild Job: {codebuild_build_id} has status: {status}\")\n\n\ndef handler(event, context):\n    helper(event, context)\n"
  },
  {
    "path": "unsorted/cdk-support/iam/v1/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"iam\", \"version\": \"v1\"}\n\nParameters:\n  CDKSupportIAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKSupportInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKSupportStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKSupportDeployRoleName:\n    Type: \"String\"\n    Default: \"CDKDeployRoleName\"\n\n  CDKSupportStartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\nResources:\n  InitialiserRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKSupportInitialiserRoleName\n      Path: !Ref CDKSupportIAMRolePaths\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess\"\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKSupportStartInstallRoleName\n      Path: !Ref CDKSupportIAMRolePaths\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AWSCodeBuildDeveloperAccess\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  StartCDKDeployLambdaExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole'\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref CDKSupportIAMRolePaths\n      RoleName: !Ref CDKSupportStartCDKDeployLambdaExecutionRoleName\n      Policies:\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - codebuild:*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allowtrigger\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - s3:Get*\n                  - s3:List*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allows3\n\n  CDKDeployRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref CDKSupportIAMRolePaths\n      RoleName: !Ref CDKSupportDeployRoleName\n\n  CDKDeployStorageBucket:\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: \"sc-cdk-artifacts-${AWS::AccountId}\"\n      VersioningConfiguration:\n        Status: Enabled\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: TRUE\n        BlockPublicPolicy: TRUE\n        IgnorePublicAcls: TRUE\n        RestrictPublicBuckets: TRUE\n\nOutputs:\n  CDKDeployStorageBucket:\n    Value: !Ref CDKDeployStorageBucket\n"
  },
  {
    "path": "unsorted/cdk-support/iam/v2/product.template.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Bootstrap for CDK support in SCT\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cdk-support\", \"product\": \"iam\", \"version\": \"v2\"}\n\nParameters:\n  CDKSupportIAMRolePaths:\n    Type: \"String\"\n    Default: \"/servicecatalog-factory-cdk-support/\"\n\n  CDKSupportCDKInitialiserRoleName:\n    Type: \"String\"\n    Default: \"CDKInitialiserRoleName\"\n\n  CDKSupportCDKStartInstallRoleName:\n    Type: \"String\"\n    Default: \"CDKStartInstallRoleName\"\n\n  CDKSupportCDKDeployRoleName:\n    Type: \"String\"\n    Default: \"CDKDeployRoleName\"\n\n  CDKSupportStartCDKDeployLambdaExecutionRoleName:\n    Type: \"String\"\n    Default: \"StartCDKDeployLambdaExecutionRoleName\"\n\nResources:\n  InitialiserRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKSupportCDKInitialiserRoleName\n      Path: !Ref CDKSupportIAMRolePaths\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess\"\n      Tags:\n        - Key: \"ServiceCatalogFactory:Actor\"\n          Value: \"Framework\"\n\n  StartInstallRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CDKSupportCDKStartInstallRoleName\n      Path: !Ref CDKSupportIAMRolePaths\n      ManagedPolicyArns:\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n        - !Sub \"arn:${AWS::Partition}:iam::aws:policy/AWSCodeBuildDeveloperAccess\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  StartCDKDeployLambdaExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole'\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref CDKSupportIAMRolePaths\n      RoleName: !Ref CDKSupportStartCDKDeployLambdaExecutionRoleName\n      Policies:\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - codebuild:*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allowtrigger\n        - PolicyDocument:\n            Statement:\n              - Action:\n                  - s3:Get*\n                  - s3:List*\n                Effect: Allow\n                Resource: '*'\n            Version: '2012-10-17'\n          PolicyName: allows3\n\n  CDKDeployRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n        Version: '2012-10-17'\n      ManagedPolicyArns:\n        - !Sub 'arn:${AWS::Partition}:iam::aws:policy/AdministratorAccess'\n      Path: !Ref CDKSupportIAMRolePaths\n      RoleName: !Ref CDKSupportCDKDeployRoleName\n\n  CDKDeployStorageBucket:\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Sub \"sc-cdk-artifacts-${AWS::AccountId}\"\n      VersioningConfiguration:\n        Status: Enabled\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: TRUE\n        BlockPublicPolicy: TRUE\n        IgnorePublicAcls: TRUE\n        RestrictPublicBuckets: TRUE\n\nOutputs:\n  CDKDeployStorageBucket:\n    Value: !Ref CDKDeployStorageBucket\n"
  },
  {
    "path": "unsorted/cdk-support/manifest.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  cdk-support-iam:\n    portfolio: bug-demo-portfolio\n    product: cdk-support-iam\n    version: v2\n    deploy_to:\n      tags:\n        - tag: role:spoke\n          regions: default_region\n\n  cdk-support-bootstrap:\n    portfolio: bug-demo-portfolio\n    product: cdk-support-bootstrap\n    version: v4\n    depends_on:\n      - cdk-support-iam\n    deploy_to:\n      tags:\n        - tag: role:spoke\n          regions: regions_enabled\n    outputs:\n      ssm:\n        - param_name: \"/cdk-support/bootstrap/${AWS::AccountId}/${AWS::Region}/StartCDKDeployFunctionArn\"\n          stack_output: \"StartCDKDeployFunctionArn\"\n        - param_name: \"/cdk-support/bootstrap/${AWS::AccountId}/${AWS::Region}/GetOutputsForGivenCodebuildIdFunctionArn\"\n          stack_output: \"GetOutputsForGivenCodebuildIdFunctionArn\"\n        - param_name: \"/cdk-support/bootstrap/${AWS::AccountId}/${AWS::Region}/CDKDeployProject\"\n          stack_output: \"CDKDeployProject\"\n"
  },
  {
    "path": "unsorted/cdk-support/portfolio.yaml",
    "content": "# Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: cdk-support-iam\n      Owner: central-it@customer.com\n      Description: run a cdk bootstrap within a given region of a given account\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cdk-support/bootstrap\n      Tags:\n        - Key: product-type\n          Value: app-dev\n      Versions:\n        - Name: v2\n          Description: Runs a CDK bootstrap in a given region of a given account\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cdk-support-iam\n              BranchName: v2\n\n    - Name: cdk-support-bootstrap\n      Owner: central-it@customer.com\n      Description: run a cdk bootstrap within a given region of a given account\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cdk-support/bootstrap\n      Tags:\n        - Key: product-type\n          Value: app-dev\n      Versions:\n        - Name: v4\n          Description: Runs a CDK bootstrap in a given region of a given account\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cdk-support-bootstrap\n              BranchName: v4\n"
  },
  {
    "path": "unsorted/cloud-custodian/README.md",
    "content": "## Cloud Custodian\n\nCloud Custodian is an open source stateless rules engine for policy definition and enforcement. The Cloud Custodian product for Service Catalog Tools consists of the following components:\n\n- hub\n- spoke\n- codestar-connection\n\n\n### Components\n\n**Hub**\n\nThis product template creates all the resources needed for the custodian hub account.\n\n**Spoke**\n\nThis product template creates all the resources needed within the custodian spoke account(s).\n\n**Codestar-Connection**\n\nThis product template creates a Codestar Connection that is required if the repository provider type is anything other than CodeCommit. For example, if you are using Bitbucket or GitHub as your source repository provider, this product will need to be deployed into the custodian hub account in conjunction with the hub product.\n\n- Note: Once the CodeStar Connection product has been deployed, the connection is in a PENDING status by default. You will need to make sure its status is in an AVAILABLE state by updating the connection in the console. Please refer to the latest version of the [CodeStar Connection product](https://github.com/awslabs/aws-service-catalog-products/tree/master/cloud-custodian/codestar-connection) README for the step by step process on how to complete this connection.\n"
  },
  {
    "path": "unsorted/cloud-custodian/codestar-connection/v1/README.md",
    "content": "** CodeStar Connection\n\nThe AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline.\n\nOnly the following external sources are supported:\n\n- Bitbucket\n- GitHub\n- GitHubEnterpriseServer\n\nA connection created through CloudFormation is in PENDING status by default. You can make its status AVAILABLE by updating the connection in the console.\n\n**Resources**\n\nThe product.template.yaml creates the following resources:\n\n- CodeStarConnection - The CodeStar Connection resource\n\nOnce the CloudFormation template has successfully been created, perform the following steps to complete the connection:\n\n1. Navigate to the CodePipeline Console. On the left-hand menu, click \"Settings\" and then \"Connections\". You should see your CodeStar Connection in a \"Pending\" status.\n2. Click the radio button next to your connection, and click \"Update pending connection\". This should open a window for you to connect your third party repository provider to your connection.\n3. Complete the steps required in the pop up window.\n4. Once complete, your connection should show as \"Available\" in the CodePipeline console.\n"
  },
  {
    "path": "unsorted/cloud-custodian/codestar-connection/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Creates a CodeStar connection that can be given to CodePipeline so that it can access third-party code repositories. \n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"codestar-connection\", \"version\": \"v1\"}\n\nParameters:\n\n  ConnectionName:\n    Type: String\n    Description: The name of the connection\n\n  ProviderType:\n    Type: String\n    Description: The name of your third-party code repository provider\n    Default: \"GitHub\"\n    AllowedValues:\n      - GitHub\n      - Bitbucket\n      - GitHubEnterpriseServer\n\nResources:\n  CodeStarConnection:\n    Type: AWS::CodeStarConnections::Connection\n    Properties: \n      ConnectionName: !Ref ConnectionName\n      ProviderType: !Ref ProviderType\n\nOutputs:\n  CodeStarConnectionArn:\n    Description: The ARN of the CodeStar Connection\n    Value: !Ref CodeStarConnection\n"
  },
  {
    "path": "unsorted/cloud-custodian/event-forwarding/v1/README.md",
    "content": "# product.template\n# Description\nResourceses needed in spoke account for cloudcustodian\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"event-forwarding\", \"version\": \"v1\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### CloudCustodianSpokeIAMRolePath \nType: String \nDefault: /  \n### CloudCustodianHubAccountId \nType: String   \n### EnableLogFileValidation \nType: String  \nDescription: Specifies whether log file validation is enabled \n### CloudCustodianHubEventBusName \nType: String \nDefault: default \nDescription: The arn of the event bus from the hub account where c7n policies are deployed \n### CloudCustodianRuleForwarderIAMRoleName \nType: String \nDefault: CloudCustodianRuleForwarder \nDescription: The name of the IAM service role that will put events \n\n## Resources\nThe list of resources this template creates:\n\n### TrailBucket \nType: AWS::S3::Bucket  \n### TrailBucketPolicy \nType: AWS::S3::BucketPolicy  \n### Trail \nType: AWS::CloudTrail::Trail  \n### ForwarderRuleRole \nType: AWS::IAM::Role \nDescription: Service IAM Role to be used when triggering the event rule \n### ForwarderRule \nType: AWS::Events::Rule  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### CustodianRoleName \nDescription: Name of the IAM role to be used by the hub account  \n\n### CustodianRoleArn \nDescription: Arn of the IAM role to be used by the hub account  \n\n### TrailBucketName \nDescription: Name of the s3 bucket the trail is delivering logs to  \n\n"
  },
  {
    "path": "unsorted/cloud-custodian/event-forwarding/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resourceses needed in spoke account for cloudcustodian\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"event-forwarding\", \"version\": \"v1\"}\n\nParameters:\n  CloudCustodianSpokeIAMRolePath:\n    Type: String\n    Default: /\n  CloudCustodianHubAccountId:\n    Type: String\n  EnableLogFileValidation:\n    Type: String\n    Default: false\n    Description: Specifies whether log file validation is enabled\n  CloudCustodianHubEventBusName:\n    Type: String\n    Default: default\n    Description: The arn of the event bus from the hub account where c7n policies are deployed\n  CloudCustodianRuleForwarderIAMRoleName:\n    Type: String\n    Default: CloudCustodianRuleForwarder\n    Description: The name of the IAM service role that will put events\n\nResources:\n  TrailBucket:\n    Type: AWS::S3::Bucket\n    DeletionPolicy: Retain\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n  TrailBucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Properties:\n      Bucket: !Ref TrailBucket\n      PolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Sid: \"AWSCloudTrailAclCheck\"\n            Effect: \"Allow\"\n            Principal:\n              Service: \"cloudtrail.amazonaws.com\"\n            Action: \"s3:GetBucketAcl\"\n            Resource: !Sub \"arn:${AWS::Partition}:s3:::${TrailBucket}\"\n          - Sid: \"AWSCloudTrailWrite\"\n            Effect: \"Allow\"\n            Principal:\n              Service: \"cloudtrail.amazonaws.com\"\n            Action: \"s3:PutObject\"\n            Resource: !Sub \"arn:${AWS::Partition}:s3:::${TrailBucket}/AWSLogs/${AWS::AccountId}/*\"\n            Condition:\n              StringEquals:\n                s3:x-amz-acl: \"bucket-owner-full-control\"\n\n  Trail:\n    Type: AWS::CloudTrail::Trail\n    DependsOn:\n      - TrailBucket\n      - TrailBucketPolicy\n    Properties:\n      S3BucketName: !Ref TrailBucket\n      EnableLogFileValidation: !Ref EnableLogFileValidation\n      IsLogging: true\n      IsMultiRegionTrail: true\n      IncludeGlobalServiceEvents: true\n\n  ForwarderRuleRole:\n    Type: AWS::IAM::Role\n    Description: Service IAM Role to be used when triggering the event rule\n    Properties:\n      RoleName: !Ref CloudCustodianRuleForwarderIAMRoleName\n      Path: !Ref CloudCustodianSpokeIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: events.amazonaws.com\n      Policies:\n        - PolicyName: AllowPutEvents\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - events:PutEvents\n                Resource: !Sub \"arn:${AWS::Partition}:events:${AWS::Region}:${CloudCustodianHubAccountId}:event-bus/${CloudCustodianHubEventBusName}\"\n\n  ForwarderRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Description: |\n        AWS CloudWatch Event Rule to forward events from the spoke back to the hub for cloudtrail mode policies\n      EventPattern:\n        detail-type:\n          - \"AWS API Call via CloudTrail\"\n        detail:\n          eventSource:\n            - \"cloudtrail.amazonaws.com\"\n      State: \"ENABLED\"\n      Targets:\n        -\n          Arn:  !Sub \"arn:${AWS::Partition}:events:${AWS::Region}:${CloudCustodianHubAccountId}:event-bus/${CloudCustodianHubEventBusName}\"\n          Id: \"CloudCustodianHubEventBusArn\"\n          RoleArn: !GetAtt ForwarderRuleRole.Arn\n\nOutputs:\n  TrailBucketName:\n    Value: !Ref TrailBucket\n    Description: Name of the s3 bucket the trail is delivering logs to"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09 \nDescription: Multi-Account Deployment of CloudCustodian\n\nMetadata:\n  AWS::CloudFormation::Interface:\n    ParameterGroups:\n      -  \n        Label:\n          default: \"Environment & AWS Regions\"\n        Parameters:\n          - SourceCodeBucketName\n          - SourceCodeZipFileName\n          - CloudFormationStackName\n          - RepositoryName \n          - Regions\n      - \n        Label:\n          default: \"Cloud9 Configuration\"\n        Parameters:\n          - Cloud9InstanceType\n          - Cloud9StopTime\n\n      -\n        Label:\n          default: \"SQS and SNS\"\n        Parameters:\n          - SQSQueueName\n          - SNSTopicAlertDisplayName\n          - SNSTopicAlertTopicName\n          \n          \n    ParameterLabels:\n      #Cloud9 Configuration\n      Cloud9InstanceType:\n        default: Cloud9 instance type\n      Cloud9StopTime:\n        default: Cloud9 instance stop time\n\n      #Environment & AWS Organizations & AWS Regions\n      CloudFormationStackName:\n        default: \"Stack Name\"\n      RepositoryName:\n        default: \"What is the CodeCommit Repository Name\"\n      Regions:\n        default: \"Provide a list of Regions for CloudCustodian in the example format --region us-east-1 --region us-west-1 or --region all\"\n      SourceCodeBucketName:\n        default: \"Provide the name of the S3 Bucket Containing the Zip file of source code\"\n      SourceCodeZipFileName:\n        default: \"Provide the name of the Zip file containing the Source Code\"\n\nParameters:\n\n  SourceCodeBucketName:\n    Type: String\n    Default: cloudcustodiandeploymentquickstart\n  SourceCodeZipFileName:\n    Type: String\n    Default: cloudcustodiandeploymentquickstart.zip\n  RepositoryName:\n    Description: The name of the CodeCommit Repository for storing the CloudCustodian policies\n    Type: String\n    Default: \"CloudCustodianPolicies\"\n  Cloud9InstanceType:\n    Description: The instance type of the new Amazon EC2 instance that AWS Cloud9 will launch for the development environment.\n    Type: String\n    Default: t2.micro\n    AllowedValues:\n    - t2.micro\n    - t2.small\n    - m4.large\n    - t2.nano\n    - c4.large\n    - t2.medium\n    - t2.large\n    - m4.xlarge\n    - t2.xlarge\n    - c4.xlarge\n    - c4.2xlarge\n    - m4.2xlarge\n    - t2.2xlarge\n    - c4.4xlarge\n    - m4.4xlarge\n    - c4.8xlarge\n    - m4.10xlarge\n    - m4.16xlarge\n  Cloud9StopTime:\n    Description: The number of minutes until the running instance is shut down after\n      the environment has last been used.\n    Type: String\n    Default: '30'\n  CloudFormationStackName:\n    Type: String\n    Default: 'CloudCustodian'\n  CloudFormationTemplateName:\n    Type: String\n    Default: 'master.yml'\n  CloudFormationTemplateConfigFileName:\n    Type: String\n    Default: \"CloudCustodianMasterParameters.json\"\n  Regions:\n    Type: String\n    Default: --region us-east-1\n  SQSQueueName: \n      Type: String \n      Default: CustodianSQSMailer \n      Description: Provide a name for the Custodian SQS Queue \n  SNSTopicAlertDisplayName: \n    Type: String \n    Default: CustodianAlerts \n    Description: Enter a descriptive name for the SNS Alerts Topic \n  SNSTopicAlertTopicName: \n    Type: String \n    Default: CustodianAlerts \n    Description: Enter a Topic Name for the SNS Alert Topic \n\n\nResources:\n  OrganizationIdLambdaFunction:\n    Type: AWS::Lambda::Function\n    Properties:\n      Role: !GetAtt LambdaRole.Arn\n      Timeout: 300\n      Handler: index.handler\n      Runtime: python3.7\n      MemorySize: 128\n      Code:\n        ZipFile: !Sub |\n          import boto3\n          import json\n          import cfnresponse\n          import logging\n          \n          logging.basicConfig(level=logging.DEBUG)\n          log = logging.getLogger(__name__)\n          \n          def handler(event, context):\n            log.info(event)\n            try:\n              client = boto3.client('organizations')\n              org_id = client.describe_organization()['Organization']['Id']\n              log.info(org_id)\n            except Exception:\n              log.exception('get org_id has failed')\n            \n            request_type = event['RequestType']\n            responseValue = org_id\n            responseData = {}\n            responseData['OrgId'] = responseValue\n            log.info(responseData)\n            physicalResourceId = {}\n            \n            try:\n              if request_type == 'Create':\n                cfnresponse.send(event, context, cfnresponse.SUCCESS, responseData, physicalResourceId )\n              elif request_type == 'Update':\n                cfnresponse.send(event, context, cfnresponse.SUCCESS, {\"Message\": \"Updated\"}, physicalResourceId)\n              elif request_type == 'Delete':\n                cfnresponse.send(event, context, cfnresponse.SUCCESS, {\"Message\": \"Deleted\"}, physicalResourceId)\n              else:\n                  cfnresponse.send(event, context, cfnresponse.FAILED, {\"Message\": \"Unexpected\"}, physicalResourceId)   \n            except Exception:\n              #sending FAILED signal to CloudFormation\n              cfnresponse.send(event, context, cfnresponse.FAILED, responseData, physicalResourceId )\n              log.exception('The cloudformation signal has failed')\n\n  LambdaRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement: \n        - Effect: Allow\n          Principal: \n            Service: lambda.amazonaws.com\n          Action: sts:AssumeRole\n      ManagedPolicyArns:\n      - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      - arn:aws:iam::aws:policy/AWSOrganizationsReadOnlyAccess\n\n  GetOrgID:\n    Type: 'Custom::GetOrgID'\n    Properties:\n      ServiceToken: !GetAtt OrganizationIdLambdaFunction.Arn\n  \n  Cloud9Instance:\n    Type: AWS::Cloud9::EnvironmentEC2\n    Properties:\n      Name: !Ref 'AWS::StackName'\n      Description: !Sub '${AWS::AccountId}-${AWS::Region}-${AWS::StackName}'\n      AutomaticStopTimeMinutes: !Ref 'Cloud9StopTime'\n      InstanceType: !Ref 'Cloud9InstanceType'\n      Repositories:\n        - PathComponent: !Sub '/${RepositoryName}'\n          RepositoryUrl: !Sub https://git-codecommit.${AWS::Region}.amazonaws.com/v1/repos/${RepositoryName}\n  \n  #Cloud9 Role Provides full access to AWS services and resources, but does not allow managment of Users and groups.\n  Cloud9Role:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement:\n        - Effect: Allow\n          Principal:\n            Service: ec2.amazonaws.com\n          Action: sts:AssumeRole\n      ManagedPolicyArns:\n      - arn:aws:iam::aws:policy/PowerUserAccess\n  \n  Cloud9InstanceProfile:\n    Type: AWS::IAM::InstanceProfile\n    DependsOn: 'Cloud9Instance'\n    Properties:\n      Path: /\n      Roles: \n        - !Ref Cloud9Role\n  \n  EventBusPolicy:\n    Type: AWS::Events::EventBusPolicy \n    Properties: \n      Action: events:PutEvents  \n      Principal: \"*\" \n      StatementId: OrganizationAccounts \n      Condition:  \n        Type: \"StringEquals\" \n        Key: \"aws:PrincipalOrgID\" \n        Value: !GetAtt GetOrgID.OrgId\n  \n  SQSMailer: \n      Type: AWS::SQS::Queue \n      Properties: \n        QueueName: !Ref SQSQueueName \n  \n  SNSAlertsTopic: \n    Type: AWS::SNS::Topic \n    Properties: \n      DisplayName: !Ref SNSTopicAlertDisplayName \n      TopicName: !Ref SNSTopicAlertTopicName  \n  \n  CloudCustodianAdminRole: \n    Type: 'AWS::IAM::Role' \n    Properties: \n      AssumeRolePolicyDocument: \n        Version: 2012-10-17 \n        Statement:\n        - Action: sts:AssumeRole \n          Effect: Allow \n          Principal: \n            Service:\n            - lambda.amazonaws.com\n            - codebuild.amazonaws.com\n        - Effect: \"Allow\" \n          Principal: \n            AWS: !Join \n              - '' \n              - - 'arn:' \n                - !Ref 'AWS::Partition' \n                - ':iam::' \n                - !Ref 'AWS::AccountId' \n                - ':root' \n          Action: \n          - \"sts:AssumeRole\" \n        - Effect: \"Allow\"\n          Principal: \n            AWS: !GetAtt CloudCustodianDeploymentPipelineRole.Arn\n          Action:\n          - \"sts:AssumeRole\"\n      ManagedPolicyArns: \n      - arn:aws:iam::aws:policy/AdministratorAccess \n      RoleName: CloudCustodianAdminRole \n\n  CloudCustodianMailerRole: \n      Type: 'AWS::IAM::Role' \n      Properties: \n        AssumeRolePolicyDocument: \n          Version: 2012-10-17 \n          Statement: \n          - Action: sts:AssumeRole \n            Effect: Allow \n            Principal: \n              Service: lambda.amazonaws.com \n          - Effect: \"Allow\" \n            Principal: \n              AWS: !Join \n                - '' \n                - - 'arn:' \n                  - !Ref 'AWS::Partition' \n                  - ':iam::' \n                  - !Ref 'AWS::AccountId' \n                  - ':root' \n            Action: \n            - \"sts:AssumeRole\" \n        ManagedPolicyArns: \n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n        \n  CloudCustodianMailerRolePolicy: \n    Type: \"AWS::IAM::Policy\"\n    Properties: \n      PolicyName: \"MailerRolePolicy\"\n      PolicyDocument: \n        Version: \"2012-10-17\"\n        Statement: \n          - Effect: \"Allow\"\n            Action: \n            - sqs:DeleteMessage\n            - sqs:GetQueueUrl\n            - sqs:ListDeadLetterSourceQueues\n            - sqs:ChangeMessageVisibility\n            - sns:Publish\n            - sqs:DeleteMessageBatch\n            - sqs:SendMessageBatch\n            - sqs:ReceiveMessage\n            - sqs:SendMessage\n            - sqs:GetQueueAttributes\n            - sqs:ListQueueTags\n            - sqs:ChangeMessageVisibilityBatch\n            Resource: !GetAtt SQSMailer.Arn  \n          - Effect: \"Allow\"\n            Action: \n            - ses:SendEmail\n            - ses:SendRawEmail\n            Resource: \"*\" \n      Roles: \n        - \n          Ref: \"CloudCustodianMailerRole\"\n\n  CloudCustodianBackup:\n    Type: AWS::S3::Bucket\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n  CloudFormationRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Statement:\n        - Action: ['sts:AssumeRole']\n          Effect: Allow\n          Principal:\n            Service: [cloudformation.amazonaws.com]\n        Version: '2012-10-17'\n      Path: /\n      Policies:\n        - PolicyName: CloudFormationPolicy\n          PolicyDocument:\n            Version: '2012-10-17'\n            Statement:\n              - Action:\n                - 's3:*'\n                - 'iam:*'\n                - 'codepipeline:*'\n                - 'codecommit:*'\n                - 'codebuild:*'\n                - 'cloudwatch:*'\n                - 'events:*'\n                - 'sqs:*'\n                - 'sns:*'\n                - 'cloud9:*'\n                - 'lambda:*'\n                Effect: Allow\n                Resource: '*'\n\n  CloudCustodianDeploymentPipelineRole: \n    Type: 'AWS::IAM::Role' \n    Properties: \n      AssumeRolePolicyDocument: \n        Statement: \n          - Action: 'sts:AssumeRole' \n            Effect: Allow \n            Principal: \n              Service: codepipeline.amazonaws.com \n        Version: 2012-10-17 \n  CloudCustodianDeploymentPipelineRolePolicy: \n    Type: 'AWS::IAM::Policy' \n    Properties: \n      PolicyDocument: \n        Statement:\n          - Action:\n            - 'cloudformation:CreateStack'\n            - 'cloudformation:DescribeStacks'\n            - 'cloudformation:DeleteStack'\n            - 'cloudformation:UpdateStack'\n            - 'cloudformation:CreateChangeSet'\n            - 'cloudformation:ExecuteChangeSet'\n            - 'cloudformation:DeleteChangeSet'\n            - 'cloudformation:DescribeChangeSet'\n            - 'cloudformation:SetStackPolicy'\n            - 'iam:PassRole'\n            Effect: Allow\n            Resource: '*'\n          - Action: \n            - 'codecommit:CancelUploadArchive' \n            - 'codecommit:GetBranch' \n            - 'codecommit:GetCommit' \n            - 'codecommit:GetUploadArchiveStatus' \n            - 'codecommit:UploadArchive' \n            Effect: Allow \n            Resource: !Sub 'arn:${AWS::Partition}:codecommit:${AWS::Region}:${AWS::AccountId}:${CloudCustodianPoliciesRepo.Name}' \n          - Action:\n              - 's3:*' \n              - 's3:PutObject' \n            Effect: Allow \n            Resource:\n              - '*' \n              - !GetAtt ArtifactsBucket.Arn\n              - !Sub '${ArtifactsBucket.Arn}/*' \n          - Action: \n              - 'codebuild:BatchGetBuilds' \n              - 'codebuild:StartBuild' \n              - 'codebuild:StopBuild' \n            Effect: Allow \n            Resource:  \n              - !GetAtt CloudCustodianPolicyValidationProject.Arn \n              - !GetAtt CloudCustodianPolicyCleanupDryRunProject.Arn\n              - !GetAtt CloudCustodianPolicyCleanupProject.Arn\n              - !GetAtt CloudCustodianPolicyDeploymentDryRunProject.Arn\n              - !GetAtt CloudCustodianPolicyDeploymentProject.Arn\n              - !GetAtt CloudCustodianPolicyDeploymentOrgProject.Arn\n              - !GetAtt BackupOfCloudCustodianToS3Project.Arn\n          - Action: \n              - 'lambda:GetFunction' \n            Effect: Allow \n            Resource: \n              - !Sub 'arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:cloud-custodian-mailer' \n          - Action:\n              - 'ec2:DescribeRegions'\n            Effect: Allow\n            Resource: '*'\n        Version: 2012-10-17 \n      PolicyName: CloudCustodianDeploymentPipelineRolePolicy \n      Roles: \n        - !Ref CloudCustodianDeploymentPipelineRole \n\n  CloudCustodianDeploymentQuickStart:\n    Type: 'AWS::CodePipeline::Pipeline' \n    Properties: \n      Name: CloudCustodianDeploymentQuickstart \n      RoleArn: !GetAtt CloudCustodianDeploymentPipelineRole.Arn\n      Stages:\n        - Name: Source\n          Actions: \n            - Name: RetrieveCodeAction\n              ActionTypeId:\n                Category: Source\n                Owner: AWS\n                Version: \"1\"\n                Provider: CodeCommit\n              Configuration:\n                RepositoryName: !Sub '${CloudCustodianPoliciesRepo.Name}'\n                BranchName: master\n              InputArtifacts: []\n              RunOrder: 1\n              OutputArtifacts:\n                - Name: source\n        - Name: CreateStack\n          Actions: \n            - Name: CreateStack\n              ActionTypeId:\n                Category: Deploy\n                Owner: AWS\n                Provider: CloudFormation\n                Version: \"1\"\n              InputArtifacts:\n                - Name: source\n              Configuration:\n                ActionMode: CREATE_UPDATE\n                Capabilities: CAPABILITY_NAMED_IAM\n                RoleArn: !GetAtt [CloudFormationRole, Arn]\n                StackName: !Ref CloudFormationStackName\n                TemplateConfiguration: !Sub \"source::${CloudFormationTemplateConfigFileName}\"\n                TemplatePath: !Sub \"source::${CloudFormationTemplateName}\"\n              RunOrder: 1\n        - Name: ValidatePolicies\n          Actions:\n            - Name: CustodianPolicyValidation \n              ActionTypeId: \n                Category: Test \n                Owner: AWS \n                Provider: CodeBuild \n                Version: '1' \n              Configuration: \n                ProjectName: !Ref CloudCustodianPolicyValidationProject \n              InputArtifacts: \n                - Name: source \n              OutputArtifacts: [] \n              RunOrder: 1\n        - Name: DeployCloudCustodianPolicies \n          Actions: \n            - Name: PolicyDeploy \n              ActionTypeId: \n                Category: Test \n                Owner: AWS \n                Provider: CodeBuild \n                Version: '1' \n              Configuration: \n                ProjectName: !Ref CloudCustodianPolicyDeploymentProject \n              InputArtifacts: \n                - Name: source \n              OutputArtifacts: [] \n              RunOrder: 1\n            - Name: PolicyCleanup \n              ActionTypeId: \n                Category: Test \n                Owner: AWS \n                Provider: CodeBuild \n                Version: '1' \n              Configuration: \n                ProjectName: !Ref CloudCustodianPolicyCleanupProject \n              InputArtifacts: \n                - Name: source \n              OutputArtifacts: [] \n              RunOrder: 1\n        - Name: Backup\n          Actions:\n            - Name: BackupToS3\n              ActionTypeId:\n                Category: Test\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref BackupOfCloudCustodianToS3Project\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts: []\n              RunOrder: 1\n      ArtifactStore: \n        Location: !Ref ArtifactsBucket \n        Type: S3 \n      RestartExecutionOnUpdate: true \n    DependsOn: \n      - CloudCustodianDeploymentPipelineRolePolicy \n \n  CloudCustodianPoliciesRepo: \n    Type: 'AWS::CodeCommit::Repository'\n    Properties:\n      Code:\n        S3: \n          Bucket: !Ref SourceCodeBucketName\n          Key: !Ref SourceCodeZipFileName\n      RepositoryName: !Ref RepositoryName \n      \n  ArtifactsBucket:  \n    Type: 'AWS::S3::Bucket' \n   \n  CloudCustodianDeploymentQuickStartProjectRole: \n    Type: 'AWS::IAM::Role' \n    Properties:\n      AssumeRolePolicyDocument: \n        Statement: \n          - Action: 'sts:AssumeRole' \n            Effect: Allow \n            Principal: \n              Service: codebuild.amazonaws.com \n        Version: 2012-10-17 \n      RoleName: CloudCustodianPolicyValidationProjectRole \n  \n  \n  CloudCustodianDeploymentQuickstartProjectPolicy: \n    Type: 'AWS::IAM::Policy' \n    Properties: \n      PolicyDocument: \n        Statement: \n          - Action: \n              - 'logs:CreateLogGroup' \n              - 'logs:CreateLogStream' \n              - 'logs:PutLogEvents'\n              - 'logs:DescribeLogGroups' \n\n            Effect: Allow \n            Resource: \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyValidationProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyValidationProject}:*'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupDryRunProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupDryRunProject}:*' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupProject}:*'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentDryRunProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentDryRunProject}:*' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentProject}:*'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentOrgProject}' \n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentOrgProject}:*'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/cloud-custodian/policies'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:/cloud-custodian/policies:*'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:*:log-stream'\n              - !Sub 'arn:${AWS::Partition}:logs:*:${AWS::AccountId}:log-group:*:log-stream:*'  \n\n          - Action: 's3:GetObject' \n            Effect: Allow \n            Resource: !Sub '${ArtifactsBucket.Arn}/*' \n\n          - Action: \n            - 'lambda:GetFunction' \n            - 'lambda:CreateFunction' \n            - 'lambda:UpdateFunctionCode' \n            - 'lambda:AddPermission' \n            Effect: Allow \n            Resource: \n              - !Sub 'arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:cloud-custodian-mailer' \n              \n          - Action: \n            - 'iam:PassRole'  \n            Effect: Allow \n            Resource: \n              - !GetAtt CloudCustodianAdminRole.Arn\n              - !GetAtt CloudCustodianMailerRole.Arn  \n          \n          - Action: 's3:GetObject' \n            Effect: Allow \n            Resource: !Sub '${ArtifactsBucket.Arn}/*' \n\n          - Action: 'sts:AssumeRole' \n            Effect: Allow \n            Resource: !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:role/CloudCustodianAdminRole' \n          \n          - Action: 's3:*'\n            Effect: Allow\n            Resource: \n              - !GetAtt CloudCustodianBackup.Arn\n              - !Sub ${CloudCustodianBackup.Arn}/* \n\n          - Action: \n            - 'events:DescribeRule' \n            - 'events:PutRule' \n            - 'events:ListTargetsByRule' \n            - 'events:PutTargets'  \n            Effect: Allow \n            Resource: \n              - !Sub 'arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:role/cloud-custodian-mailer'   \n        Version: 2012-10-17 \n      PolicyName: CloudCustodianPolicyValidationProjectRolePolicy \n      Roles:  \n        - !Ref CloudCustodianDeploymentQuickStartProjectRole \n\n  # CodeBuild Projects       \n  CloudCustodianPolicyValidationProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn\n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install: \n              runtime-versions:\n                python: 3.7 \n              commands: \n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n; fi \n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n-mailer; fi \n            build: \n              commands: \n                - if [ -d \"c7n-policies\" ]; then custodian validate c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then custodian validate c7n-org-policies/*; fi\n                - if [ ! -d \"c7n-policies\"]; then echo \"WARNING - The c7n-policies directory does not exist, create a directory called c7n-policies and add your policies to this directory\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"WARNING - The c7n-org-policies directory does not exist, create a directory called c7n-org-policies and add your policies to this directory\"; fi\n        Type: NO_SOURCE \n        \n  CloudCustodianPolicyCleanupDryRunProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      Name: CloudCustodianPolicyCleanupDryRunProject \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn \n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install: \n              runtime-versions:\n                python: 3.7\n              commands:\n                - if [ ! -d \"archive-policies\" ]; then echo \"INFO - There is no archive-policies directory, move policies from the c7n-policies directoy to the archive-policies directory\";fi\n                - if [ -d \"archive-policies\" ]; then pip install c7n; fi \n            build: \n              commands: \n                - if [ -d \"archive-policies\" ]; then curl -LO https://github.com/cloud-custodian/cloud-custodian/blob/master/tools/ops/mugc.py;fi \n                - if [ -d \"archive-policies\" ]; then python mugc.py --dryrun --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole -c c7n-policies/*;fi\n          artifacts: \n            base-directory: output \n            files: '**/*' \n        Type: NO_SOURCE \n          \n  CloudCustodianPolicyCleanupProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn \n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install:\n              runtime-versions:\n                python: 3.7 \n              commands:\n                - DIR=\"c7n-policies\"\n                - pip install c7n \n            build: \n              commands:\n                - |\n                  if [ \"$(ls -A $DIR)\" ]\n                  then\n                  curl -LO https://github.com/cloud-custodian/cloud-custodian/blob/master/tools/ops/mugc.py && \n                  python mugc.py ${Regions} --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole -c c7n-policies/*\n                  else\n                  echo \"c7n-policies directory is empty, nothing to do\"\n                  fi\n          artifacts: \n            base-directory: output \n            files: '**/*' \n        Type: NO_SOURCE \n        \n  CloudCustodianPolicyDeploymentDryRunProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn\n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install: \n              runtime-versions:\n                python: 3.7 \n              commands: \n                - if [ -d \"c7n-policies\" ]; then pip install c7n; fi \n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer; fi \n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build: \n              commands: \n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda \n                - if [ -d \"c7n-policies\" ]; then custodian run --dryrun --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole --output-dir output/logs c7n-policies/* -m aws -l /cloud-custodian/policies; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run --dryrun -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi   \n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts: \n            base-directory: output \n            files: '**/*' \n        Type: NO_SOURCE \n  \n  CloudCustodianPolicyDeploymentProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn\n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install: \n              runtime-versions:\n                python: 3.7 \n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n; fi \n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi \n            build: \n              commands: \n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda \n                - if [ -d \"c7n-policies\" ]; then custodian run ${Regions} --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole --output-dir output/logs c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"The c7n-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts: \n            base-directory: output \n            files: '**/*' \n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentOrgProject: \n    Type: 'AWS::CodeBuild::Project' \n    Properties: \n      Artifacts: \n        Type: NO_ARTIFACTS \n      Environment: \n        ComputeType: BUILD_GENERAL1_SMALL \n        Image: aws/codebuild/standard:2.0\n        PrivilegedMode: false \n        Type: LINUX_CONTAINER \n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn\n      Source: \n        BuildSpec: !Sub | \n          version: '0.2' \n          phases: \n            install:\n              runtime-versions:\n                python: 3.7  \n              commands: \n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-mailer; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org; fi\n            build: \n              commands:   \n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org report -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions}; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, recommended removing this action from the pipeline.\"; fi \n          artifacts: \n            base-directory: output \n            files: '**/*' \n        Type: NO_SOURCE \n\n# Backup of CloudCustodian to S3\n  BackupOfCloudCustodianToS3Project:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Description: Creates a zip file backup of all the code and policies and saves to a versioned S3 bucket\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/python:3.6.5\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianDeploymentQuickStartProjectRole.Arn\n      LogsConfig:\n        CloudWatchLogs:\n          Status: ENABLED\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install: \n              commands:\n                - ls -al\n            build:\n              commands:\n                - tar -cf cloudcustodianpolicies.tar.gz ./\n                - aws s3 cp cloudcustodianpolicies.tar.gz s3://${CloudCustodianBackup}             \n        Type: NO_SOURCE\n\nOutputs:\n  OrgId:\n    Description: Organization Id\n    Value: !GetAtt GetOrgID.OrgId\n  AlertsTopicARN: \n    Description: ARN of the Alerts SNS Topic \n    Value: \n      Ref: SNSAlertsTopic \n  SQSMailer: \n      Description: URL of the SQS queue to be used in c7n_mailer_config/mailer.yml \n      Value: \n        Ref: SQSMailer \n  CustodianMailerRole:\n    Description: ARN of the CustodianMailerRole\n    Value: \n       !Ref CloudCustodianMailerRole\n  Cloud9Instance:\n    Description: Cloud9 Instance Name\n    Value: !Ref 'Cloud9Instance'\n  Cloud9InstanceProfileName:\n    Description: Cloud9 Instance Profile Name\n    Value: !Ref 'Cloud9InstanceProfile'\n  Cloud9InstanceProfileArn:\n    Description: Cloud9 Instance Profile Arn\n    Value: !GetAtt 'Cloud9InstanceProfile.Arn'\n  IDEStackName:\n    Description: CloudFormation Stack Name\n    Value: !Ref 'AWS::StackName'"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v2/README.md",
    "content": "# product.template\n# Description\nResources needed for custodian hub account\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v2\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### C7NVersion \nType: String \nDefault: 0.9.6 \nDescription: which version of cloud custodian should be used \n### C7NMailerVersion \nType: String \nDefault: 0.6.5 \nDescription: which version of cloud custodian mailer should be used \n### C7NOrgVersion \nType: String \nDefault: 0.3.1 \nDescription: which version of cloud custodian c7n orgs should be used \n### AWSOrgID \nType: String  \nDescription: Organization Id for the current AWS Organization \n### CloudCustodianHubIAMRolePath \nType: String \nDefault: /cloudcustodian/ \nDescription: Path to use for all IAM roles created in this template \n### CloudCustodianHubIAMRoleName \nType: String \nDefault: CustodianHub  \n### CloudCustodianSQSMailerQueueName \nType: String \nDefault: CustodianSQSMailer \nDescription: Provide a name for the Custodian SQS Queue \n### CloudCustodianSNSTopicDisplayName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a descriptive name for the SNS Alerts Topic \n### CloudCustodianSNSTopicName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a Topic Name for the SNS Alert Topic \n### CloudCustodianPoliciesCodeCommitRepoName \nType: String \nDefault: CloudCustodianPolicies \nDescription: Name to give the codecommit repo to use for the custodian policies \n### Regions \nType: String \nDefault: --region us-east-1  \n\n## Resources\nThe list of resources this template creates:\n\n### EventBusPolicy \nType: AWS::Events::EventBusPolicy \nDescription: Grants perms for the given org to putevents \n### CloudCustodianSQSMailer \nType: AWS::SQS::Queue \nDescription: SQS Queue to be used by c7n \n### CloudCustodianSNSTopic \nType: AWS::SNS::Topic \nDescription: SNS Topic to be used by c7n \n### CloudCustodianAdminRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by c7n to run in the hub account \n### CloudCustodianCodeBuildRole \nType: AWS::IAM::Role \nDescription: IAM Role for codebuild to use when provisioning and cleaning up c7n policies \n### CloudCustodianDeploymentPipelineRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies \n### CloudCustodianPoliciesRepo \nType: AWS::CodeCommit::Repository \nDescription: git repo for the policies \n### CloudCustodianPipelineArtifactStore \nType: AWS::S3::Bucket \nDescription: Bucket for artifacts from the pipeline \n### CloudCustodianPipeline \nType: AWS::CodePipeline::Pipeline \nDescription: Pipeline used to provision and clean up c7n policies \n### CloudCustodianPolicyValidationProject \nType: AWS::CodeBuild::Project \nDescription: Will validate policies in c7n-policies \n### CloudCustodianPolicyCleanupDryRunProject \nType: AWS::CodeBuild::Project \nDescription: Will run mugc dry-run policies for archive-policies \n### CloudCustodianPolicyCleanupProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run mugc using them \n### CloudCustodianPolicyDeploymentDryRunProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them \n### CloudCustodianPolicyDeploymentProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them \n### CloudCustodianPolicyDeploymentOrgProject \nType: AWS::CodeBuild::Project \nDescription: if you have a c7n-org-policies directory this will run c7-org for you \n\n## Outputs\nThe list of outputs this template exposes:\n\n### CloudCustodianSNSTopicArn \nDescription: ARN of the Alerts SNS Topic  \n\n### CloudCustodianSNSTopicName \nDescription: Topic Name of the Alerts SNS Topic  \n\n### CloudCustodianSQSMailerUrl \nDescription: URL of the SQS queue  \n\n### CloudCustodianSQSMailerUrlArn \nDescription: Arn of the SQS queue  \n\n### CloudCustodianSQSMailerUrlQueueName \nDescription: QueueName of the SQS queue  \n"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resources needed for custodian hub account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v2\"}\n\nParameters:\n\n  C7NVersion:\n    Type: String\n    Description: which version of cloud custodian should be used\n    Default: \"0.9.6\"\n\n  C7NMailerVersion:\n    Type: String\n    Description: which version of cloud custodian mailer should be used\n    Default: \"0.6.5\"\n\n  C7NOrgVersion:\n    Type: String\n    Description: which version of cloud custodian c7n orgs should be used\n    Default: \"0.3.1\"\n\n  AWSOrgID:\n    Type: String\n    Description: Organization Id for the current AWS Organization\n    AllowedPattern: o-[a-z0-9]{10,32}\n\n  CloudCustodianHubIAMRolePath:\n    Type: String\n    Description: Path to use for all IAM roles created in this template\n    Default: \"/cloudcustodian/\"\n\n  CloudCustodianHubIAMRoleName:\n    Type: String\n    Default: CustodianHub\n\n  CloudCustodianSQSMailerQueueName:\n    Type: String\n    Default: CustodianSQSMailer\n    Description: Provide a name for the Custodian SQS Queue\n  CloudCustodianSNSTopicDisplayName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a descriptive name for the SNS Alerts Topic\n\n  CloudCustodianSNSTopicName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a Topic Name for the SNS Alert Topic\n\n  CloudCustodianPoliciesCodeCommitRepoName:\n    Type: String\n    Description: Name to give the codecommit repo to use for the custodian policies\n    Default: CloudCustodianPolicies\n\n  Regions:\n    Type: String\n    Default: --region us-east-1\n\nResources:\n  EventBusPolicy:\n    Type: AWS::Events::EventBusPolicy\n    Description: Grants perms for the given org to putevents\n    Properties:\n      Action: events:PutEvents\n      Principal: \"*\"\n      StatementId: OrganizationAccounts\n      Condition:\n        Type: \"StringEquals\"\n        Key: \"aws:PrincipalOrgID\"\n        Value: !Ref AWSOrgID\n\n  CloudCustodianSQSMailer:\n    Type: AWS::SQS::Queue\n    Description: SQS Queue to be used by c7n\n    Properties:\n      QueueName: !Ref CloudCustodianSQSMailerQueueName\n\n  CloudCustodianSNSTopic:\n    Type: AWS::SNS::Topic\n    Description: SNS Topic to be used by c7n\n    Properties:\n      DisplayName: !Ref CloudCustodianSNSTopicDisplayName\n      TopicName: !Ref CloudCustodianSNSTopicName\n\n  CloudCustodianAdminRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role to be used by c7n to run in the hub account\n    Properties:\n      RoleName: !Ref CloudCustodianHubIAMRoleName\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:${AWS::Partition}:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:aws:iam::${AWS::Partition}:policy/AdministratorAccess\"\n\n  CloudCustodianCodeBuildRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role for codebuild to use when provisioning and cleaning up c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !GetAtt CloudCustodianAdminRole.Arn\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n\n  CloudCustodianDeploymentPipelineRole:\n    Type: 'AWS::IAM::Role'\n    Description: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action: 'sts:AssumeRole'\n            Effect: Allow\n            Principal:\n              Service: codepipeline.amazonaws.com\n        Version: 2012-10-17\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodePipelineFullAccess\n        - arn:aws:iam::aws:policy/AWSCodeCommitFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n\n  CloudCustodianPoliciesRepo:\n    Type: AWS::CodeCommit::Repository\n    Description: git repo for the policies\n    Properties:\n      RepositoryName: !Ref CloudCustodianPoliciesCodeCommitRepoName\n\n\n  CloudCustodianPipelineArtifactStore:\n    Type: AWS::S3::Bucket\n    Description: Bucket for artifacts from the pipeline\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n\n  CloudCustodianPipeline:\n    Type: AWS::CodePipeline::Pipeline\n    Description: Pipeline used to provision and clean up c7n policies\n    Properties:\n      ArtifactStore:\n        Type: S3\n        Location:\n          Ref: CloudCustodianPipelineArtifactStore\n      RoleArn: !GetAtt CloudCustodianDeploymentPipelineRole.Arn\n      Stages:\n        - Name: Source\n          Actions:\n            - Name: RetrieveCodeAction\n              ActionTypeId:\n                Category: Source\n                Owner: AWS\n                Version: \"1\"\n                Provider: CodeCommit\n              Configuration:\n                RepositoryName: !GetAtt CloudCustodianPoliciesRepo.Name\n                BranchName: master\n              RunOrder: 1\n              OutputArtifacts:\n                - Name: source\n        - Name: ValidatePolicies\n          Actions:\n            - Name: CustodianPolicyValidation\n              ActionTypeId:\n                Category: Test\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyValidationProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts: []\n              RunOrder: 1\n        - Name: DeployCloudCustodianPolicies\n          Actions:\n            - Name: PolicyDeploy\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyDeploymentProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: deploymentArtifacts\n              RunOrder: 1\n            - Name: PolicyCleanup\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyCleanupProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: cleanupArtifacts\n              RunOrder: 1\n\n\n  CloudCustodianPolicyValidationProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will validate policies in c7n-policies\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-policies\" ]; then custodian validate c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then custodian validate c7n-org-policies/*; fi\n                - if [ ! -d \"c7n-policies\"]; then echo \"WARNING - The c7n-policies directory does not exist, create a directory called c7n-policies and add your policies to this directory\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"WARNING - The c7n-org-policies directory does not exist, create a directory called c7n-org-policies and add your policies to this directory\"; fi\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will run mugc dry-run policies for archive-policies\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ ! -d \"archive-policies\" ]; then echo \"INFO - There is no archive-policies directory, move policies from the c7n-policies directoy to the archive-policies directory\";fi\n                - if [ -d \"archive-policies\" ]; then pip install c7n==${C7NVersion}; fi\n            build:\n              commands:\n                - if [ -d \"archive-policies\" ]; then curl -LO curl https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py ;fi\n                - if [ -d \"archive-policies\" ]; then python mugc.py --dryrun --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*;fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run mugc using them\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install c7n==${C7NVersion}\n            build:\n              commands:\n                - curl -LO https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py\n                - python mugc.py ${Regions} --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run --dryrun --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/* -m aws -l /cloud-custodian/policies; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run --dryrun -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run ${Regions} --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"The c7n-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentOrgProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"if you have a c7n-org-policies directory this will run c7-org for you\"\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: \"CloudCustodianCodeBuildRole\"\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org report -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions}; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, recommended removing this action from the pipeline.\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n\nOutputs:\n  CloudCustodianSNSTopicArn:\n    Description: ARN of the Alerts SNS Topic\n    Value: !Ref CloudCustodianSNSTopic\n\n  CloudCustodianSNSTopicName:\n    Description: Topic Name of the Alerts SNS Topic\n    Value: !GetAtt CloudCustodianSNSTopic.TopicName\n\n  CloudCustodianSQSMailerUrl:\n    Description: URL of the SQS queue\n    Value: !Ref CloudCustodianSQSMailer\n\n  CloudCustodianSQSMailerUrlArn:\n    Description: Arn of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.Arn\n\n  CloudCustodianSQSMailerUrlQueueName:\n    Description: QueueName of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.QueueName"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v3/README.md",
    "content": "# product.template\n# Description\nResources needed for custodian hub account\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v2\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### C7NVersion \nType: String \nDefault: 0.9.6 \nDescription: which version of cloud custodian should be used \n### C7NMailerVersion \nType: String \nDefault: 0.6.5 \nDescription: which version of cloud custodian mailer should be used \n### C7NOrgVersion \nType: String \nDefault: 0.3.1 \nDescription: which version of cloud custodian c7n orgs should be used \n### AWSOrgID \nType: String  \nDescription: Organization Id for the current AWS Organization \n### CloudCustodianHubIAMRolePath \nType: String \nDefault: /cloudcustodian/ \nDescription: Path to use for all IAM roles created in this template \n### CloudCustodianHubIAMRoleName \nType: String \nDefault: CustodianHub  \n### CloudCustodianSQSMailerQueueName \nType: String \nDefault: CustodianSQSMailer \nDescription: Provide a name for the Custodian SQS Queue \n### CloudCustodianSNSTopicDisplayName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a descriptive name for the SNS Alerts Topic \n### CloudCustodianSNSTopicName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a Topic Name for the SNS Alert Topic\n### RepositoryProviderType \nType: String \nDefault: CodeCommit \nDescription: The name of your code repository provider\n### CloudCustodianPoliciesCodeCommitRepoName \nType: String \nDefault: CloudCustodianPolicies \nDescription: Name to give the codecommit repo to use for the custodian policies\n### CodeStarConnectionArn:\nType: String\nDescription: The ARN of the CodeStar Connection needed for third party repo integration\nDefault: \"\"\n### ProviderRepositoryId:\nType: String\nDescription: The owner and name of the repository where source changes are to be detected\nDefault: \"(Ex: user/repository-name)\"\n### ProviderRepositoryBranchName:\nType: String\nDescription: The name of the branch where source changes are to be detected.\nDefault: \"master\"\n### Regions \nType: String \nDefault: --region us-east-1  \n\n## Resources\nThe list of resources this template creates:\n\n### EventBusPolicy \nType: AWS::Events::EventBusPolicy \nDescription: Grants perms for the given org to putevents \n### CloudCustodianSQSMailer \nType: AWS::SQS::Queue \nDescription: SQS Queue to be used by c7n \n### CloudCustodianSNSTopic \nType: AWS::SNS::Topic \nDescription: SNS Topic to be used by c7n \n### CloudCustodianAdminRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by c7n to run in the hub account \n### CloudCustodianCodeBuildRole \nType: AWS::IAM::Role \nDescription: IAM Role for codebuild to use when provisioning and cleaning up c7n policies \n### CloudCustodianDeploymentPipelineRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies \n### CloudCustodianPoliciesRepo \nType: AWS::CodeCommit::Repository \nDescription: git repo for the policies \n### CloudCustodianPipelineArtifactStore \nType: AWS::S3::Bucket \nDescription: Bucket for artifacts from the pipeline \n### CloudCustodianPipeline \nType: AWS::CodePipeline::Pipeline \nDescription: Pipeline used to provision and clean up c7n policies \n### CloudCustodianPolicyValidationProject \nType: AWS::CodeBuild::Project \nDescription: Will validate policies in c7n-policies \n### CloudCustodianPolicyCleanupDryRunProject \nType: AWS::CodeBuild::Project \nDescription: Will run mugc dry-run policies for archive-policies \n### CloudCustodianPolicyCleanupProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run mugc using them \n### CloudCustodianPolicyDeploymentDryRunProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them \n### CloudCustodianPolicyDeploymentProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them \n### CloudCustodianPolicyDeploymentOrgProject \nType: AWS::CodeBuild::Project \nDescription: if you have a c7n-org-policies directory this will run c7-org for you \n\n## Outputs\nThe list of outputs this template exposes:\n\n### CloudCustodianSNSTopicArn \nDescription: ARN of the Alerts SNS Topic  \n\n### CloudCustodianSNSTopicName \nDescription: Topic Name of the Alerts SNS Topic  \n\n### CloudCustodianSQSMailerUrl \nDescription: URL of the SQS queue  \n\n### CloudCustodianSQSMailerUrlArn \nDescription: Arn of the SQS queue  \n\n### CloudCustodianSQSMailerUrlQueueName \nDescription: QueueName of the SQS queue  \n\n"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v3/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resources needed for custodian hub account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v3\"}\n\nParameters:\n\n  C7NVersion:\n    Type: String\n    Description: which version of cloud custodian should be used\n    Default: \"0.9.6\"\n\n  C7NMailerVersion:\n    Type: String\n    Description: which version of cloud custodian mailer should be used\n    Default: \"0.6.5\"\n\n  C7NOrgVersion:\n    Type: String\n    Description: which version of cloud custodian c7n orgs should be used\n    Default: \"0.3.1\"\n\n  AWSOrgID:\n    Type: String\n    Description: Organization Id for the current AWS Organization\n    AllowedPattern: o-[a-z0-9]{10,32}\n\n  CloudCustodianHubIAMRolePath:\n    Type: String\n    Description: Path to use for all IAM roles created in this template\n    Default: \"/cloudcustodian/\"\n\n  CloudCustodianHubIAMRoleName:\n    Type: String\n    Default: CustodianHub\n\n  CloudCustodianSQSMailerQueueName:\n    Type: String\n    Default: CustodianSQSMailer\n    Description: Provide a name for the Custodian SQS Queue\n  CloudCustodianSNSTopicDisplayName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a descriptive name for the SNS Alerts Topic\n\n  CloudCustodianSNSTopicName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a Topic Name for the SNS Alert Topic\n\n  RepositoryProviderType:\n    Type: String\n    Description: The name of your code repository provider\n    Default: \"CodeCommit\"\n    AllowedValues:\n      - CodeCommit\n      - GitHub\n      - Bitbucket\n      - GitHubEnterpriseServer\n\n  CloudCustodianPoliciesCodeCommitRepoName:\n    Type: String\n    Description: Name to give the codecommit repo to use for the custodian policies\n    Default: CloudCustodianPolicies\n\n  CodeStarConnectionArn:\n    Type: String\n    Description: The ARN of the CodeStar Connection needed for third party repo integration\n    Default: \"\"\n\n  ProviderRepositoryId:\n    Type: String\n    Description: The owner and name of the repository where source changes are to be detected\n    Default: \"(Ex: user/repository-name)\"\n  \n  ProviderRepositoryBranchName:\n    Type: String\n    Description: The name of the branch where source changes are to be detected.\n    Default: \"master\"\n\n  Regions:\n    Type: String\n    Default: --region us-east-1\n\nConditions:\n  IsProviderCodeCommit: !Equals [ !Ref RepositoryProviderType, CodeCommit ]\n\nResources:\n  EventBusPolicy:\n    Type: AWS::Events::EventBusPolicy\n    Description: Grants perms for the given org to putevents\n    Properties:\n      Action: events:PutEvents\n      Principal: \"*\"\n      StatementId: OrganizationAccounts\n      Condition:\n        Type: \"StringEquals\"\n        Key: \"aws:PrincipalOrgID\"\n        Value: !Ref AWSOrgID\n\n  CloudCustodianSQSMailer:\n    Type: AWS::SQS::Queue\n    Description: SQS Queue to be used by c7n\n    Properties:\n      QueueName: !Ref CloudCustodianSQSMailerQueueName\n\n  CloudCustodianSNSTopic:\n    Type: AWS::SNS::Topic\n    Description: SNS Topic to be used by c7n\n    Properties:\n      DisplayName: !Ref CloudCustodianSNSTopicDisplayName\n      TopicName: !Ref CloudCustodianSNSTopicName\n\n  CloudCustodianAdminRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role to be used by c7n to run in the hub account\n    Properties:\n      RoleName: !Ref CloudCustodianHubIAMRoleName\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:${AWS::Partition}:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:aws:iam::${AWS::Partition}:policy/AdministratorAccess\"\n\n  CloudCustodianCodeBuildRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role for codebuild to use when provisioning and cleaning up c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !GetAtt CloudCustodianAdminRole.Arn\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n\n  CloudCustodianDeploymentPipelineRole:\n    Type: 'AWS::IAM::Role'\n    Description: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action: 'sts:AssumeRole'\n            Effect: Allow\n            Principal:\n              Service: codepipeline.amazonaws.com\n        Version: 2012-10-17\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodePipelineFullAccess\n        - arn:aws:iam::aws:policy/AWSCodeCommitFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n        - !Ref CloudCustodianDeploymentPipelineCustomPolicy\n\n  CloudCustodianDeploymentPipelineCustomPolicy:\n    Type: AWS::IAM::ManagedPolicy\n    Properties:\n      PolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Action:\n              - codestar-connections:*\n            Resource:\n              - !Sub arn:${AWS::Partition}:codestar-connections:${AWS::Region}:${AWS::AccountId}:connection/*\n\n  CloudCustodianPoliciesRepo:\n    Type: AWS::CodeCommit::Repository\n    Description: git repo for the policies\n    Condition: IsProviderCodeCommit\n    Properties:\n      RepositoryName: !Ref CloudCustodianPoliciesCodeCommitRepoName\n\n\n  CloudCustodianPipelineArtifactStore:\n    Type: AWS::S3::Bucket\n    Description: Bucket for artifacts from the pipeline\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n\n  CloudCustodianPipeline:\n    Type: AWS::CodePipeline::Pipeline\n    Description: Pipeline used to provision and clean up c7n policies\n    Properties:\n      ArtifactStore:\n        Type: S3\n        Location:\n          Ref: CloudCustodianPipelineArtifactStore\n      RoleArn: !GetAtt CloudCustodianDeploymentPipelineRole.Arn\n      Stages:\n        - Name: Source\n          Actions:\n            - Name: RetrieveCodeAction\n              ActionTypeId:\n                Category: Source\n                Owner: AWS\n                Version: \"1\"\n                Provider:\n                  Fn::If:\n                    - IsProviderCodeCommit \n                    - CodeCommit\n                    - CodeStarSourceConnection\n              Configuration:\n                RepositoryName:\n                  Fn::If:\n                    - IsProviderCodeCommit \n                    - !GetAtt CloudCustodianPoliciesRepo.Name\n                    - !Ref AWS::NoValue\n                ConnectionArn:\n                  Fn::If:\n                    - IsProviderCodeCommit \n                    - !Ref AWS::NoValue\n                    - !Ref CodeStarConnectionArn\n                FullRepositoryId:\n                  Fn::If:\n                    - IsProviderCodeCommit \n                    - !Ref AWS::NoValue\n                    - !Ref ProviderRepositoryId\n                BranchName: !Ref ProviderRepositoryBranchName\n                OutputArtifactFormat:\n                  Fn::If:\n                    - IsProviderCodeCommit \n                    - !Ref AWS::NoValue\n                    - CODE_ZIP\n              RunOrder: 1\n              OutputArtifacts:\n                - Name: source\n        - Name: ValidatePolicies\n          Actions:\n            - Name: CustodianPolicyValidation\n              ActionTypeId:\n                Category: Test\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyValidationProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts: []\n              RunOrder: 1\n        - Name: DeployCloudCustodianPolicies\n          Actions:\n            - Name: PolicyDeploy\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyDeploymentProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: deploymentArtifacts\n              RunOrder: 1\n            - Name: PolicyCleanup\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyCleanupProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: cleanupArtifacts\n              RunOrder: 1\n\n\n  CloudCustodianPolicyValidationProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will validate policies in c7n-policies\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-policies\" ]; then custodian validate c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then custodian validate c7n-org-policies/*; fi\n                - if [ ! -d \"c7n-policies\"]; then echo \"WARNING - The c7n-policies directory does not exist, create a directory called c7n-policies and add your policies to this directory\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"WARNING - The c7n-org-policies directory does not exist, create a directory called c7n-org-policies and add your policies to this directory\"; fi\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will run mugc dry-run policies for archive-policies\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ ! -d \"archive-policies\" ]; then echo \"INFO - There is no archive-policies directory, move policies from the c7n-policies directoy to the archive-policies directory\";fi\n                - if [ -d \"archive-policies\" ]; then pip install c7n==${C7NVersion}; fi\n            build:\n              commands:\n                - if [ -d \"archive-policies\" ]; then curl -LO curl https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py ;fi\n                - if [ -d \"archive-policies\" ]; then python mugc.py --dryrun --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*;fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run mugc using them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install c7n==${C7NVersion}\n            build:\n              commands:\n                - curl -LO https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py\n                - python mugc.py ${Regions} --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run --dryrun --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/* -m aws -l /cloud-custodian/policies; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run --dryrun -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run ${Regions} --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"The c7n-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentOrgProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"if you have a c7n-org-policies directory this will run c7-org for you\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org report -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions}; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, recommended removing this action from the pipeline.\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n\nOutputs:\n  CloudCustodianSNSTopicArn:\n    Description: ARN of the Alerts SNS Topic\n    Value: !Ref CloudCustodianSNSTopic\n\n  CloudCustodianSNSTopicName:\n    Description: Topic Name of the Alerts SNS Topic\n    Value: !GetAtt CloudCustodianSNSTopic.TopicName\n\n  CloudCustodianSQSMailerUrl:\n    Description: URL of the SQS queue\n    Value: !Ref CloudCustodianSQSMailer\n\n  CloudCustodianSQSMailerUrlArn:\n    Description: Arn of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.Arn\n\n  CloudCustodianSQSMailerUrlQueueName:\n    Description: QueueName of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.QueueName\n"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v4/README.md",
    "content": "# product.template\n# Description\nResources needed for custodian hub account\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v4\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### AWSOrgID \nType: String  \nDescription: Organization Id for the current AWS Organization \n\n## Resources\nThe list of resources this template creates:\n\n### EventBusPolicy \nType: AWS::Events::EventBusPolicy \nDescription: Grants perms for the given org to putevents \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "unsorted/cloud-custodian/hub/v4/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resources needed for custodian hub account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"hub\", \"version\": \"v4\"}\n\nParameters:\n  AWSOrgID:\n    Type: String\n    Description: Organization Id for the current AWS Organization\n    AllowedPattern: o-[a-z0-9]{10,32}\n\nResources:\n  EventBusPolicy:\n    Type: AWS::Events::EventBusPolicy\n    Description: Grants perms for the given org to putevents\n    Properties:\n      Action: events:PutEvents\n      Principal: \"*\"\n      StatementId: OrganizationAccounts\n      Condition:\n        Type: \"StringEquals\"\n        Key: \"aws:PrincipalOrgID\"\n        Value: !Ref AWSOrgID\n"
  },
  {
    "path": "unsorted/cloud-custodian/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  codestar-connection:\n    portfolio: demo-central-it-team-portfolio\n    product: cloud-custodian-hub\n    version: v4\n    parameters:\n      ConnectionName:\n        Default: SET_ME\n      ProviderType:\n        Default: SET_ME\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:cloud-custodian-hub\n\n  event-forwarding:\n    portfolio: demo-central-it-team-portfolio\n    product: event-forwarding\n    version: v1\n    parameters:\n      CloudCustodianSpokeIAMRolePath:\n        Default: /\n      CloudCustodianHubAccountId:\n        Default: SET_ME\n      EnableLogFileValidation:\n        Default: false\n      CloudCustodianHubEventBusName:\n        Default: default\n      CloudCustodianRuleForwarderIAMRoleName:\n        Default: CloudCustodianRuleForwarder\n    deploy_to:\n      tags:\n        - regions: enabled_regions\n          tag: scope:cloud-custodian-spoke\n\n  hub:\n    portfolio: demo-central-it-team-portfolio\n    product: hub\n    version: v4\n    parameters:\n      AWSOrgID:\n        Default: SET_ME\n    deploy_to:\n      tags:\n        - regions: enabled_regions\n          tag: scope:cloud-custodian-hub\n\n  pipeline:\n    portfolio: demo-central-it-team-portfolio\n    product: pipeline\n    version: v1\n    parameters:\n      C7NVersion:\n        Default: \"0.9.6\"\n      C7NMailerVersion:\n        Default: \"0.6.5\"\n      C7NOrgVersion:\n        Default: \"0.3.1\"\n      CloudCustodianHubIAMRolePath:\n        Default: \"/cloudcustodian/\"\n      CloudCustodianHubIAMRoleName:\n        Default: CustodianHub\n      CloudCustodianSQSMailerQueueName:\n        Default: CustodianSQSMailer\n      CloudCustodianSNSTopicDisplayName:\n        Default: CustodianAlerts\n      CloudCustodianSNSTopicName:\n        Default: CustodianAlerts\n      RepositoryProviderType:\n        Default: \"CodeCommit\"\n      CloudCustodianPoliciesCodeCommitRepoName:\n        Default: CloudCustodianPolicies\n      CodeStarConnectionArn:\n        Default: SET_ME\n      ProviderRepositoryId:\n        Default: SET_ME\n      ProviderRepositoryBranchName:\n        Default: \"master\"\n      Regions:\n        Default: --region us-east-1\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:cloud-custodian-hub\n\n  cloud-custodian-spoke:\n    portfolio: demo-central-it-team-portfolio\n    product: cloud-custodian-spoke\n    version: v2\n    parameters:\n      CloudCustodianSpokeIAMRoleName:\n        Default: Custodian\n      CloudCustodianSpokeIAMRolePath:\n        Default: /\n      CloudCustodianHubAccountId:\n        Default: CloudCustodianHubAccountId\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:cloud-custodian-spoke\n"
  },
  {
    "path": "unsorted/cloud-custodian/pipeline/v1/README.md",
    "content": "# product.template\n# Description\nResources needed for custodian hub account\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"pipeline\", \"version\": \"v1\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### C7NVersion \nType: String \nDefault: 0.9.6 \nDescription: which version of cloud custodian should be used \n### C7NMailerVersion \nType: String \nDefault: 0.6.5 \nDescription: which version of cloud custodian mailer should be used \n### C7NOrgVersion \nType: String \nDefault: 0.3.1 \nDescription: which version of cloud custodian c7n orgs should be used \n### CloudCustodianHubIAMRolePath \nType: String \nDefault: /cloudcustodian/ \nDescription: Path to use for all IAM roles created in this template \n### CloudCustodianHubIAMRoleName \nType: String \nDefault: CustodianHub  \n### CloudCustodianSQSMailerQueueName \nType: String \nDefault: CustodianSQSMailer \nDescription: Provide a name for the Custodian SQS Queue \n### CloudCustodianSNSTopicDisplayName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a descriptive name for the SNS Alerts Topic \n### CloudCustodianSNSTopicName \nType: String \nDefault: CustodianAlerts \nDescription: Enter a Topic Name for the SNS Alert Topic \n### RepositoryProviderType \nType: String \nDefault: CodeCommit \nDescription: The name of your code repository provider \n### CloudCustodianPoliciesCodeCommitRepoName \nType: String \nDefault: CloudCustodianPolicies \nDescription: Name to give the codecommit repo to use for the custodian policies \n### CodeStarConnectionArn \nType: String  \nDescription: The ARN of the CodeStar Connection needed for third party repo integration \n### ProviderRepositoryId \nType: String \nDefault: (Ex: user/repository-name) \nDescription: The owner and name of the repository where source changes are to be detected \n### ProviderRepositoryBranchName \nType: String \nDefault: master \nDescription: The name of the branch where source changes are to be detected. \n### Regions \nType: String \nDefault: --region us-east-1  \n\n## Resources\nThe list of resources this template creates:\n\n### CloudCustodianSQSMailer \nType: AWS::SQS::Queue \nDescription: SQS Queue to be used by c7n \n### CloudCustodianSNSTopic \nType: AWS::SNS::Topic \nDescription: SNS Topic to be used by c7n \n### CloudCustodianAdminRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by c7n to run in the hub account \n### CloudCustodianCodeBuildRole \nType: AWS::IAM::Role \nDescription: IAM Role for codebuild to use when provisioning and cleaning up c7n policies \n### CloudCustodianDeploymentPipelineRole \nType: AWS::IAM::Role \nDescription: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies \n### CloudCustodianDeploymentPipelineCustomPolicy \nType: AWS::IAM::ManagedPolicy  \n### CloudCustodianPoliciesRepo \nType: AWS::CodeCommit::Repository \nDescription: git repo for the policies \n### CloudCustodianPipelineArtifactStore \nType: AWS::S3::Bucket \nDescription: Bucket for artifacts from the pipeline \n### CloudCustodianPipeline \nType: AWS::CodePipeline::Pipeline \nDescription: Pipeline used to provision and clean up c7n policies \n### CloudCustodianPolicyValidationProject \nType: AWS::CodeBuild::Project \nDescription: Will validate policies in c7n-policies \n### CloudCustodianPolicyCleanupDryRunProject \nType: AWS::CodeBuild::Project \nDescription: Will run mugc dry-run policies for archive-policies \n### CloudCustodianPolicyCleanupProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run mugc using them \n### CloudCustodianPolicyDeploymentDryRunProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them \n### CloudCustodianPolicyDeploymentProject \nType: AWS::CodeBuild::Project \nDescription: If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them \n### CloudCustodianPolicyDeploymentOrgProject \nType: AWS::CodeBuild::Project \nDescription: if you have a c7n-org-policies directory this will run c7-org for you \n\n## Outputs\nThe list of outputs this template exposes:\n\n### CloudCustodianSNSTopicArn \nDescription: ARN of the Alerts SNS Topic  \n\n### CloudCustodianSNSTopicName \nDescription: Topic Name of the Alerts SNS Topic  \n\n### CloudCustodianSQSMailerUrl \nDescription: URL of the SQS queue  \n\n### CloudCustodianSQSMailerUrlArn \nDescription: Arn of the SQS queue  \n\n### CloudCustodianSQSMailerUrlQueueName \nDescription: QueueName of the SQS queue  \n\n"
  },
  {
    "path": "unsorted/cloud-custodian/pipeline/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resources needed for custodian hub account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"pipeline\", \"version\": \"v1\"}\n\nParameters:\n\n  C7NVersion:\n    Type: String\n    Description: which version of cloud custodian should be used\n    Default: \"0.9.6\"\n\n  C7NMailerVersion:\n    Type: String\n    Description: which version of cloud custodian mailer should be used\n    Default: \"0.6.5\"\n\n  C7NOrgVersion:\n    Type: String\n    Description: which version of cloud custodian c7n orgs should be used\n    Default: \"0.3.1\"\n\n  CloudCustodianHubIAMRolePath:\n    Type: String\n    Description: Path to use for all IAM roles created in this template\n    Default: \"/cloudcustodian/\"\n\n  CloudCustodianHubIAMRoleName:\n    Type: String\n    Default: CustodianHub\n\n  CloudCustodianSQSMailerQueueName:\n    Type: String\n    Default: CustodianSQSMailer\n    Description: Provide a name for the Custodian SQS Queue\n  CloudCustodianSNSTopicDisplayName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a descriptive name for the SNS Alerts Topic\n\n  CloudCustodianSNSTopicName:\n    Type: String\n    Default: CustodianAlerts\n    Description: Enter a Topic Name for the SNS Alert Topic\n\n  RepositoryProviderType:\n    Type: String\n    Description: The name of your code repository provider\n    Default: \"CodeCommit\"\n    AllowedValues:\n      - CodeCommit\n      - GitHub\n      - Bitbucket\n      - GitHubEnterpriseServer\n\n  CloudCustodianPoliciesCodeCommitRepoName:\n    Type: String\n    Description: Name to give the codecommit repo to use for the custodian policies\n    Default: CloudCustodianPolicies\n\n  CodeStarConnectionArn:\n    Type: String\n    Description: The ARN of the CodeStar Connection needed for third party repo integration\n    Default: \"\"\n\n  ProviderRepositoryId:\n    Type: String\n    Description: The owner and name of the repository where source changes are to be detected\n    Default: \"(Ex: user/repository-name)\"\n\n  ProviderRepositoryBranchName:\n    Type: String\n    Description: The name of the branch where source changes are to be detected.\n    Default: \"master\"\n\n  Regions:\n    Type: String\n    Default: --region us-east-1\n\nConditions:\n  IsProviderCodeCommit: !Equals [ !Ref RepositoryProviderType, CodeCommit ]\n\nResources:\n  CloudCustodianSQSMailer:\n    Type: AWS::SQS::Queue\n    Description: SQS Queue to be used by c7n\n    Properties:\n      QueueName: !Ref CloudCustodianSQSMailerQueueName\n\n  CloudCustodianSNSTopic:\n    Type: AWS::SNS::Topic\n    Description: SNS Topic to be used by c7n\n    Properties:\n      DisplayName: !Ref CloudCustodianSNSTopicDisplayName\n      TopicName: !Ref CloudCustodianSNSTopicName\n\n  CloudCustodianAdminRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role to be used by c7n to run in the hub account\n    Properties:\n      RoleName: !Ref CloudCustodianHubIAMRoleName\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:${AWS::Partition}:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:aws:iam::${AWS::Partition}:policy/AdministratorAccess\"\n\n  CloudCustodianCodeBuildRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role for codebuild to use when provisioning and cleaning up c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !GetAtt CloudCustodianAdminRole.Arn\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n\n  CloudCustodianDeploymentPipelineRole:\n    Type: 'AWS::IAM::Role'\n    Description: IAM Role to be used by the pipeline to orchestrate the provisioning and clean up of c7n policies\n    Properties:\n      Path: !Ref CloudCustodianHubIAMRolePath\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action: 'sts:AssumeRole'\n            Effect: Allow\n            Principal:\n              Service: codepipeline.amazonaws.com\n        Version: 2012-10-17\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AWSCodePipelineFullAccess\n        - arn:aws:iam::aws:policy/AWSCodeCommitFullAccess\n        - arn:aws:iam::aws:policy/AmazonS3FullAccess\n        - arn:aws:iam::aws:policy/AWSCodeBuildAdminAccess\n        - arn:aws:iam::aws:policy/CloudWatchLogsFullAccess\n        - !Ref CloudCustodianDeploymentPipelineCustomPolicy\n\n  CloudCustodianDeploymentPipelineCustomPolicy:\n    Type: AWS::IAM::ManagedPolicy\n    Properties:\n      PolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Action:\n              - codestar-connections:*\n            Resource:\n              - !Sub arn:${AWS::Partition}:codestar-connections:${AWS::Region}:${AWS::AccountId}:connection/*\n\n  CloudCustodianPoliciesRepo:\n    Type: AWS::CodeCommit::Repository\n    Description: git repo for the policies\n    Condition: IsProviderCodeCommit\n    Properties:\n      RepositoryName: !Ref CloudCustodianPoliciesCodeCommitRepoName\n\n\n  CloudCustodianPipelineArtifactStore:\n    Type: AWS::S3::Bucket\n    Description: Bucket for artifacts from the pipeline\n    Properties:\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      VersioningConfiguration:\n        Status: Enabled\n\n\n  CloudCustodianPipeline:\n    Type: AWS::CodePipeline::Pipeline\n    Description: Pipeline used to provision and clean up c7n policies\n    Properties:\n      ArtifactStore:\n        Type: S3\n        Location:\n          Ref: CloudCustodianPipelineArtifactStore\n      RoleArn: !GetAtt CloudCustodianDeploymentPipelineRole.Arn\n      Stages:\n        - Name: Source\n          Actions:\n            - Name: RetrieveCodeAction\n              ActionTypeId:\n                Category: Source\n                Owner: AWS\n                Version: \"1\"\n                Provider:\n                  Fn::If:\n                    - IsProviderCodeCommit\n                    - CodeCommit\n                    - CodeStarSourceConnection\n              Configuration:\n                RepositoryName:\n                  Fn::If:\n                    - IsProviderCodeCommit\n                    - !GetAtt CloudCustodianPoliciesRepo.Name\n                    - !Ref AWS::NoValue\n                ConnectionArn:\n                  Fn::If:\n                    - IsProviderCodeCommit\n                    - !Ref AWS::NoValue\n                    - !Ref CodeStarConnectionArn\n                FullRepositoryId:\n                  Fn::If:\n                    - IsProviderCodeCommit\n                    - !Ref AWS::NoValue\n                    - !Ref ProviderRepositoryId\n                BranchName: !Ref ProviderRepositoryBranchName\n                OutputArtifactFormat:\n                  Fn::If:\n                    - IsProviderCodeCommit\n                    - !Ref AWS::NoValue\n                    - CODE_ZIP\n              RunOrder: 1\n              OutputArtifacts:\n                - Name: source\n        - Name: ValidatePolicies\n          Actions:\n            - Name: CustodianPolicyValidation\n              ActionTypeId:\n                Category: Test\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyValidationProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts: []\n              RunOrder: 1\n        - Name: DeployCloudCustodianPolicies\n          Actions:\n            - Name: PolicyDeploy\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyDeploymentProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: deploymentArtifacts\n              RunOrder: 1\n            - Name: PolicyCleanup\n              ActionTypeId:\n                Category: Build\n                Owner: AWS\n                Provider: CodeBuild\n                Version: '1'\n              Configuration:\n                ProjectName: !Ref CloudCustodianPolicyCleanupProject\n              InputArtifacts:\n                - Name: source\n              OutputArtifacts:\n                - Name: cleanupArtifacts\n              RunOrder: 1\n\n\n  CloudCustodianPolicyValidationProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will validate policies in c7n-policies\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n-policies\" ] || [ -d \"c7n-org-policies\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-policies\" ]; then custodian validate c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then custodian validate c7n-org-policies/*; fi\n                - if [ ! -d \"c7n-policies\"]; then echo \"WARNING - The c7n-policies directory does not exist, create a directory called c7n-policies and add your policies to this directory\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"WARNING - The c7n-org-policies directory does not exist, create a directory called c7n-org-policies and add your policies to this directory\"; fi\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"Will run mugc dry-run policies for archive-policies\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ ! -d \"archive-policies\" ]; then echo \"INFO - There is no archive-policies directory, move policies from the c7n-policies directoy to the archive-policies directory\";fi\n                - if [ -d \"archive-policies\" ]; then pip install c7n==${C7NVersion}; fi\n            build:\n              commands:\n                - if [ -d \"archive-policies\" ]; then curl -LO curl https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py ;fi\n                - if [ -d \"archive-policies\" ]; then python mugc.py --dryrun --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*;fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyCleanupProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run mugc using them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install c7n==${C7NVersion}\n            build:\n              commands:\n                - curl -LO https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/$(custodian version).0/tools/ops/mugc.py\n                - python mugc.py ${Regions} --assume ${CloudCustodianAdminRole.Arn} -c c7n-policies/*\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentDryRunProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will dry-run them, if you have c7n-org-policies directory it will dry-run them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run --dryrun --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/* -m aws -l /cloud-custodian/policies; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run --dryrun -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"INFO - The c7n-policies directory does not exist. Create this and add cloudtrail policies to this directory to deploy\"; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"INFO - The c7n-org-policies directory does not exist create this directory and add policies you want to deploy locally in the individual accounts\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"If you have a c7n-policies directory this will run them, if you have c7n-org-policies directory it will run them\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n            build:\n              commands:\n                #- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda\n                - if [ -d \"c7n-policies\" ]; then custodian run ${Regions} --assume ${CloudCustodianAdminRole.Arn} --output-dir output/logs c7n-policies/*; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -d \"c7n-policies\" ]; then echo \"The c7n-policies directory does not exist, nothing to do\"; fi\n                - if [ ! -f \"c7n-org-policies/accounts.yml\" ]; then echo \"INFO - There is no accounts.yml file in the c7n-org-policies directory.  This configuration file is required to use c7n-org\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n  CloudCustodianPolicyDeploymentOrgProject:\n    Type: AWS::CodeBuild::Project\n    Description: \"if you have a c7n-org-policies directory this will run c7-org for you\"\n    DependsOn: [ CloudCustodianCodeBuildRole ]\n    Properties:\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        PrivilegedMode: false\n        Type: LINUX_CONTAINER\n      ServiceRole: !GetAtt CloudCustodianCodeBuildRole.Arn\n      Source:\n        BuildSpec: !Sub |\n          version: '0.2'\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - if [ -d \"c7n-policies\" ]; then pip install c7n==${C7NVersion}; fi\n                - if [ -d \"c7n_mailer_config\" ]; then pip install c7n-mailer==${C7NMailerVersion}; fi\n                - if [ -d \"c7n-org-policies\" ]; then pip install c7n-org==${C7NOrgVersion}; fi\n            build:\n              commands:\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions} --verbose; fi\n                - if [ -d \"c7n-org-policies\" ]; then c7n-org report -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/* ${Regions}; fi\n                - if [ ! -d \"c7n-org-policies\" ]; then echo \"The c7n-org-policies directory does not exist, recommended removing this action from the pipeline.\"; fi\n          artifacts:\n            files:\n              - '**/*'\n        Type: NO_SOURCE\n\n\nOutputs:\n  CloudCustodianSNSTopicArn:\n    Description: ARN of the Alerts SNS Topic\n    Value: !Ref CloudCustodianSNSTopic\n\n  CloudCustodianSNSTopicName:\n    Description: Topic Name of the Alerts SNS Topic\n    Value: !GetAtt CloudCustodianSNSTopic.TopicName\n\n  CloudCustodianSQSMailerUrl:\n    Description: URL of the SQS queue\n    Value: !Ref CloudCustodianSQSMailer\n\n  CloudCustodianSQSMailerUrlArn:\n    Description: Arn of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.Arn\n\n  CloudCustodianSQSMailerUrlQueueName:\n    Description: QueueName of the SQS queue\n    Value: !GetAtt CloudCustodianSQSMailer.QueueName\n"
  },
  {
    "path": "unsorted/cloud-custodian/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: cloud-custodian-codestar-connection\n      Owner: central-it@customer.com\n      Description: resources needed for custodian hub connections that are not codecommit\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cloud-custodian/codestar-connection\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: resources needed for custodian hub connections that are not codecommit\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cloud-custodian-codestar-connection\n              BranchName: v1\n\n    - Name: cloud-custodian-event-forwarding\n      Owner: central-it@customer.com\n      Description: resources needed for custodian spoke event forwarding\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cloud-custodian/event-forwarding\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: resources needed for custodian spoke accounts\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cloud-custodian-event-forwarding\n              BranchName: v1\n\n    - Name: cloud-custodian-hub\n      Owner: central-it@customer.com\n      Description: resources needed for custodian hub account\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cloud-custodian/hub\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v4\n          Description: resources needed for custodian hub account\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cloud-custodian-hub\n              BranchName: v4\n\n    - Name: cloud-custodian-pipeline\n      Owner: central-it@customer.com\n      Description: resources needed for custodian hub account cicd pipeline\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cloud-custodian/pipeline\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: resources needed for custodian hub account\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cloud-custodian-pipeline\n              BranchName: v1\n\n    - Name: cloud-custodian-spoke\n      Owner: central-it@customer.com\n      Description: resources needed for custodian spoke account\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/cloud-custodian/spoke\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v2\n          Description: resources needed for custodian spoke account\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: cloud-custodian-spoke\n              BranchName: v2\n"
  },
  {
    "path": "unsorted/cloud-custodian/spoke/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: Multi-Account Deployment of CloudCustodian\n\nParameters:\n  CloudCustodianSpokeRoleName:\n    Type: String\n    Default: CloudCustodian\n  CloudCustodianSpokePath:\n    Type: String\n    Default: /\n  CloudCustodianHubAccountId:\n    Type: String\n    Default: /\n\nResources:\n  LambdaRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref CloudCustodianSpokeRoleName\n      Path: !Ref CloudCustodianSpokePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${CloudCustodianHubAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n"
  },
  {
    "path": "unsorted/cloud-custodian/spoke/v2/README.md",
    "content": "# product.template\n# Description\nResourceses needed in spoke account for cloudcustodian\n\n\n## Parameters\nThe list of parameters for this template:\n\n### CloudCustodianSpokeIAMRoleName \nType: String \nDefault: Custodian  \n### CloudCustodianSpokeIAMRolePath \nType: String \nDefault: /  \n### CloudCustodianHubAccountId \nType: String   \n\n## Resources\nThe list of resources this template creates:\n\n### CustodianRole \nType: AWS::IAM::Role \nDescription: IAM Role to be assumed by the hub account for c7n to function \n\n## Outputs\nThe list of outputs this template exposes:\n\n### CustodianRoleName \nDescription: Name of the IAM role to be used by the hub account  \n\n### CustodianRoleArn \nDescription: Arn of the IAM role to be used by the hub account  \n\n"
  },
  {
    "path": "unsorted/cloud-custodian/spoke/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Resourceses needed in spoke account for cloudcustodian\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"cloud-custodian\", \"product\": \"spoke\", \"version\": \"v2\"}\n\nParameters:\n  CloudCustodianSpokeIAMRoleName:\n    Type: String\n    Default: Custodian\n  CloudCustodianSpokeIAMRolePath:\n    Type: String\n    Default: /\n  CloudCustodianHubAccountId:\n    Type: String\n\nResources:\n  CustodianRole:\n    Type: AWS::IAM::Role\n    Description: IAM Role to be assumed by the hub account for c7n to function\n    Properties:\n      RoleName: !Ref CloudCustodianSpokeIAMRoleName\n      Path: !Ref CloudCustodianSpokeIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Action: sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:${AWS::Partition}:iam::${CloudCustodianHubAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - !Sub \"arn:aws:iam::${AWS::Partition}:policy/AdministratorAccess\"\n\nOutputs:\n  CustodianRoleName:\n    Value: !Ref CustodianRole\n    Description: Name of the IAM role to be used by the hub account\n\n  CustodianRoleArn:\n    Value: !GetAtt CustodianRole.Arn\n    Description: Arn of the IAM role to be used by the hub account"
  },
  {
    "path": "unsorted/delete-default-networking-custom-resource/delete-default-networking-custom-resource/v1/README.md",
    "content": "# product.template\n# Description\nDeletes the following default networking components from AWS Accounts:\n1) Deletes the internet gateway\n2) Deletes the subnets\n4) Deletes the network access lists\n5) Deletes the security groups\n6) Deletes the default VPC\n{\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"delete-default-vpc\", \"product\": \"delete-default-vpc\", \"version\": \"v1\"}\n\n\n## Parameters\nThe list of parameters for this template:\n\n### RegionsToDeleteFrom \nType: String  \nDescription: Comma separated list of AWS Regions to delete the default VPC from \n\n## Resources\nThe list of resources this template creates:\n\n### DefaultVpcDeletionRole \nType: AWS::IAM::Role  \n### CustomDefaultVpcDeletionPolicy \nType: AWS::IAM::Policy  \n### DefaultVpcDeletionLambda \nType: AWS::Lambda::Function  \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "unsorted/delete-default-networking-custom-resource/delete-default-networking-custom-resource/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nDescription: |\n  Deletes the following default networking components from AWS Accounts:\n  1) Deletes the internet gateway\n  2) Deletes the subnets\n  4) Deletes the network access lists\n  5) Deletes the security groups\n  6) Deletes the default VPC\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"delete-default-vpc\", \"product\": \"delete-default-vpc\", \"version\": \"v1\"}\n\n\nParameters:\n  RegionsToDeleteFrom:\n    Description: \"Comma separated list of AWS Regions to delete the default VPC from\"\n    Type: String\n  DeleteDefaultVPCLambdaExecutionIAMRoleName:\n    Description: \"Name of the IAM Role that will be created to execute the lambda function\"\n    Type: String\n    Default: \"DeleteDefaultVPCLambdaExecution\"\n  DeleteDefaultVPCLambdaExecutionIAMRolePath:\n    Description: \"The path for the IAM Role that will be created to execute the lambda function\"\n    Type: String\n    Default: \"/DeleteDefaultVPCLambdaExecution/\"\n  DeleteDefaultNetworkingLambdaFunctionName:\n    Description: \"The name to give the function that deletes the default networking resources\"\n    Type: String\n    Default: \"DeleteDefaultNetworking\"\n\nResources:\n  DefaultVpcDeletionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref DeleteDefaultVPCLambdaExecutionIAMRoleName\n      Path: !Ref DeleteDefaultVPCLambdaExecutionIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Action: sts:AssumeRole\n            Principal:\n              Service: lambda.amazonaws.com\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - \"ec2:DescribeInternetGateways\"\n                  - \"ec2:DetachInternetGateway\"\n                  - \"ec2:DeleteInternetGateway\"\n                  - \"ec2:DescribeSubnets\"\n                  - \"ec2:DeleteSubnet\"\n                  - \"ec2:DescribeRouteTables\"\n                  - \"ec2:DeleteRouteTable\"\n                  - \"ec2:DescribeNetworkAcls\"\n                  - \"ec2:DeleteNetworkAcl\"\n                  - \"ec2:DeleteSecurityGroup\"\n                  - \"ec2:DeleteVpc\"\n                  - \"ec2:DescribeRegions\"\n                  - \"ec2:DescribeAccountAttributes\"\n                  - \"ec2:DescribeNetworkInterfaces\"\n                  - \"ec2:DescribeSecurityGroups\"\n                  - \"ec2:DeleteSecurityGroup\"\n                  - \"logs:CreateLogGroup\"\n                  - \"logs:CreateLogStream\"\n                  - \"logs:PutLogEvents\"\n                Resource: '*'\n\n  Function:\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: !Ref DeleteDefaultNetworkingLambdaFunctionName\n      Handler: index.lambda_handler\n      Runtime: python3.7\n      Timeout: 600\n      Role: !GetAtt DefaultVpcDeletionRole.Arn\n      Environment:\n        Variables:\n          REGIONS: !Ref RegionsToDeleteFrom\n      Code:\n        ZipFile: |\n          import boto3, logging, traceback, os\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n          logging.basicConfig(\n            format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n            datefmt='%Y-%m-%d:%H:%M:%S',\n            level=logging.INFO\n          )\n\n          def delete_igw(client, vpc_id):\n            fltr = [{'Name' : 'attachment.vpc-id', 'Values' : [ vpc_id ]}]\n\n            try:\n              igw = client.describe_internet_gateways(Filters=fltr)['InternetGateways']\n\n              if igw:\n                igw_id = igw[0]['InternetGatewayId']\n                client.detach_internet_gateway(InternetGatewayId=igw_id, VpcId=vpc_id)\n                client.delete_internet_gateway(InternetGatewayId=igw_id)\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n          def delete_subnets(client):\n            try:\n              subs = client.describe_subnets()['Subnets']\n\n              if subs:\n                for sub in subs:\n                  sub_id = sub['SubnetId']\n                  client.delete_subnet(SubnetId=sub_id)\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n          def delete_rtbs(client):\n            try:\n              rtbs = client.describe_route_tables()['RouteTables']\n\n              if rtbs:\n                for rtb in rtbs:\n                  main = False\n                  for assoc in rtb['Associations']:\n                    main = assoc['Main']\n                  if main:\n                    continue\n                  rtb_id = rtb['RouteTableId']\n                  client.delete_route_table(RouteTableId=rtb_id)\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n\n          def delete_acls(client):\n            try:\n              acls = client.describe_network_acls()['NetworkAcls']\n\n              if acls:\n                for acl in acls:\n                  default = acl['IsDefault']\n                  if default:\n                    continue\n                  acl_id = acl['NetworkAclId']\n                  client.delete_network_acl(NetworkAclId=acl_id)\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n\n          def delete_sgps(client):\n\n            try:\n              sgps = client.describe_security_groups()['SecurityGroups']\n\n              if sgps:\n                for sgp in sgps:\n                  default = sgp['GroupName']\n                  if default == 'default':\n                    continue\n                  sg_id = sgp['GroupId']\n                  client.delete_security_group(GroupId=sg_id)\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n\n          def delete_vpc(client, vpc_id, region):\n            try:\n              client.delete_vpc(VpcId=vpc_id)\n              logger.info('VPC {} has been deleted from the {} region.'.format(vpc_id, region))\n              return\n\n            except Exception as ex:\n              logger.error(ex)\n              traceback.print_tb(ex.__traceback__)\n              raise\n\n          def lambda_handler(e, c):\n            regions = [r.strip() for r in os.getenv(\"REGIONS\").split(\",\")]\n\n            logger.info(f\"regions {regions}\")\n            for region in regions:\n              logger.info(f\"starting {region}\")\n              ec2 = boto3.client('ec2', region_name=region)\n\n              try:\n                attribs = ec2.describe_account_attributes(AttributeNames=['default-vpc'])['AccountAttributes']\n                vpc_id = attribs[0]['AttributeValues'][0]['AttributeValue']\n                if vpc_id == 'none':\n                  logger.info('Default VPC not found in {}'.format(region))\n                  continue\n\n                # Since most resources are attached an ENI, this checks for additional resources\n                f = [{'Name' : 'vpc-id', 'Values' : [ vpc_id ]}]\n                eni = ec2.describe_network_interfaces(Filters=f)['NetworkInterfaces']\n                if eni:\n                  logger.error('VPC {} has existing resources in the {} region.'.format(vpc_id, region))\n                  continue\n\n                delete_igw(ec2, vpc_id)\n                delete_subnets(ec2)\n                delete_rtbs(ec2)\n                delete_acls(ec2)\n                delete_sgps(ec2)\n                delete_vpc(ec2, vpc_id, region)\n\n              except Exception as ex:\n                logger.error(ex)\n                traceback.print_tb(ex.__traceback__)\n\n            cfnresponse.send(e, c, cfnresponse.SUCCESS, {}, \"\")\n\n\n  Execute:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken: !GetAtt Function.Arn\n      RegionsToDeleteFrom: !Ref RegionsToDeleteFrom\n      DeleteDefaultVPCLambdaExecutionIAMRoleName: !Ref DeleteDefaultVPCLambdaExecutionIAMRoleName\n      DeleteDefaultVPCLambdaExecutionIAMRolePath: !Ref DeleteDefaultVPCLambdaExecutionIAMRolePath\n      DeleteDefaultNetworkingLambdaFunctionName: !Ref DeleteDefaultNetworkingLambdaFunctionName\n"
  },
  {
    "path": "unsorted/delete-default-networking-custom-resource/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  delete-default-networking-function:\n    portfolio: demo-central-it-team-portfolio\n    product: delete-default-networking-custom-resource\n    version: v1\n    parameters:\n      RegionsToDeleteFrom:\n        default: af-south-1, eu-north-1, ap-south-1, eu-west-3, eu-west-2, eu-south-1, eu-west-1, ap-northeast-3, ap-northeast-2, me-south-1, ap-northeast-1, sa-east-1, ca-central-1, ap-east-1, ap-southeast-1, ap-southeast-2, eu-central-1, us-east-1, us-east-2, us-west-1, us-west-2\n      DeleteDefaultVPCLambdaExecutionIAMRoleName:\n        default: DeleteDefaultVPCLambdaExecution\n      DeleteDefaultVPCLambdaExecutionIAMRolePath:\n        default: /DeleteDefaultVPCLambdaExecution/\n      DeleteDefaultNetworkingLambdaFunctionName:\n        default: DeleteDefaultNetworking\n    deploy_to:\n      tags:\n      - regions: enabled_regions\n        tag: scope:all\n"
  },
  {
    "path": "unsorted/delete-default-networking-custom-resource/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: delete-default-networking-custom-resource\n      Owner: central-it@customer.com\n      Description: iam-assume-roles-spoke product\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/delete-default-networking-custom-resource\n      Tags:\n        - Key: product-type\n          Value: networking\n      Versions:\n        - Name: v1\n          Description: Deletes the AWS provided default networking using a custom resource\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: delete-default-networking-custom-resource\n              BranchName: master\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/README.md",
    "content": "# account-bootstrap-shared\n# Description\nCreates, codebuild project that can be run to bootstrap an account and lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleArnInRootAccountForBootstrapping \nType: String  \nDescription: The Arn of the assumable role from the root account \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used by codebuild to bootstrap spokes \n### GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used by lambda to trigger a bootstrap \n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates, codebuild project that can be run to bootstrap an account and lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-bootstrap-shared\", \"version\": \"v1\"}\n\nParameters:\n  AssumableRoleArnInRootAccountForBootstrapping:\n    Description: The Arn of the assumable role from the root account\n    Type: String\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n  GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName:\n    Description: The name to use for IAM role that will be used by codebuild to bootstrap spokes\n    Type: String\n  GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName:\n    Description: The name to use for IAM role that will be used by lambda to trigger a bootstrap\n    Type: String\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_ROOT_ACCOUNT} ${ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleArnInRootAccountForBootstrapping\n\nOutputs:\n  GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n            puppet_account_id = event.get('ResourceProperties').get('PuppetAccountId')\n            organization_account_access_role_name = event.get('ResourceProperties').get(\n                'OrganizationAccountAccessRoleName')\n\n            organization_account_access_role_arn = 'arn:aws:iam::{}:role/{}'.format(\n                target_account_id, organization_account_access_role_name\n            )\n\n            with betterboto_client.ClientContextManager('ssm') as ssm:\n                puppet_version = ssm.get_parameter(\n                    Name='service-catalog-puppet-version'\n                ).get('Parameter').get('Value')\n                assumable_role_in_root_account = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_ROOT_ACCOUNT',\n                            'value': assumable_role_in_root_account,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'VERSION',\n                            'value': puppet_version,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'PUPPET_ACCOUNT_ID',\n                            'value': puppet_account_id,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN',\n                            'value': organization_account_access_role_arn,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    puppet_run_build = codebuild.start_build_and_wait_for_completion(\n                        projectName='servicecatalog-puppet-single-account-run',\n                        environmentVariablesOverride=[\n                            {\n                                'name': 'SINGLE_ACCOUNT_ID',\n                                'value': target_account_id,\n                                'type': 'PLAINTEXT'\n                            }\n                        ],\n                    )\n                    final_status = puppet_run_build.get('buildStatus')\n\n                    if final_status == 'SUCCEEDED':\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\",\n                            {\n                                \"Message\": \"Resource creation successful!\",\n                                \"puppet_run_build_id\": puppet_run_build.get('id'),\n                                \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                            }\n                        )\n                    else:\n                        logger.error('Errored check the logs: {}'.format(puppet_run_build.get('logs').get('deepLink')))\n                        send_response(\n                            event,\n                            context,\n                            \"FAILED\",\n                            {\n                                \"Message\": 'Pipeline errored, check the logs: {}'.format(\n                                    puppet_run_build.get('logs').get('deepLink')\n                                ),\n\n                            }\n                        )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/README.md",
    "content": "# account-bootstrap-shared\n# Description\nCreates, codebuild project that can be run to bootstrap an account and lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### AssumableRoleArnInRootAccountForBootstrapping \nType: String  \nDescription: The Arn of the assumable role from the root account \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used by codebuild to bootstrap spokes \n### GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used by lambda to trigger a bootstrap \n\n## Resources\nThe list of resources this template creates:\n\n### BootstrapperRole \nType: AWS::IAM::Role  \n### BootstrapperProject \nType: AWS::CodeBuild::Project \nDescription: Wrapper project that:\n  - installs aws-service-catalog-puppet\n  - runs bootstrap-spoke-as\n \n### BootstrapperProjectCustomResourceRole \nType: AWS::IAM::Role  \n### BootstrapperProjectCustomResource \nType: AWS::Serverless::Function \nDescription: Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n```account-vending-bootstrapper-lambda```:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn \nDescription: Outputs the BootstrapperProjectCustomResource Arn so others can use it\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Creates, codebuild project that can be run to bootstrap an account and lambda function that can be used to back a custom resource so the codebuild project can be started from CloudFormation\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-bootstrap-shared\", \"version\": \"v2\"}\n\nParameters:\n  AssumableRoleArnInRootAccountForBootstrapping:\n    Description: The Arn of the assumable role from the root account\n    Type: String\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n  GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName:\n    Description: The name to use for IAM role that will be used by codebuild to bootstrap spokes\n    Type: String\n  GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName:\n    Description: The name to use for IAM role that will be used by lambda to trigger a bootstrap\n    Type: String\n\nResources:\n  BootstrapperRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProject:\n    Type: AWS::CodeBuild::Project\n    Description: |\n      Wrapper project that:\n        - installs aws-service-catalog-puppet\n        - runs bootstrap-spoke-as\n    Properties:\n      Name: servicecatalog-puppet-single-account-bootstrapper\n      Description: \"Bootstraps an account for use with ServiceCatalog-Puppet\"\n      ServiceRole: !GetAtt BootstrapperRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: PUPPET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: VERSION\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${VERSION}\n            build:\n              commands:\n                - servicecatalog-puppet bootstrap-spoke-as ${PUPPET_ACCOUNT_ID} ${ASSUMABLE_ROLE_IN_ROOT_ACCOUNT} ${ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN}\n      TimeoutInMinutes: 30\n\n  BootstrapperProjectCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  BootstrapperProjectCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      Lambda function that can be used to back a custom resource.  You can get the ARN by checking the SSM Parameter\n      ```account-vending-bootstrapper-lambda```:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          OrganizationAccountAccessRole: !Ref OrganizationAccountAccessRole\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt BootstrapperProjectCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          BOOTSTRAPPER_PROJECT_NAME: !Ref BootstrapperProject\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref AssumableRoleArnInRootAccountForBootstrapping\n\nOutputs:\n  GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n    Description: |\n      Outputs the BootstrapperProjectCustomResource Arn so others can use it\n    Value: !GetAtt BootstrapperProjectCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/requirements.txt",
    "content": "better-boto==0.6.19\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\nlogging.basicConfig(\n    format='%(levelname)s %(threadName)s [%(filename)s:%(lineno)d] %(message)s',\n    datefmt='%Y-%m-%d:%H:%M:%S',\n    level=logging.INFO\n)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n        if request_type == 'Create':\n            target_account_id = event.get('ResourceProperties').get('TargetAccountId')\n            puppet_account_id = event.get('ResourceProperties').get('PuppetAccountId')\n            organization_account_access_role_name = event.get('ResourceProperties').get(\n                'OrganizationAccountAccessRoleName')\n\n            organization_account_access_role_arn = 'arn:aws:iam::{}:role/{}'.format(\n                target_account_id, organization_account_access_role_name\n            )\n\n            with betterboto_client.ClientContextManager('ssm') as ssm:\n                puppet_version = ssm.get_parameter(\n                    Name='service-catalog-puppet-version'\n                ).get('Parameter').get('Value')\n                assumable_role_in_root_account = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n            bootstrapper_project_name = os.environ.get('BOOTSTRAPPER_PROJECT_NAME')\n\n            with betterboto_client.ClientContextManager(\n                    'codebuild',\n            ) as codebuild:\n                bootstrapper_build = codebuild.start_build_and_wait_for_completion(\n                    projectName=bootstrapper_project_name,\n                    environmentVariablesOverride=[\n                        {\n                            'name': 'ASSUMABLE_ROLE_IN_ROOT_ACCOUNT',\n                            'value': assumable_role_in_root_account,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'VERSION',\n                            'value': puppet_version,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'PUPPET_ACCOUNT_ID',\n                            'value': puppet_account_id,\n                            'type': 'PLAINTEXT'\n                        },\n                        {\n                            'name': 'ORGANIZATION_ACCOUNT_ACCESS_ROLE_ARN',\n                            'value': organization_account_access_role_arn,\n                            'type': 'PLAINTEXT'\n                        },\n                    ],\n                )\n                final_status = bootstrapper_build.get('buildStatus')\n\n                if final_status == 'SUCCEEDED':\n                    puppet_run_build = codebuild.start_build(\n                        projectName='servicecatalog-puppet-single-account-run-with-callback',\n                        environmentVariablesOverride=[\n                            {\n                                'name': 'SINGLE_ACCOUNT_ID',\n                                'value': target_account_id,\n                                'type': 'PLAINTEXT'\n                            },\n                            {\n                                'name': 'CALLBACK_URL',\n                                'value': event.get('ResourceProperties').get('Handle'),\n                                'type': 'PLAINTEXT'\n                            },\n                        ],\n                    ).get('build')\n\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": \"Resource creation successful!\",\n                            \"puppet_run_build_id\": puppet_run_build.get('id'),\n                            \"bootstrapper_build_id\": bootstrapper_build.get('id'),\n                        }\n                    )\n                else:\n                    logger.error('Errored check the logs: {}'.format(bootstrapper_build.get('logs').get('deepLink')))\n                    send_response(\n                        event,\n                        context,\n                        \"FAILED\",\n                        {\n                            \"Message\": 'Bootstrap errored, check the logs: {}'.format(\n                                bootstrapper_build.get('logs').get('deepLink')\n                            ),\n\n                        }\n                    )\n\n        elif request_type == 'Update':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Updated\"})\n        elif request_type == 'Delete':\n            send_response(event, context, \"SUCCESS\",\n                          {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\",\n                          {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        traceback.print_tb(ex.__traceback__)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/v1/README.md",
    "content": "# account-bootstrap-shared-org-bootstrap\n# Description\nIAM Role needed to use AWS Organizations to bootstrap AWS Accounts.\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### ServiceCatalogToolsAccountId \nType: String  \nDescription: The account id you will be installing AWS Service Catalog Factory into \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: Name of the IAM role used to access cross accounts for AWS Orgs usage \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperOrgIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used to list accounts for bootstrapping purposes \n\n## Resources\nThe list of resources this template creates:\n\n### AssumableRoleInRootAccount \nType: AWS::IAM::Role \nDescription: IAM Role needed by the account vending machine so it can bootstrap accounts\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AssumableRoleArnInRootAccountForBootstrapping \nDescription: The ARN for your Assumable role in root account  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  IAM Role needed to use AWS Organizations to bootstrap AWS Accounts.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-bootstrap-shared-org-bootstrap\", \"version\": \"v1\"}\n\nParameters:\n  ServiceCatalogToolsAccountId:\n    Description: The account id you will be installing AWS Service Catalog Factory into\n    Type: String\n\n  OrganizationAccountAccessRole:\n    Description: Name of the IAM role used to access cross accounts for AWS Orgs usage\n    Default: OrganizationAccountAccessRole\n    Type: String\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperOrgIAMRoleName:\n    Description: The name to use for IAM role that will be used to list accounts for bootstrapping purposes\n    Type: String\n\n\nResources:\n  AssumableRoleInRootAccount:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM Role needed by the account vending machine so it can bootstrap accounts\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperOrgIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:ListRoots\n                  - organizations:ListAccounts\n                  - organizations:ListParents\n                  - organizations:DescribeCreateAccountStatus\n                  - organizations:ListOrganizationalUnitsForParent\n                Resource: '*'\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Sub \"arn:aws:iam::*:role/${OrganizationAccountAccessRole}\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${ServiceCatalogToolsAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n\nOutputs:\n  AssumableRoleArnInRootAccountForBootstrapping:\n    Description: The ARN for your Assumable role in root account\n    Value: !GetAtt AssumableRoleInRootAccount.Arn\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/README.md",
    "content": "# account-create-update-notifier\n# Description\nLambda to back a custom resource that dispatches notifications to an included SNS Topic\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountCreateUpdateCRIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used for the lambda that backs a custom resource \n\n## Resources\nThe list of resources this template creates:\n\n### SNSTopic \nType: AWS::SNS::Topic \nDescription: SNS Topic others can subscribe to so that they can find out about account creations \n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to dispatch notifications to the SNSTopic\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to publish account creations to SNS.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountCreateUpdateNotifierTopicArn \nDescription: Outputs the SNS topic\n  \n\n### AccountCreateUpdateNotifierTopicName \nDescription: Outputs the SNS topic name\n  \n\n### GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn \nDescription: Arn of lambda that can be used to back custom resources to notify others that accounts have been created\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Lambda to back a custom resource that dispatches notifications to an included SNS Topic\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-create-update-notifier\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateCRIAMRoleName:\n    Description: The name to use for IAM role that will be used for the lambda that backs a custom resource\n    Type: String\n\nResources:\n  SNSTopic:\n    Type: AWS::SNS::Topic\n    Description: SNS Topic others can subscribe to so that they can find out about account creations\n    Properties:\n      TopicName: account-creations\n\n  Function:\n    Description: |\n      Lambda function to dispatch notifications to the SNSTopic\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-creation-notifier'\n      Handler: index.lambda_handler\n      Timeout: 10\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Environment:\n        Variables:\n          SNS_TOPIC: !Ref SNSTopic\n      Code:\n        ZipFile: |\n          import cfnresponse\n          import boto3\n          import os\n          import json\n\n          def construct_message(event):\n              resource_properties = event.get('ResourceProperties')\n              message = {\n                  'RequestType': event.get('RequestType'),\n                  'AccountName': resource_properties['AccountName'],\n                  'AccountEmail': resource_properties['AccountEmail'],\n                  'ManagedOrganizationalUnit': resource_properties['ManagedOrganizationalUnit'],\n                  'AccountId': resource_properties['AccountId'],\n              }\n\n              if resource_properties.get('SSOUserFirstName'):\n                  message['SSOUserFirstName'] = resource_properties.get('SSOUserFirstName')\n                  message['SSOUserLastName'] = resource_properties.get('SSOUserLastName')\n                  message['SSOUserEmail'] = resource_properties.get('SSOUserEmail')\n              return message\n\n          def lambda_handler(event, context):\n              message = construct_message(event)\n              sns_client = boto3.client('sns')\n              sns_client.publish(\n                  TopicArn=os.getenv('SNS_TOPIC'),\n                  Message=json.dumps(message),\n                  Subject=f\"Account: {event['ResourceProperties']['AccountName']} was {event.get('RequestType')}\"\n              )\n              cfnresponse.send(event, context, cfnresponse.SUCCESS, {})\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to publish account creations to SNS.\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountCreateUpdateCRIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      Policies:\n        - PolicyName: PublishPerms\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sns:Publish\n                Resource: !Ref SNSTopic\n\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  AccountCreateUpdateNotifierTopicArn:\n    Description: |\n      Outputs the SNS topic\n    Value: !Ref SNSTopic\n\n  AccountCreateUpdateNotifierTopicName:\n    Description: |\n      Outputs the SNS topic name\n    Value: !GetAtt SNSTopic.TopicName\n\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n    Description: |\n      Arn of lambda that can be used to back custom resources to notify others that accounts have been created\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-create-update-notifier/v1/sample-message.json",
    "content": "{\n    \"Records\": [\n        {\n            \"EventSource\": \"aws:sns\",\n            \"EventVersion\": \"1.0\",\n            \"EventSubscriptionArn\": \"arn:aws:sns:us-east-1:111111111111:account-creations:043d80d6-ffd4-4d3d-93af-382a2d1f371c\",\n            \"Sns\": {\n                \"Type\": \"Notification\",\n                \"MessageId\": \"<message-id-string>\",\n                \"TopicArn\": \"arn:aws:sns:us-east-1:111111111111:account-creations\",\n                \"Subject\": \"Account: TestAccount was created\",\n                \"Message\": \"{\\\"RequestType\\\": \\\"TESTRequestType\\\", \\\"AccountName\\\": \\\"TESTAccountName\\\", \\\"AccountEmail\\\": \\\"TESTAccountEmail\\\", \\\"ManagedOrganizationalUnit\\\": \\\"TESTManagedOrganizationalUnit\\\", \\\"AccountId\\\": \\\"111122223333\\\", \\\"SSOUserFirstName\\\": \\\"TESTSSOUserFirstName\\\", \\\"SSOUserLastName\\\": \\\"TESTSSOUserLastName\\\", \\\"SSOUserEmail\\\": \\\"TESTSSOUserEmail\\\"}\",\n                \"Timestamp\": \"2020-10-06T20:39:02.120Z\",\n                \"SignatureVersion\": \"1\",\n                \"Signature\": \"<signature-string>\",\n                \"SigningCertUrl\": \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-<id>.pem\",\n                \"UnsubscribeUrl\": \"https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:111111111111:account-creations:<id>\",\n                \"MessageAttributes\": {}\n            }\n        }\n    ]\n}\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-notifier-cfh-handler/v1/README.md",
    "content": "# account-creation-notifier-cfh-handler\n# Description\nLambda to back a custom resource that dispatches notifications to an included SNS Topic\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountCreateUpdateNotifierTopicArn \nType: String   \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountCreateUpdateCFHHandlerIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used for the lambda notifies CFH when accounts are created/updated\n \n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to call CFH\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to publish account creations to SNS.\n \n\n## Outputs\nThe list of outputs this template exposes:\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-notifier-cfh-handler/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Lambda to back a custom resource that dispatches notifications to an included SNS Topic\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-notifier-cfh-handler\", \"version\": \"v1\"}\n\nParameters:\n  AccountCreateUpdateNotifierTopicArn:\n    Type: String\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateCFHHandlerIAMRoleName:\n    Description: |\n      The name to use for IAM role that will be used for the lambda notifies CFH when accounts are created/updated\n    Type: String\n\n  CFHAccountCreateUpdatePostUrl:\n    Description: URL to HTTP POST to when accounts are created\n    Type: String\n\nResources:\n  Subscription:\n    Type: AWS::SNS::Subscription\n    Properties:\n      TopicArn: !Ref AccountCreateUpdateNotifierTopicArn\n      Endpoint: !GetAtt Function.Arn\n      Protocol: lambda\n\n  Permission:\n    Type: AWS::Lambda::Permission\n    Properties:\n      Action: lambda:InvokeFunction\n      FunctionName: !Ref Function\n      Principal: \"sns.amazonaws.com\"\n      SourceArn: !Ref AccountCreateUpdateNotifierTopicArn\n\n  Function:\n    Description: |\n      Lambda function to call CFH\n    Type: AWS::Lambda::Function\n    Properties:\n      Handler: index.lambda_handler\n      Timeout: 10\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Environment:\n        Variables:\n          POST_URL: !Ref CFHAccountCreateUpdatePostUrl\n\n      Code:\n        ZipFile: |\n          import cfnresponse\n          import boto3\n          import os\n          import json\n          from urllib import request, parse\n          import json\n\n          def lambda_handler(event, context):\n            for record in event.get('Records', []):\n              message = json.dumps(record['Sns']['Message'])\n              b = str(message).encode('utf-8')\n              req =  request.Request(os.getenv(\"POST_URL\"), data=b)\n              req.add_header('Content-Type', 'application/json')\n              resp = request.urlopen(req)\n              print(response.read().decode('utf-8'))\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to publish account creations to SNS.\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountCreateUpdateCFHHandlerIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\n\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v1/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-shared\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /account-vending/\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for accepting shares\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v1/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\nimport traceback\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event['RequestType']\n    try:\n        logger.info(request_type)\n\n        assumable_role_in_root_account_arn = os.environ.get('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n        organization_account_access_role = os.environ.get('ORGANIZATION_ACCOUNT_ACCESS_ROLE')\n\n        with betterboto_client.CrossAccountClientContextManager(\n                'organizations', assumable_role_in_root_account_arn, 'assumable_org_role'\n        ) as organizations:\n            target_ou = event.get('ResourceProperties').get('TargetOU')\n            account_name = event.get('ResourceProperties').get('AccountName')\n            if request_type == 'Create':\n                email = event.get('ResourceProperties').get('Email')\n                iam_user_access_to_billing = event.get('ResourceProperties').get('IamUserAccessToBilling')\n\n                account_id = ensure_account_created(\n                    organizations,\n                    account_name,\n                    email,\n                    iam_user_access_to_billing,\n                    assumable_role_in_root_account_arn,\n                    organization_account_access_role,\n                )\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": \"Resource creation successful!\",\n                        \"account_id\": account_id,\n                    }\n                )\n\n            elif request_type == 'Update':\n                response = organizations.list_accounts_single_page()\n                account_id = None\n                for account in response.get('Accounts', []):\n                    if account.get('Name') == account_name:\n                        account_id = account.get('Id')\n                        logger.info('Already created')\n                        break\n                if account_id is None:\n                    raise Exception(\"Account does not exist\")\n\n                ensure_account_is_in_correct_ou(\n                    organizations, account_id, target_ou\n                )\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Updated\"})\n            elif request_type == 'Delete':\n                send_response(event, context, \"SUCCESS\",\n                              {\"Message\": \"Deleted\"})\n            else:\n                send_response(event, context, \"FAILED\",\n                              {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(\n            event,\n            context,\n            \"FAILED\",\n            {\n                \"Message\": \"Exception\"\n            }\n        )\n\n\ndef ensure_account_is_in_correct_ou(organizations, account_id, target_ou):\n    result = organizations.list_parents_single_page(ChildId=account_id)\n    current_ou = None\n    if len(result.get('Parents', [])) != 1:\n        raise Exception(\n            f\"There were unexpected parents for the account_id {account_id}: {json.dumps(result)}\"\n        )\n        current_ou = result.get('Parents')[1]\n    if target_ou != \"None\":\n        if current_ou and current_ou != target_ou:\n            logger.info(\"Moving account to new OU\")\n            response = organizations.list_roots()\n            if len(response.get('Roots')) != 1:\n                raise Exception(\"nRoots: {}\".format(len(response.get('Roots'))))\n            if str(target_ou).startswith('/'):\n                target = organizations.convert_path_to_ou(target_ou)\n            else:\n                target = target_ou\n            organizations.move_account(\n                AccountId=account_id,\n                SourceParentId=response.get('Roots')[0].get('Id'),\n                DestinationParentId=target\n            )\n\n\ndef ensure_account_created(\n        organizations,\n        account_name,\n        email,\n        iam_user_access_to_billing,\n        assumable_role_in_root_account_arn,\n        organization_account_access_role,\n):\n    logger.info('Checking if need to create')\n    response = organizations.list_accounts_single_page()\n    account_id = None\n    for account in response.get('Accounts', []):\n        if account.get('Name') == account_name:\n            account_id = account.get('Id')\n            logger.info('Already created')\n            break\n    if account_id is None:\n        logger.info('Creating account')\n        response = organizations.create_account(\n            Email=email,\n            AccountName=account_name,\n            RoleName=organization_account_access_role,\n            IamUserAccessToBilling=iam_user_access_to_billing\n        )\n        id = response.get('CreateAccountStatus').get('Id')\n        logger.info('Waiting')\n        while response.get('CreateAccountStatus').get('State') == 'IN_PROGRESS':\n            logger.info(\n                'Still waiting: {}'.format(response.get('CreateAccountStatus').get('State'))\n            )\n            time.sleep(5)\n            response = organizations.describe_create_account_status(CreateAccountRequestId=id)\n        logger.info(\n            'Finished: {}'.format(response.get('CreateAccountStatus').get('State'))\n        )\n        if response.get('CreateAccountStatus').get('State') == 'SUCCEEDED':\n            account_id = response.get('CreateAccountStatus').get('AccountId')\n            counter = 20\n            while counter > 0:\n                time.sleep(10)\n                try:\n                    with betterboto_client.CrossMultipleAccountsClientContextManager(\n                            'codebuild',\n                            [\n                                (assumable_role_in_root_account_arn, 'assumable_role_in_root_account_arn'),\n                                (f\"arn:aws:iam::{account_id}:role/{organization_account_access_role}\", 'organization_account_access_role'),\n                            ]\n                    ) as spoke_codebuild:\n                        spoke_codebuild.list_projects()\n                        logger.info(\"Was able to assume role into the spoke and call codebuild\")\n                        counter = 0\n                except Exception as e:\n                    counter -= 1\n                    logger.error(\"type error: \" + str(e))\n                    logger.error(traceback.format_exc())\n        else:\n            raise Exception(\n                f\"Account was not created correctly: {response.get('CreateAccountStatus').get('FailureReason')}\")\n    return account_id\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps({\n        \"Status\": rs,\n        \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n        \"PhysicalResourceId\": c.log_stream_name,\n        \"StackId\": e['StackId'],\n        \"RequestId\": e['RequestId'],\n        \"LogicalResourceId\": e['LogicalResourceId'],\n        \"Data\": rd\n    })\n    d = str.encode(r)\n    h = {\n        'content-type': '',\n        'content-length': str(len(d))\n    }\n    req = Request(e['ResponseURL'], data=d, method='PUT', headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v2/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-shared\", \"version\": \"v2\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for creating AWS accounts\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v2/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            account_name = event.get(\"ResourceProperties\").get(\"AccountName\")\n            email = event.get(\"ResourceProperties\").get(\"Email\")\n            iam_user_access_to_billing = event.get(\"ResourceProperties\").get(\n                \"IamUserAccessToBilling\"\n            )\n\n            with betterboto_client.CrossAccountClientContextManager(\n                \"organizations\",\n                assumable_role_in_root_account_arn,\n                \"assumable_org_role\",\n            ) as organizations:\n                logger.info(\"Checking if need to create\")\n                response = organizations.list_accounts_single_page()\n                for account in response.get(\"Accounts\", []):\n                    if account.get(\"Name\") == account_name:\n                        account_id = account.get(\"Id\")\n                        logger.info(\"Already created\")\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\"\n                            if account.get(\"Status\") == \"ACTIVE\"\n                            else \"FAILED\",\n                            {\n                                \"Message\": \"Account was already created\",\n                                \"account_id\": account_id,\n                            },\n                        )\n\n                logger.info(\"Creating account\")\n                response = organizations.create_account(\n                    Email=email,\n                    AccountName=account_name,\n                    RoleName=organization_account_access_role,\n                    IamUserAccessToBilling=iam_user_access_to_billing,\n                )\n                id = response.get(\"CreateAccountStatus\").get(\"Id\")\n                logger.info(\"Waiting\")\n                while response.get(\"CreateAccountStatus\").get(\"State\") == \"IN_PROGRESS\":\n                    logger.info(\n                        \"Still waiting: {}\".format(\n                            response.get(\"CreateAccountStatus\").get(\"State\")\n                        )\n                    )\n                    time.sleep(5)\n                    response = organizations.describe_create_account_status(\n                        CreateAccountRequestId=id\n                    )\n                state = response.get(\"CreateAccountStatus\").get(\"State\")\n                logger.info(f\"Finished: {state}\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\" if state == \"SUCCEEDED\" else \"FAILED\",\n                    {\n                        \"Message\": \"Account was created\"\n                        if state == \"SUCCEEDED\"\n                        else f\"Failed: {response.get('CreateAccountStatus').get('FailureReason')}\",\n                        \"account_id\": account_id,\n                    },\n                )\n\n        elif request_type == \"Update\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Updated\"})\n        elif request_type == \"Delete\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\", {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v3/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v3/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-shared\", \"version\": \"v3\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for creating AWS accounts\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v3/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v3/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            account_name = event.get(\"ResourceProperties\").get(\"AccountName\")\n            email = event.get(\"ResourceProperties\").get(\"Email\")\n            iam_user_access_to_billing = event.get(\"ResourceProperties\").get(\n                \"IamUserAccessToBilling\"\n            )\n\n            with betterboto_client.CrossAccountClientContextManager(\n                \"organizations\",\n                assumable_role_in_root_account_arn,\n                \"assumable_org_role\",\n            ) as organizations:\n                logger.info(\"Checking if need to create\")\n                response = organizations.list_accounts_single_page()\n                for account in response.get(\"Accounts\", []):\n                    if account.get(\"Name\") == account_name:\n                        account_id = account.get(\"Id\")\n                        logger.info(\"Already created\")\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\"\n                            if account.get(\"Status\") == \"ACTIVE\"\n                            else \"FAILED\",\n                            {\n                                \"Message\": \"Account was already created\",\n                                \"account_id\": account_id,\n                            },\n                        )\n\n                logger.info(\"Creating account\")\n                response = organizations.create_account(\n                    Email=email,\n                    AccountName=account_name,\n                    RoleName=organization_account_access_role,\n                    IamUserAccessToBilling=iam_user_access_to_billing,\n                )\n                id = response.get(\"CreateAccountStatus\").get(\"Id\")\n                account_id = response.get(\"CreateAccountStatus\").get(\"AccountId\")\n                logger.info(\"Waiting\")\n                while response.get(\"CreateAccountStatus\").get(\"State\") == \"IN_PROGRESS\":\n                    logger.info(\n                        \"Still waiting: {}\".format(\n                            response.get(\"CreateAccountStatus\").get(\"State\")\n                        )\n                    )\n                    time.sleep(5)\n                    response = organizations.describe_create_account_status(\n                        CreateAccountRequestId=id\n                    )\n                state = response.get(\"CreateAccountStatus\").get(\"State\")\n                logger.info(f\"Finished: {state}\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\" if state == \"SUCCEEDED\" else \"FAILED\",\n                    {\n                        \"Message\": \"Account was created\"\n                        if state == \"SUCCEEDED\"\n                        else f\"Failed: {response.get('CreateAccountStatus').get('FailureReason')}\",\n                        \"account_id\": account_id,\n                    },\n                )\n\n        elif request_type == \"Update\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Updated\"})\n        elif request_type == \"Delete\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\", {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v4/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v4/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-shared\", \"version\": \"v4\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\nResources:\n  AccountCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      Account:\n        Type: Custom::CustomResource\n        Description: A custom resource representing an AWS Account\n        Properties:\n          ServiceToken: !Ref AccountVendingCreationLambda\n          Email: !Ref Email\n          AccountName: !Ref AccountName\n          IamUserAccessToBilling: !Ref IamUserAccessToBilling\n          TargetOU: !Ref TargetOU\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for creating AWS accounts\n      Role: !GetAtt AccountCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to create an account\n    Value: !GetAtt AccountCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v4/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared/v4/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            account_name = event.get(\"ResourceProperties\").get(\"AccountName\")\n            email = event.get(\"ResourceProperties\").get(\"Email\")\n            iam_user_access_to_billing = event.get(\"ResourceProperties\").get(\n                \"IamUserAccessToBilling\"\n            )\n\n            with betterboto_client.CrossAccountClientContextManager(\n                \"organizations\",\n                assumable_role_in_root_account_arn,\n                \"assumable_org_role\",\n            ) as organizations:\n                logger.info(\"Checking if need to create\")\n                response = organizations.list_accounts_single_page()\n                for account in response.get(\"Accounts\", []):\n                    if account.get(\"Name\") == account_name:\n                        account_id = account.get(\"Id\")\n                        logger.info(\"Already created\")\n                        send_response(\n                            event,\n                            context,\n                            \"SUCCESS\"\n                            if account.get(\"Status\") == \"ACTIVE\"\n                            else \"FAILED\",\n                            {\n                                \"Message\": \"Account was already created\",\n                                \"account_id\": account_id,\n                            },\n                        )\n\n                logger.info(\"Creating account\")\n                response = organizations.create_account(\n                    Email=email,\n                    AccountName=account_name,\n                    RoleName=organization_account_access_role,\n                    IamUserAccessToBilling=iam_user_access_to_billing,\n                )\n                id = response.get(\"CreateAccountStatus\").get(\"Id\")\n                logger.info(\"Waiting\")\n                while response.get(\"CreateAccountStatus\").get(\"State\") == \"IN_PROGRESS\":\n                    logger.info(\n                        \"Still waiting: {}\".format(\n                            response.get(\"CreateAccountStatus\").get(\"State\")\n                        )\n                    )\n                    time.sleep(5)\n                    response = organizations.describe_create_account_status(\n                        CreateAccountRequestId=id\n                    )\n                state = response.get(\"CreateAccountStatus\").get(\"State\")\n                account_id = response.get(\"CreateAccountStatus\").get(\"AccountId\")\n                logger.info(f\"Finished: {state}\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\" if state == \"SUCCEEDED\" else \"FAILED\",\n                    {\n                        \"Message\": \"Account was created\"\n                        if state == \"SUCCEEDED\"\n                        else f\"Failed: {response.get('CreateAccountStatus').get('FailureReason')}\",\n                        \"account_id\": account_id,\n                    },\n                )\n\n        elif request_type == \"Update\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Updated\"})\n        elif request_type == \"Delete\":\n            send_response(event, context, \"SUCCESS\", {\"Message\": \"Deleted\"})\n        else:\n            send_response(event, context, \"FAILED\", {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared-org-bootstrap/v1/README.md",
    "content": "# account-creation-shared-org-bootstrap\n# Description\nIAM Role needed to use AWS Organizations to create AWS Accounts.\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### ServiceCatalogToolsAccountId \nType: String  \nDescription: The account you will be installing AWS Service Catalog Factory into \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: Name of the IAM role used to access cross accounts for AWS Orgs usage \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used to list accounts for bootstrapping purposes \n\n## Resources\nThe list of resources this template creates:\n\n### AssumableRoleInRootAccount \nType: AWS::IAM::Role \nDescription: IAM Role needed by the account vending machine so it can create and move accounts\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nDescription: The ARN for your Assumable role in root account  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-creation-shared-org-bootstrap/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  IAM Role needed to use AWS Organizations to create AWS Accounts.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-creation-shared-org-bootstrap\", \"version\": \"v1\"}\n\nParameters:\n  ServiceCatalogToolsAccountId:\n    Description: The account you will be installing AWS Service Catalog Factory into\n    Type: String\n\n  OrganizationAccountAccessRole:\n    Description: Name of the IAM role used to access cross accounts for AWS Orgs usage\n    Default: OrganizationAccountAccessRole\n    Type: String\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgIAMRoleName:\n    Description: The name to use for IAM role that will be used to list accounts for bootstrapping purposes\n    Type: String\n\n\nResources:\n  AssumableRoleInRootAccount:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM Role needed by the account vending machine so it can create and move accounts\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:ListRoots\n                  - organizations:ListAccounts\n                  - organizations:ListParents\n                  - organizations:MoveAccount\n                  - organizations:CreateAccount\n                  - organizations:DescribeCreateAccountStatus\n                  - organizations:ListOrganizationalUnitsForParent\n                Resource: '*'\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Sub \"arn:aws:iam::*:role/${OrganizationAccountAccessRole}\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${ServiceCatalogToolsAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Description: The ARN for your Assumable role in root account\n    Value: !GetAtt AssumableRoleInRootAccount.Arn\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-details/v1/README.md",
    "content": "# account-details\n# Description\nTakes the given 'AccountName' and returns the account details\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn \nType: String  \nDescription: AWS IAM Role in the Organizations root account that is assumable from the account where this is provisoned\n \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountDetailsCRIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used for lambda when backing the account details custom resource \n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountDetailsCRArn \nDescription: Outputs the Function Arn so others can use it\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-details/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Takes the given 'AccountName' and returns the account details\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-details\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn:\n    Type: String\n    Description: |\n      AWS IAM Role in the Organizations root account that is assumable from the account where this is provisoned\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountDetailsCRIAMRoleName:\n    Description: The name to use for IAM role that will be used for lambda when backing the account details custom resource\n    Type: String\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-details-to-aws-account-id'\n      Handler: index.lambda_handler\n      Timeout: 10\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn\n      Code:\n        ZipFile: |\n          import logging\n          import boto3\n          import cfnresponse\n          import os\n          from boto3.session import Session\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN = os.getenv('ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN')\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] in ['Create', 'Update']:\n              account_name = event['ResourceProperties'].get('AccountName')\n              client = boto3.client('sts')\n              response = client.assume_role(RoleArn=ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN, RoleSessionName=\"RoleInRoot\")\n              credentials = response.get('Credentials')\n              org_client = Session().client(\n                service_name='organizations',\n                aws_access_key_id=credentials['AccessKeyId'],\n                aws_secret_access_key=credentials['SecretAccessKey'],\n                aws_session_token=credentials['SessionToken'],\n              )\n              a = False\n              p = {}\n              while a is False:\n                response = org_client.list_accounts(**p)\n                for account in response.get('Accounts', []):\n                  if account.get('Name') == account_name:\n                    a = account\n                p['NextToken'] = response.get('NextToken', False)\n                if a is False and p['NextToken'] is False:\n                  raise Exception(\"Could not find account\")\n\n              response_data = org_client.describe_account(AccountId=a.get('Id')).get('Account')\n              del response_data['JoinedTimestamp']\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['Id'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountDetailsCRIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn\n\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountDetailsCRArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/README.md",
    "content": "# account-details-org-bootstrap\n# Description\nIAM Role needed to use AWS Organizations to list AWS Accounts.\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### ServiceCatalogToolsAccountId \nType: String  \nDescription: The account where you have installed the Service Catalog tools. \n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountDetailsOrgIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used to list accounts for bootstrapping purposes \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCreationDetailsAssumableRole \nType: AWS::IAM::Role \nDescription: IAM Role needed so we can list accounts\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn \nDescription: The ARN for your Assumable role in root account  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-details-org-bootstrap/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  IAM Role needed to use AWS Organizations to list AWS Accounts.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-details-org-bootstrap\", \"version\": \"v1\"}\n\nParameters:\n  ServiceCatalogToolsAccountId:\n    Description: The account where you have installed the Service Catalog tools.\n    Type: String\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountDetailsOrgIAMRoleName:\n    Description: The name to use for IAM role that will be used to list accounts for bootstrapping purposes\n    Type: String\n\n\nResources:\n  AccountCreationDetailsAssumableRole:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM Role needed so we can list accounts\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountDetailsOrgIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      Policies:\n        - PolicyName: Organizations\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - organizations:ListAccounts\n                  - organizations:DescribeAccount\n                Resource: '*'\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${ServiceCatalogToolsAccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn:\n    Description: The ARN for your Assumable role in root account\n    Value: !GetAtt AccountCreationDetailsAssumableRole.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-type-to-organizational-unit-chooser/v1/README.md",
    "content": "# account-type-to-organizational-unit-chooser\n# Description\nTakes the given account type and returns the organizational unit it should be assigned to\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryIAMRolePath \nType: String  \nDescription: The path to use for IAM roles in this template \n### GovernanceAtScaleAccountFactoryAccountTypeChooserCRIAMRoleName \nType: String  \nDescription: The name to use for IAM role that will be used to list accounts for bootstrapping purposes \n\n## Resources\nThe list of resources this template creates:\n\n### Function \nType: AWS::Lambda::Function \nDescription: Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\nwill return an organizational_unit_id based on the dict organizational_unit_ids\n \n### Role \nType: AWS::IAM::Role \nDescription: IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn \nDescription: Outputs the Function Arn so others can use it\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-type-to-organizational-unit-chooser/v1/product.template.yaml",
    "content": "# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n    Takes the given account type and returns the organizational unit it should be assigned to\n    {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-type-to-organizational-unit-chooser\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  GovernanceAtScaleAccountFactoryAccountTypeChooserCRIAMRoleName:\n    Description: The name to use for IAM role that will be used to list accounts for bootstrapping purposes\n    Type: String\n\n\nResources:\n  Function:\n    Description: |\n      Lambda function to back an AWS CloudFormation custom resource.  This expects a ResourceProperty of AccountType and\n      will return an organizational_unit_id based on the dict organizational_unit_ids\n    Type: AWS::Lambda::Function\n    Properties:\n      FunctionName: 'account-type-to-organizational-unit-id'\n      Handler: index.lambda_handler\n      Timeout: 3\n      Role: !GetAtt Role.Arn\n      Runtime: python3.7\n      Code:\n        ZipFile: |\n          import logging\n          import cfnresponse\n\n          logger = logging.getLogger()\n          logger.setLevel(logging.INFO)\n\n          DEFAULT_OU_NAME = 'Root'\n          organizational_unit_names = {\n            'infra': {\n              'dev': 'ou-iexample1',\n              'test': 'ou-iexample2',\n              'pre-prod': 'ou-iexample3',\n              'prod': 'ou-iexample4',\n            },\n            'security': {\n              'dev': 'ou-sexample1',\n              'test': 'ou-sexample2',\n              'pre-prod': 'ou-sexample3',\n              'prod': 'ou-sexample4',\n            },\n            'workloads': {\n              'dev': 'ou-wexample1',\n              'test': 'ou-wexample2',\n              'pre-prod': 'ou-wexample3',\n              'prod': 'ou-wexample4',\n            },\n          }\n\n          def lambda_handler(event, context):\n            logger.info('got event {}'.format(event))\n            response_data = {}\n\n            if event['RequestType'] == 'Create':\n              account_type = event['ResourceProperties'].get('AccountType')\n              account_group = event['ResourceProperties'].get('AccountGroup')\n              organizational_unit_name = organizational_unit_names.get(account_group, {}).get(account_type, DEFAULT_OU_NAME)\n              response_data['OrganizationalUnitName'] = organizational_unit_name\n\n            else: # delete / update\n              pass\n\n            logger.info('response_data {}'.format(response_data))\n            cfnresponse.send(event, context, cfnresponse.SUCCESS, response_data, response_data['OrganizationalUnitName'])\n\n  Role:\n    Type: AWS::IAM::Role\n    Description: |\n      IAM role needed to execute account-type-to-organizational-unit-id.  Only needs basic access.\n    Properties:\n      RoleName: !Ref GovernanceAtScaleAccountFactoryAccountTypeChooserCRIAMRoleName\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n    Description: |\n      Outputs the Function Arn so others can use it\n    Value: !GetAtt Function.Arn\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v1/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to wait for an account to become available\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-waiter\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  ServiceCatalogPuppetVersion:\n    Type: String\n    Description: The version of service catalog puppet in use\n\nResources:\n  AccountWaiterCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountWaiterCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      AccountWaiter1:\n          Type: Custom::Resource\n          Description: A custom resource for waiting for an account to become active\n          Properties:\n            ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountWaiterArn\n            AccountId: !GetAtt Account.account_id\n            ServiceCatalogPuppetVersion: !Ref ServiceCatalogPuppetVersion\n            Handle: !Ref AccountWaiterConditionHandle1\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for waiting for AWS accounts\n      Role: !GetAtt AccountWaiterCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n          CODEBUILD_PROJECT_TO_RUN: !Ref AccountWaiterCodeBuildProject\n\n  AccountWaiterCodeBuildProjectRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n\n  AccountWaiterCodeBuildProject:\n    Type: AWS::CodeBuild::Project\n    Description: CodeBuild project used to wait for an account to become active\n    Properties:\n      Name: governance-at-scale-account-waiter\n      Description: \"waits for codebuild to become available in the specified account\"\n      ServiceRole: !GetAtt AccountWaiterCodeBuildProjectRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\n            Type: PLAINTEXT\n            Value: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE\n            Type: PLAINTEXT\n            Value: !Ref OrganizationAccountAccessRole\n          - Name: TARGET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: RESULTS_URL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: !Sub |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${ServiceCatalogPuppetVersion}\n            build:\n              commands:\n                - servicecatalog-puppet --info wait-for-code-build-in $ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN arn:${AWS::Partition}:iam::$TARGET_ACCOUNT_ID:role/$OrganizationAccountAccessRole\n                - >\n                  curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"SUCCESS\",\"Reason\" : \"Configuration Complete\",\"UniqueId\" : \"'$CODEBUILD_BUILD_NUMBER'\",\"Data\" : \"Application has completed configuration.\"}' $RESULTS_URL\n      TimeoutInMinutes: 480\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountWaiterCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to wait for an account to become available\n    Value: !GetAtt AccountWaiterCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v1/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            codebuild_project_to_run = os.environ.get(\"CODEBUILD_PROJECT_TO_RUN\")\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            with betterboto_client.ClientContextManager(\"codebuild\") as codebuild:\n                response = codebuild.start_build(\n                    projectName=codebuild_project_to_run,\n                    environmentVariablesOverride=[\n                        {\n                            \"name\": \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\",\n                            \"value\": assumable_role_in_root_account_arn,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\",\n                            \"value\": organization_account_access_role,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"TARGET_ACCOUNT_ID\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"TargetAccountId\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"RESULTS_URL\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"Handle\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                    ],\n                )\n                build_status = response.get(\"build\").get(\"buildStatus\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                    },\n                )\n\n        else:\n            send_response(\n                event,\n                context,\n                \"SUCCESS\",\n                {\n                    \"Message\": f\"{request_type} successful\",\n                },\n            )\n\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v2/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to wait for an account to become available\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-waiter\", \"version\": \"v2\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  ServiceCatalogPuppetVersion:\n    Type: String\n    Description: The version of service catalog puppet in use\n\nResources:\n  AccountWaiterCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountWaiterCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      AccountWaiter1:\n          Type: Custom::Resource\n          Description: A custom resource for waiting for an account to become active\n          Properties:\n            ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountWaiterArn\n            AccountId: !GetAtt Account.account_id\n            ServiceCatalogPuppetVersion: !Ref ServiceCatalogPuppetVersion\n            Handle: !Ref AccountWaiterConditionHandle1\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for waiting for AWS accounts\n      Role: !GetAtt AccountWaiterCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n          CODEBUILD_PROJECT_TO_RUN: !Ref AccountWaiterCodeBuildProject\n\n  AccountWaiterCodeBuildProjectRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n\n  AccountWaiterCodeBuildProject:\n    Type: AWS::CodeBuild::Project\n    Description: CodeBuild project used to wait for an account to become active\n    Properties:\n      Name: governance-at-scale-account-waiter\n      Description: \"waits for codebuild to become available in the specified account\"\n      ServiceRole: !GetAtt AccountWaiterCodeBuildProjectRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\n            Type: PLAINTEXT\n            Value: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE\n            Type: PLAINTEXT\n            Value: !Ref OrganizationAccountAccessRole\n          - Name: TARGET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: RESULTS_URL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: !Sub |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${ServiceCatalogPuppetVersion}\n            build:\n              commands:\n                - servicecatalog-puppet --info wait-for-code-build-in $ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN arn:${AWS::Partition}:iam::$TARGET_ACCOUNT_ID:role/$ORGANIZATION_ACCOUNT_ACCESS_ROLE\n                - >\n                  curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"SUCCESS\",\"Reason\" : \"Configuration Complete\",\"UniqueId\" : \"'$CODEBUILD_BUILD_NUMBER'\",\"Data\" : \"Application has completed configuration.\"}' $RESULTS_URL\n      TimeoutInMinutes: 480\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountWaiterCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to wait for an account to become available\n    Value: !GetAtt AccountWaiterCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v2/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            codebuild_project_to_run = os.environ.get(\"CODEBUILD_PROJECT_TO_RUN\")\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            with betterboto_client.ClientContextManager(\"codebuild\") as codebuild:\n                response = codebuild.start_build(\n                    projectName=codebuild_project_to_run,\n                    environmentVariablesOverride=[\n                        {\n                            \"name\": \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\",\n                            \"value\": assumable_role_in_root_account_arn,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\",\n                            \"value\": organization_account_access_role,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"TARGET_ACCOUNT_ID\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"TargetAccountId\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"RESULTS_URL\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"Handle\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                    ],\n                )\n                build_status = response.get(\"build\").get(\"buildStatus\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                    },\n                )\n\n        else:\n            send_response(\n                event,\n                context,\n                \"SUCCESS\",\n                {\n                    \"Message\": f\"{request_type} successful\",\n                },\n            )\n\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v3/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v3/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to wait for an account to become available\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"account-waiter\", \"version\": \"v3\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: |\n      The name of the IAM Role used for cross account assess for AWS Organs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\n  ServiceCatalogPuppetVersion:\n    Type: String\n    Description: The version of service catalog puppet in use\n\nResources:\n  AccountWaiterCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n              - Effect: Allow\n                Action:\n                  - codebuild: '*'\n                Resource: '*'\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  AccountWaiterCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      AccountWaiter1:\n          Type: Custom::Resource\n          Description: A custom resource for waiting for an account to become active\n          Properties:\n            ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountWaiterArn\n            AccountId: !GetAtt Account.account_id\n            ServiceCatalogPuppetVersion: !Ref ServiceCatalogPuppetVersion\n            Handle: !Ref AccountWaiterConditionHandle1\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for waiting for AWS accounts\n      Role: !GetAtt AccountWaiterCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          ORGANIZATION_ACCOUNT_ACCESS_ROLE: !Ref OrganizationAccountAccessRole\n          CODEBUILD_PROJECT_TO_RUN: !Ref AccountWaiterCodeBuildProject\n\n  AccountWaiterCodeBuildProjectRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"codebuild.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/AdministratorAccess\n\n  AccountWaiterCodeBuildProject:\n    Type: AWS::CodeBuild::Project\n    Description: CodeBuild project used to wait for an account to become active\n    Properties:\n      Name: governance-at-scale-account-waiter\n      Description: \"waits for codebuild to become available in the specified account\"\n      ServiceRole: !GetAtt AccountWaiterCodeBuildProjectRole.Arn\n      Artifacts:\n        Type: NO_ARTIFACTS\n      Environment:\n        Type: linuxContainer\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:4.0\n        EnvironmentVariables:\n          - Name: ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\n            Type: PLAINTEXT\n            Value: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          - Name: ORGANIZATION_ACCOUNT_ACCESS_ROLE\n            Type: PLAINTEXT\n            Value: !Ref OrganizationAccountAccessRole\n          - Name: TARGET_ACCOUNT_ID\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n          - Name: RESULTS_URL\n            Type: PLAINTEXT\n            Value: CHANGE_ME\n      Source:\n        Type: NO_SOURCE\n        BuildSpec: !Sub |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.x\n              commands:\n                - pip install aws-service-catalog-puppet==${ServiceCatalogPuppetVersion}\n            build:\n              commands:\n                - servicecatalog-puppet --info wait-for-code-build-in $ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN arn:${AWS::Partition}:iam::$TARGET_ACCOUNT_ID:role/$ORGANIZATION_ACCOUNT_ACCESS_ROLE\n                - >\n                  curl -X PUT -H 'Content-Type:' --data-binary '{\"Status\" : \"SUCCESS\",\"Reason\" : \"Configuration Complete\",\"UniqueId\" : \"'$CODEBUILD_BUILD_NUMBER'\",\"Data\" : \"Application has completed configuration.\"}' $RESULTS_URL\n      TimeoutInMinutes: 480\n\nOutputs:\n  GovernanceAtScaleAccountFactoryAccountWaiterCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to wait for an account to become available\n    Value: !GetAtt AccountWaiterCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v3/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/account-waiter/v3/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging, time\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        if request_type in [\"Create\", \"Update\"]:\n            codebuild_project_to_run = os.environ.get(\"CODEBUILD_PROJECT_TO_RUN\")\n            assumable_role_in_root_account_arn = os.environ.get(\n                \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n            )\n            organization_account_access_role = os.environ.get(\n                \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\"\n            )\n\n            with betterboto_client.ClientContextManager(\"codebuild\") as codebuild:\n                response = codebuild.start_build(\n                    projectName=codebuild_project_to_run,\n                    environmentVariablesOverride=[\n                        {\n                            \"name\": \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\",\n                            \"value\": assumable_role_in_root_account_arn,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"ORGANIZATION_ACCOUNT_ACCESS_ROLE\",\n                            \"value\": organization_account_access_role,\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"TARGET_ACCOUNT_ID\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"TargetAccountId\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                        {\n                            \"name\": \"RESULTS_URL\",\n                            \"value\": event.get(\"ResourceProperties\").get(\"Handle\"),\n                            \"type\": \"PLAINTEXT\",\n                        },\n                    ],\n                )\n                build_status = response.get(\"build\").get(\"buildStatus\")\n                send_response(\n                    event,\n                    context,\n                    \"SUCCESS\",\n                    {\n                        \"Message\": f\"{request_type} successful.  Build status: {build_status}\",\n                    },\n                )\n\n        else:\n            send_response(\n                event,\n                context,\n                \"SUCCESS\",\n                {\n                    \"Message\": f\"{request_type} successful\",\n                },\n            )\n\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-control-tower-account-factory/v1/README.md",
    "content": "# aws-control-tower-account-factory\n# Description\nAugments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS andreturns the account id as an output\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### AccountName \nType: String  \nDescription: The AWS Account Name \n### AccountEmail \nType: String  \nDescription: The account email. This must be unique across AWS and must already exist. \n### SSOUserFirstName \nType: String  \nDescription: SSO user first name. \n### SSOUserLastName \nType: String  \nDescription: SSO user last name. \n### SSOUserEmail \nType: String  \nDescription: SSO user email. A new SSO user will be created for this email, if it does not exist. This SSO user will be associated with the new managed Account. \n### AccountType \nType: String  \nDescription: Which stage of the SDLC is the account going to be used for \n### AccountGroup \nType: String  \nDescription: Which platform does the account belong to \n### GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn \nType: String  \nDescription: The ARN of the lambda that converts group and type to Arn \n### GovernanceAtScaleAccountFactoryAccountDetailsCRArn \nType: String  \nDescription: The ARN of the lambda that looks up account details for given account name \n### GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn \nType: String  \nDescription: The ARN of the lambda that will dispatch SNS notifications on account creation / update \n### GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn \nType: String  \nDescription: The ARN of the lambda that will bootstrap the created account as a spoke for SCT \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### TriggerCoreAccountFactory \nType: AWS::ServiceCatalog::CloudFormationProvisionedProduct  \n### AccountDetails \nType: Custom::Resource  \n### Notifier \nType: Custom::Resource  \n### Bootstraper \nType: Custom::CustomResource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \nDescription: AccountId for the newly created AWS Account\n  \n\n### AccountOrganizationalUnitName \nDescription: OrganizationalUnitName for the newly created AWS Account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-control-tower-account-factory/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  Augments AWS Control Tower Account Factory - simplifies user input, dispatches extra parameters via AWS SNS andreturns the account id as an output\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"aws-control-tower-account-factory\", \"version\": \"v1\"}\n\nParameters:\n  AccountName:\n    Description: The AWS Account Name\n    Type: String\n    AllowedPattern: '[a-zA-Z0-9][a-zA-Z0-9._-]*'\n  AccountEmail:\n    Description: The account email. This must be unique across AWS and must already\n      exist.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  SSOUserFirstName:\n    Description: SSO user first name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserLastName:\n    Description: SSO user last name.\n    Type: String\n    AllowedPattern: .{3,64}\n  SSOUserEmail:\n    Description: SSO user email. A new SSO user will be created for this email, if\n      it does not exist. This SSO user will be associated with the new managed Account.\n    Type: String\n    AllowedPattern: '[^\\s@]+@[^\\s@]+\\.[^\\s@]+'\n  AccountType:\n    Type: String\n    Description: Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n  AccountGroup:\n    Type: String\n    Description: Which platform does the account belong to\n    AllowedValues:\n      - workloads\n\n  GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n    Type: String\n    Description: The ARN of the lambda that converts group and type to Arn\n\n  GovernanceAtScaleAccountFactoryAccountDetailsCRArn:\n    Type: String\n    Description: The ARN of the lambda that looks up account details for given account name\n\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n    Type: String\n    Description: The ARN of the lambda that will dispatch SNS notifications on account creation / update\n\n  GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n    Type: String\n    Description: The ARN of the lambda that will bootstrap the created account as a spoke for SCT\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        Ref: GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n      AccountType:\n        Ref: AccountType\n      AccountGroup:\n        Ref: AccountGroup\n  TriggerCoreAccountFactory:\n    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct\n    DeletionPolicy: Retain\n    Properties:\n      ProductName: AWS Control Tower Account Factory\n      ProvisioningArtifactName: AWS Control Tower Account Factory\n      ProvisionedProductName:\n        Fn::Sub:\n          - Account-${AccountName}\n          - {}\n      ProvisioningParameters:\n        - Key: AccountName\n          Value:\n            Ref: AccountName\n        - Key: AccountEmail\n          Value:\n            Ref: AccountEmail\n        - Key: SSOUserFirstName\n          Value:\n            Ref: SSOUserFirstName\n        - Key: SSOUserLastName\n          Value:\n            Ref: SSOUserLastName\n        - Key: SSOUserEmail\n          Value:\n            Ref: SSOUserEmail\n        - Key: ManagedOrganizationalUnit\n          Value:\n            Fn::GetAtt:\n              - OUDetails\n              - OrganizationalUnitName\n  AccountDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        Ref: GovernanceAtScaleAccountFactoryAccountDetailsCRArn\n      AccountName:\n        Ref: AccountName\n\n  Notifier:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken:\n        Ref: GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n      AccountName:\n        Ref: AccountName\n      AccountEmail:\n        Ref: AccountEmail\n      SSOUserFirstName:\n        Ref: SSOUserFirstName\n      SSOUserLastName:\n        Ref: SSOUserLastName\n      SSOUserEmail:\n        Ref: SSOUserEmail\n      ManagedOrganizationalUnit:\n        Fn::GetAtt:\n          - OUDetails\n          - OrganizationalUnitName\n      AccountId:\n        Fn::GetAtt:\n          - AccountDetails\n          - Id\n  Bootstraper:\n    Type: Custom::CustomResource\n    DeletionPolicy: Retain\n    DependsOn: TriggerCoreAccountFactory\n    Properties:\n      ServiceToken:\n        Ref: GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n      OrganizationAccountAccessRoleName: 'AWSControlTowerExecution'\n      TargetAccountId: !GetAtt TriggerCoreAccountFactory.Outputs.AccountId\n      PuppetAccountId: !Sub \"${AWS::AccountId}\"\n\nOutputs:\n  AccountId:\n    Description: \"AccountId for the newly created AWS Account\\n\"\n    Value:\n      Fn::GetAtt:\n        - AccountDetails\n        - Id\n  AccountOrganizationalUnitName:\n    Description: \"OrganizationalUnitName for the newly created AWS Account\\n\"\n    Value:\n      Fn::GetAtt:\n        - OUDetails\n        - OrganizationalUnitName\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v1/README.md",
    "content": "# aws-service-catalog-account-creation\n# Description\naccount-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same accountbefore this will work - they build some resources needed for this to work and they provision the SSM params with thecorrect ARNs so this works with no copy and pasting.Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you canprovision products into the account.\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### Email \nType: String  \nDescription: The email address to use for the account that is to be created \n### AccountName \nType: String  \nDescription: The name to use for the account that is to be created \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the role to be created in the account that allows Organizations access \n### IamUserAccessToBilling \nType: String \nDefault: ALLOW  \n### AccountGroup \nType: String  \nDescription: Which platform does the account belong to \n### AccountType \nType: String  \nDescription: Which stage of the SDLC is the account going to be used for \n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nType: String \nDefault: account-vending-creation-lambda \nDescription: The ARN of the account creation lambda \n### GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn \nType: String \nDefault: account-vending-bootstrapper-lambda \nDescription: The ARN of the account bootstrapping lambda \n### GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn \nType: String  \nDescription: The ARN of the lambda that converts group and type to Arn \n### GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn \nType: String  \nDescription: The ARN of the lambda that will dispatch SNS notifications on account creation / update \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### Account \nType: Custom::CustomResource \nDescription: A custom resource representing an AWS Account \n### Notifier \nType: Custom::Resource  \n### Bootstrap \nType: Custom::CustomResource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  account-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same accountbefore this will work - they build some resources needed for this to work and they provision the SSM params with thecorrect ARNs so this works with no copy and pasting.Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you canprovision products into the account.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"aws-service-catalog-account-creation\", \"version\": \"v1\"}\n\nParameters:\n  Email:\n    Type: String\n    Description: The email address to use for the account that is to be created\n  AccountName:\n    Type: String\n    Description: The name to use for the account that is to be created\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: The name of the role to be created in the account that allows Organizations access\n  IamUserAccessToBilling:\n    Type: String\n    Default: \"ALLOW\"\n    AllowedValues: ['ALLOW', 'DENY']\n  AccountGroup:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - Security\n      - Infrastructure\n      - Workload\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Type: String\n    Default: account-vending-creation-lambda\n    Description: The ARN of the account creation lambda\n  GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n    Type: String\n    Default: account-vending-bootstrapper-lambda\n    Description: The ARN of the account bootstrapping lambda\n  GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n    Type: String\n    Description: The ARN of the lambda that converts group and type to Arn\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n    Type: String\n    Description: The ARN of the lambda that will dispatch SNS notifications on account creation / update\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n      AccountType: !Ref AccountType\n      AccountGroup: !Ref AccountGroup\n\n  Account:\n    Type: Custom::CustomResource\n    Description: A custom resource representing an AWS Account\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountCreationCRArn\n      Email: !Ref Email\n      AccountName: !Ref AccountName\n      IamUserAccessToBilling: !Ref IamUserAccessToBilling\n      TargetOU: !GetAtt OUDetails.OrganizationalUnitName\n\n  Notifier:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref Email\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitName\n      AccountId: !GetAtt Account.account_id\n\n  Bootstrap:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n      OrganizationAccountAccessRoleName: !Ref OrganizationAccountAccessRole\n      TargetAccountId: !GetAtt Account.account_id\n      PuppetAccountId: !Sub \"${AWS::AccountId}\"\n\nOutputs:\n  AccountId:\n    Value: !GetAtt Account.account_id"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v2/README.md",
    "content": "# aws-service-catalog-account-creation\n# Description\naccount-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same accountbefore this will work - they build some resources needed for this to work and they provision the SSM params with thecorrect ARNs so this works with no copy and pasting.Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you canprovision products into the account.\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### Email \nType: String  \nDescription: The email address to use for the account that is to be created \n### AccountName \nType: String  \nDescription: The name to use for the account that is to be created \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the role to be created in the account that allows Organizations access \n### IamUserAccessToBilling \nType: String \nDefault: ALLOW  \n### AccountGroup \nType: String  \nDescription: Which platform does the account belong to \n### AccountType \nType: String  \nDescription: Which stage of the SDLC is the account going to be used for \n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nType: String \nDefault: account-vending-creation-lambda \nDescription: The ARN of the account creation lambda \n### GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn \nType: String \nDefault: account-vending-bootstrapper-lambda \nDescription: The ARN of the account bootstrapping lambda \n### GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn \nType: String  \nDescription: The ARN of the lambda that converts group and type to Arn \n### GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn \nType: String  \nDescription: The ARN of the lambda that will dispatch SNS notifications on account creation / update \n\n## Resources\nThe list of resources this template creates:\n\n### OUDetails \nType: Custom::Resource  \n### Account \nType: Custom::CustomResource \nDescription: A custom resource representing an AWS Account \n### Notifier \nType: Custom::Resource  \n### Bootstrap \nType: Custom::CustomResource  \n\n## Outputs\nThe list of outputs this template exposes:\n\n### AccountId \n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/aws-service-catalog-account-creation/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  account-bootstrap-shared-product and account-creation-shared-product must both be provisioned into the same accountbefore this will work - they build some resources needed for this to work and they provision the SSM params with thecorrect ARNs so this works with no copy and pasting.Provisioning this template will create an AWS Account and bootstrap it using aws-service-catalog-puppet so you canprovision products into the account.\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"aws-service-catalog-account-creation\", \"version\": \"v1\"}\n\nParameters:\n  Email:\n    Type: String\n    Description: The email address to use for the account that is to be created\n  AccountName:\n    Type: String\n    Description: The name to use for the account that is to be created\n  OrganizationAccountAccessRole:\n    Type: String\n    Default: OrganizationAccountAccessRole\n    Description: The name of the role to be created in the account that allows Organizations access\n  IamUserAccessToBilling:\n    Type: String\n    Default: \"ALLOW\"\n    AllowedValues: ['ALLOW', 'DENY']\n  AccountGroup:\n    Type: String\n    Description: >-\n      Which platform does the account belong to\n    AllowedValues:\n      - Security\n      - Infrastructure\n      - Workload\n  AccountType:\n    Type: String\n    Description: >-\n      Which stage of the SDLC is the account going to be used for\n    AllowedValues:\n      - dev\n      - test\n      - preprod\n      - prod\n\n  GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n    Type: String\n    Default: account-vending-creation-lambda\n    Description: The ARN of the account creation lambda\n  GovernanceAtScaleAccountFactoryMoveToOUArn:\n    Type: String\n    Default: account-vending-move-to-ou-lambda\n    Description: The ARN of the move to ou lambda\n  GovernanceAtScaleAccountFactoryAccountWaiterArn:\n    Type: String\n    Default: account-vending-account-waiter-lambda\n    Description: The ARN of the move to ou lambda\n  GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n    Type: String\n    Default: account-vending-bootstrapper-lambda\n    Description: The ARN of the account bootstrapping lambda\n  GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n    Type: String\n    Description: The ARN of the lambda that converts group and type to Arn\n  GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n    Type: String\n    Description: The ARN of the lambda that will dispatch SNS notifications on account creation / update\n\n  ServiceCatalogPuppetVersion:\n    Type: String\n    Description: The version of service catalog puppet in use\n\n\nResources:\n  OUDetails:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n      AccountType: !Ref AccountType\n      AccountGroup: !Ref AccountGroup\n\n  Account:\n    Type: Custom::Resource\n    Description: A custom resource representing an AWS Account\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountCreationCRArn\n      Email: !Ref Email\n      AccountName: !Ref AccountName\n      IamUserAccessToBilling: !Ref IamUserAccessToBilling\n\n  MoveToOU:\n    Type: Custom::Resource\n    Description: A custom resource for moving an account to an OU\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryMoveToOUArn\n      AccountType: !Ref AccountType\n      AccountGroup: !Ref AccountGroup\n      TargetOU: !GetAtt OUDetails.OrganizationalUnitName\n      AccountId: !GetAtt Account.account_id\n\n  AccountWaiterConditionHandle1:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Properties: {}\n\n  AccountWaiter1:\n    Type: Custom::Resource\n    Description: A custom resource for waiting for an account to become active\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountWaiterArn\n      AccountId: !GetAtt Account.account_id\n      ServiceCatalogPuppetVersion: !Ref ServiceCatalogPuppetVersion\n      Handle: !Ref AccountWaiterConditionHandle1\n\n  AccountWaiterCondition1:\n    Type: AWS::CloudFormation::WaitCondition\n    DependsOn: AccountWaiter1\n    Properties:\n      Handle: !Ref AccountWaiterConditionHandle1\n      Timeout: 28800\n\n  Notifier:\n    Type: Custom::Resource\n    DeletionPolicy: Retain\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n      AccountName: !Ref AccountName\n      AccountEmail: !Ref Email\n      ManagedOrganizationalUnit: !GetAtt OUDetails.OrganizationalUnitName\n      AccountId: !GetAtt Account.account_id\n\n  AccountBootstrapConditionHandle1:\n    Type: AWS::CloudFormation::WaitConditionHandle\n    Properties: {}\n\n  Bootstrap:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !Ref GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n      OrganizationAccountAccessRoleName: !Ref OrganizationAccountAccessRole\n      TargetAccountId: !GetAtt Account.account_id\n      PuppetAccountId: !Sub \"${AWS::AccountId}\"\n      Handle: !Ref AccountBootstrapConditionHandle1\n\n  AccountBootstrapCondition1:\n    Type: AWS::CloudFormation::WaitCondition\n    DependsOn: Bootstrap\n    Properties:\n      Handle: !Ref AccountBootstrapConditionHandle1\n      Timeout: 28800\n\nOutputs:\n  AccountId:\n    Value: !GetAtt Account.account_id"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/manifest.yaml",
    "content": "launches:\n  account-bootstrap-shared:\n    depends_on:\n      - account-bootstrap-shared-org-bootstrap\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-bootstrap-shared/GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n          stack_output: GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n    parameters:\n      AssumableRoleArnInRootAccountForBootstrapping:\n        ssm:\n          name: /governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/AssumableRoleArnInRootAccountForBootstrapping\n      GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperIAMRoleName:\n        default: AccountBootstrapSharedBootstrapperIAMRoleName\n      GovernanceAtScaleAccountFactoryAccountBootstrapSharedCustomResourceIAMRoleName:\n        default: AccountBootstrapSharedCustomResourceIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    portfolio: demo-central-it-team-portfolio\n    product: account-bootstrap-shared\n    version: v2\n  account-bootstrap-shared-org-bootstrap:\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:org_management\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-bootstrap-shared-org-bootstrap/AssumableRoleArnInRootAccountForBootstrapping\n          stack_output: AssumableRoleArnInRootAccountForBootstrapping\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountBootstrapSharedBootstrapperOrgIAMRoleName:\n        default: AccountBootstrapSharedBootstrapperOrgIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n      OrganizationAccountAccessRole:\n        default: OrganizationAccountAccessRole\n      ServiceCatalogToolsAccountId:\n        default: SET_ME\n    portfolio: demo-central-it-team-portfolio\n    product: account-bootstrap-shared-org-bootstrap\n    version: v1\n  account-create-update-notifier:\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-create-update-notifier/AccountCreateUpdateNotifierTopicArn\n          stack_output: AccountCreateUpdateNotifierTopicArn\n        - param_name: /governance-at-scale-account-factory/account-create-update-notifier/AccountCreateUpdateNotifierTopicName\n          stack_output: AccountCreateUpdateNotifierTopicName\n        - param_name: /governance-at-scale-account-factory/account-create-update-notifier/GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountCreateUpdateCRIAMRoleName:\n        default: AccountCreateUpdateCRIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    portfolio: demo-central-it-team-portfolio\n    product: account-create-update-notifier\n    version: v1\n  account-creation-notifier-cfh-handler:\n    depends_on:\n      - account-create-update-notifier\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    parameters:\n      AccountCreateUpdateNotifierTopicArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-create-update-notifier/AccountCreateUpdateNotifierTopicArn\n      GovernanceAtScaleAccountFactoryAccountCreateUpdateCFHHandlerIAMRoleName:\n        default: AccountCreateUpdateCFHHandlerIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    portfolio: demo-central-it-team-portfolio\n    product: account-creation-notifier-cfh-handler\n    version: v1\n  account-creation-shared:\n    depends_on:\n      - account-creation-shared-org-bootstrap\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-creation-shared/GovernanceAtScaleAccountFactoryAccountCreationCRArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountCreationCRArn\n    parameters:\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n      GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-creation-shared-org-bootstrap/GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      OrganizationAccountAccessRole:\n        default: OrganizationAccountAccessRole\n    portfolio: demo-central-it-team-portfolio\n    product: account-creation-shared\n    version: v4\n  account-creation-shared-org-bootstrap:\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:org_management\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-creation-shared-org-bootstrap/GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountCreationSharedOrgIAMRoleName:\n        default: AccountCreationSharedOrgIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n      OrganizationAccountAccessRole:\n        default: OrganizationAccountAccessRole\n      ServiceCatalogToolsAccountId:\n        default: SET_ME\n    portfolio: demo-central-it-team-portfolio\n    product: account-creation-shared-org-bootstrap\n    version: v1\n  account-details:\n    depends_on:\n      - account-details-org-bootstrap\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-details/GovernanceAtScaleAccountFactoryAccountDetailsCRArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountDetailsCRArn\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountDetailsCRIAMRoleName:\n        default: AccountDetailsCRIAMRoleName\n      GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-details-org-bootstrap/GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    portfolio: demo-central-it-team-portfolio\n    product: account-details\n    version: v1\n  account-details-org-bootstrap:\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:org_management\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-details-org-bootstrap/GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountDetailsOrgRoleArn\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountDetailsOrgIAMRoleName:\n        default: AccountDetailsOrgIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n      ServiceCatalogToolsAccountId:\n        default: SET_ME\n    portfolio: demo-central-it-team-portfolio\n    product: account-details-org-bootstrap\n    version: v1\n  account-type-to-organizational-unit-chooser:\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-type-to-organizational-unit-chooser/GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountTypeChooserCRIAMRoleName:\n        default: AccountTypeChooserCRIAMRoleName\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    portfolio: demo-central-it-team-portfolio\n    product: account-type-to-organizational-unit-chooser\n    version: v1\n\n  move-to-ou:\n    depends_on:\n      - account-creation-shared-org-bootstrap\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: role:puppethub\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-creation-shared-org-bootstrap/GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/move-to-ou/GovernanceAtScaleAccountFactoryMoveToOUCRArn\n          stack_output: GovernanceAtScaleAccountFactoryMoveToOUCRArn\n    portfolio: example-account-vending-account-vending\n    product: move-to-ou\n    version: v3\n\n  account-waiter:\n    depends_on:\n      - account-creation-shared-org-bootstrap\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: role:puppethub\n    parameters:\n      GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-creation-shared-org-bootstrap/GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      GovernanceAtScaleAccountFactoryIAMRolePath:\n        default: /AccountFactoryIAMRolePath/\n    outputs:\n      ssm:\n        - param_name: /governance-at-scale-account-factory/account-waiter/GovernanceAtScaleAccountFactoryAccountWaiterCRArn\n          stack_output: GovernanceAtScaleAccountFactoryAccountWaiterCRArn\n    portfolio: example-account-vending-account-vending\n    product: account-waiter\n    version: v3\n\n  aws-control-tower-account-factory-account:\n    depends_on:\n      - account-type-to-organizational-unit-chooser\n      - account-details\n      - account-create-update-notifier\n      - account-bootstrap-shared\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    parameters:\n      AccountEmail:\n        default: emailme@example.com\n      AccountGroup:\n        default: workloads\n      AccountName:\n        default: devaccountforteamx\n      AccountType:\n        default: dev\n      GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-create-update-notifier/GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n      GovernanceAtScaleAccountFactoryAccountDetailsCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-details/GovernanceAtScaleAccountFactoryAccountDetailsCRArn\n      GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-type-to-organizational-unit-chooser/GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n      GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-bootstrap-shared/GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n      SSOUserEmail:\n        default: emailme@example.com\n      SSOUserFirstName:\n        default: Jane\n      SSOUserLastName:\n        default: Doe\n    portfolio: demo-central-it-team-portfolio\n    product: aws-control-tower-account-factory\n    version: v1\n\n  aws-service-catalog-account-factory-account:\n    depends_on:\n      - account-type-to-organizational-unit-chooser\n      - account-details\n      - account-create-update-notifier\n      - account-bootstrap-shared\n      - account-waiter\n      - move-to-ou\n    deploy_to:\n      tags:\n        - regions: default_region\n          tag: scope:puppet_account\n    parameters:\n      AccountEmail:\n        default: emailme@example.com\n      AccountGroup:\n        default: workloads\n      AccountName:\n        default: devaccountforteamx\n      AccountType:\n        default: dev\n      GovernanceAtScaleAccountFactoryAccountCreationCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-creation-shared/GovernanceAtScaleAccountFactoryAccountCreationCRArn\n      GovernanceAtScaleAccountFactoryMoveToOUArn:\n        ssm:\n          name: /governance-at-scale-account-factory/move-to-ou/GovernanceAtScaleAccountFactoryMoveToOUCRArn\n\n      GovernanceAtScaleAccountFactoryAccountWaiterArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-waiter/GovernanceAtScaleAccountFactoryAccountWaiterCRArn\n      GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-bootstrap-shared/GovernanceAtScaleAccountFactoryBootstrapperProjectCustomResourceArn\n      GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-type-to-organizational-unit-chooser/GovernanceAtScaleAccountFactoryAccountTypeToOUChooserCRArn\n      GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn:\n        ssm:\n          name: /governance-at-scale-account-factory/account-create-update-notifier/GovernanceAtScaleAccountFactoryAccountCreateUpdateNotifierCRArn\n      ServiceCatalogPuppetVersion:\n        default: 0.89.0\n\n      SSOUserEmail:\n        default: eamonnf+@example.com\n      SSOUserFirstName:\n        default: Jane\n      SSOUserLastName:\n        default: Doe\n    portfolio: demo-central-it-team-portfolio\n    product: aws-service-catalog-account-creation\n    version: v2\nschema: puppet-2019-04-01\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v1/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to create an AWS Account\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"move-to-ou\", \"version\": \"v1\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\nResources:\n  MoveToOUCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  MoveToOUCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      MoveToOU:\n        Type: Custom::Resource\n        Description: A custom resource for moving an account to an OU\n        Properties:\n          ServiceToken: !Ref GovernanceAtScaleAccountFactoryMoveToOUCreationCRArn\n          AccountType: !Ref AccountType\n          AccountGroup: !Ref AccountGroup\n          TargetOU: !GetAtt OUDetails.OrganizationalUnitName\n          AccountId: !GetAtt Account.account_id\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for creating AWS accounts\n      Role: !GetAtt MoveToOUCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n\nOutputs:\n  GovernanceAtScaleAccountFactoryMoveToOUCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to move accounts to different OUs\n    Value: !GetAtt MoveToOUCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v1/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        assumable_role_in_root_account_arn = os.environ.get(\n            \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n        )\n        with betterboto_client.CrossAccountClientContextManager(\n                \"organizations\", assumable_role_in_root_account_arn, \"assumable_org_role\"\n        ) as organizations:\n            if request_type in [\"Create\", \"Update\"]:\n                target_ou = event.get(\"ResourceProperties\").get(\"TargetOU\")\n                account_id = event.get(\"ResourceProperties\").get(\"AccountId\")\n\n                result = organizations.list_parents_single_page(ChildId=account_id)\n                if len(result.get(\"Parents\", [])) != 1:\n                    raise Exception(\n                        f\"There were unexpected parents for the account_id {account_id}: {json.dumps(result)}\"\n                    )\n                current_ou = result.get(\"Parents\")[0].get('Id')\n                if str(target_ou) != \"None\" and current_ou != target_ou:\n                    logger.info(\"Moving account to new OU\")\n                    response = organizations.list_roots()\n                    if len(response.get(\"Roots\")) != 1:\n                        raise Exception(\"nRoots: {}\".format(len(response.get(\"Roots\"))))\n                    if str(target_ou).startswith(\"/\"):\n                        target = organizations.convert_path_to_ou(target_ou)\n                    else:\n                        target = target_ou\n                    organizations.move_account(\n                        AccountId=account_id,\n                        SourceParentId=current_ou,\n                        DestinationParentId=target,\n                    )\n\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": f\"Moved to {target}\",\n                            \"account_id\": account_id,\n                        },\n                    )\n\n            elif request_type == \"Delete\":\n                send_response(event, context, \"SUCCESS\", {\"Message\": \"Deleted\"})\n            else:\n                send_response(event, context, \"FAILED\", {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v2/README.md",
    "content": "# account-creation-shared\n# Description\nLambda for backing custom resources to create an AWS Account\n \n\n\n## Parameters\nThe list of parameters for this template:\n\n### GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn \nType: String  \nDescription: The Arn of the role to be used to interact with AWS Orgs\n \n### OrganizationAccountAccessRole \nType: String \nDefault: OrganizationAccountAccessRole \nDescription: The name of the IAM Role used for cross account assess for AWS Organs\n \n\n## Resources\nThe list of resources this template creates:\n\n### AccountCustomResourceRole \nType: AWS::IAM::Role  \n### AccountCustomResource \nType: AWS::Serverless::Function \nDescription: The lambda function that creates an account when called using a CloudFormation Custom Resource:\n```yaml\nAccount:\n  Type: Custom::CustomResource\n  Description: A custom resource representing an AWS Account\n  Properties:\n    ServiceToken: !Ref AccountVendingCreationLambda\n    Email: !Ref Email\n    AccountName: !Ref AccountName\n    IamUserAccessToBilling: !Ref IamUserAccessToBilling\n    TargetOU: !Ref TargetOU\n```\n \n\n## Outputs\nThe list of outputs this template exposes:\n\n### GovernanceAtScaleAccountFactoryAccountCreationCRArn \nDescription: the Arn of the custom resource that can be used to create an account\n  \n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: |\n  Lambda for backing custom resources to move an account into the correct OU\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"governance-at-scale-account-factory\", \"product\": \"move-to-ou\", \"version\": \"v2\"}\n\nParameters:\n  GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn:\n    Type: String\n    Description: |\n      The Arn of the role to be used to interact with AWS Orgs\n\n  GovernanceAtScaleAccountFactoryIAMRolePath:\n    Description: The path to use for IAM roles in this template\n    Type: String\n\nResources:\n  MoveToOUCustomResourceRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: !Ref GovernanceAtScaleAccountFactoryIAMRolePath\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: ServiceCatalogActions\n          PolicyDocument:\n            Version: 2012-10-17\n            Statement:\n              - Effect: Allow\n                Action:\n                  - sts:AssumeRole\n                Resource: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"sts:AssumeRole\"\n          - Effect: \"Allow\"\n            Principal:\n              Service:\n                - \"lambda.amazonaws.com\"\n            Action:\n              - \"sts:AssumeRole\"\n\n  MoveToOUCustomResource:\n    Type: AWS::Serverless::Function\n    Description: |\n      The lambda function that creates an account when called using a CloudFormation Custom Resource:\n      ```yaml\n      MoveToOU:\n        Type: Custom::Resource\n        Description: A custom resource for moving an account to an OU\n        Properties:\n          ServiceToken: !Ref GovernanceAtScaleAccountFactoryMoveToOUCreationCRArn\n          AccountType: !Ref AccountType\n          AccountGroup: !Ref AccountGroup\n          TargetOU: !GetAtt OUDetails.OrganizationalUnitName\n          AccountId: !GetAtt Account.account_id\n      ```\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      Description: Lambda for creating AWS accounts\n      Role: !GetAtt MoveToOUCustomResourceRole.Arn\n      Runtime: python3.7\n      Timeout: 900\n      Environment:\n        Variables:\n          ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN: !Ref GovernanceAtScaleAccountFactoryAccountCreationSharedOrgRoleArn\n\nOutputs:\n  GovernanceAtScaleAccountFactoryMoveToOUCRArn:\n    Description: |\n      the Arn of the custom resource that can be used to move accounts to different OUs\n    Value: !GetAtt MoveToOUCustomResource.Arn"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v2/requirements.txt",
    "content": "better-boto==0.25.0"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/move-to-ou/v2/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport json, logging\nfrom urllib.request import Request, urlopen\nfrom betterboto import client as betterboto_client\nimport os\n\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n\ndef handler(event, context):\n    request_type = event[\"RequestType\"]\n    try:\n        logger.info(request_type)\n\n        assumable_role_in_root_account_arn = os.environ.get(\n            \"ASSUMABLE_ROLE_IN_ROOT_ACCOUNT_ARN\"\n        )\n        with betterboto_client.CrossAccountClientContextManager(\n                \"organizations\", assumable_role_in_root_account_arn, \"assumable_org_role\"\n        ) as organizations:\n            if request_type in [\"Create\", \"Update\"]:\n                target_ou = event.get(\"ResourceProperties\").get(\"TargetOU\")\n                account_id = event.get(\"ResourceProperties\").get(\"AccountId\")\n\n                result = organizations.list_parents_single_page(ChildId=account_id)\n                if len(result.get(\"Parents\", [])) != 1:\n                    raise Exception(\n                        f\"There were unexpected parents for the account_id {account_id}: {json.dumps(result)}\"\n                    )\n                current_ou = result.get(\"Parents\")[0].get('Id')\n                if current_ou == target_ou:\n                    logger.info(\"Nothing to do\")\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": f\"Left in {current_ou}\",\n                            \"account_id\": account_id,\n                        },\n                    )\n\n                elif str(target_ou) != \"None\" and current_ou != target_ou:\n                    logger.info(\"Moving account to new OU\")\n                    response = organizations.list_roots()\n                    if len(response.get(\"Roots\")) != 1:\n                        raise Exception(\"nRoots: {}\".format(len(response.get(\"Roots\"))))\n                    if str(target_ou).startswith(\"/\"):\n                        target = organizations.convert_path_to_ou(target_ou)\n                    else:\n                        target = target_ou\n                    organizations.move_account(\n                        AccountId=account_id,\n                        SourceParentId=current_ou,\n                        DestinationParentId=target,\n                    )\n\n                    send_response(\n                        event,\n                        context,\n                        \"SUCCESS\",\n                        {\n                            \"Message\": f\"Moved to {target}\",\n                            \"account_id\": account_id,\n                        },\n                    )\n\n            elif request_type == \"Delete\":\n                send_response(event, context, \"SUCCESS\", {\"Message\": \"Deleted\"})\n            else:\n                send_response(event, context, \"FAILED\", {\"Message\": \"Unexpected\"})\n    except Exception as ex:\n        logger.error(ex)\n        send_response(event, context, \"FAILED\", {\"Message\": \"Exception\"})\n\n\ndef send_response(e, c, rs, rd):\n    r = json.dumps(\n        {\n            \"Status\": rs,\n            \"Reason\": \"CloudWatch Log Stream: \" + c.log_stream_name,\n            \"PhysicalResourceId\": c.log_stream_name,\n            \"StackId\": e[\"StackId\"],\n            \"RequestId\": e[\"RequestId\"],\n            \"LogicalResourceId\": e[\"LogicalResourceId\"],\n            \"Data\": rd,\n        }\n    )\n    d = str.encode(r)\n    h = {\"content-type\": \"\", \"content-length\": str(len(d))}\n    req = Request(e[\"ResponseURL\"], data=d, method=\"PUT\", headers=h)\n    r = urlopen(req)\n    logger.info(\"Status message: {} {}\".format(r.msg, r.getcode()))\n"
  },
  {
    "path": "unsorted/governance-at-scale-account-factory/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Description: account-creation-notifier-cfh-handler\n      Distributor: CCOE\n      Name: account-creation-notifier-cfh-handler\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-creation-notifier-cfh-handler\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Lambda to back a custom resource that dispatches notifications\n            to an included SNS Topic\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-creation-notifier-cfh-handler\n    - Description: account-creation-shared-org-bootstrap\n      Distributor: CCOE\n      Name: account-creation-shared-org-bootstrap\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-creation-shared-org-bootstrap\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: IAM Role needed to use AWS Organizations to create AWS Accounts.\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-creation-shared-org-bootstrap\n    - Description: account-type-to-organizational-unit-chooser\n      Distributor: CCOE\n      Name: account-type-to-organizational-unit-chooser\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-type-to-organizational-unit-chooser\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Takes the given account type and returns the organizational unit\n            it should be assigned to\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-type-to-organizational-unit-chooser\n    - Description: account-bootstrap-shared\n      Distributor: CCOE\n      Name: account-bootstrap-shared\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-bootstrap-shared\n        Provider: CodeCommit\n      BuildSpec: |\n        version: 0.2\n        phases:\n          install:\n            runtime-versions:\n              python: 3.x\n          build:\n            commands:\n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Creates, codebuild project that can be run to bootstrap an account\n            and lambda function that can be used to back a custom resource so the codebuild\n            project can be started from CloudFormation\n          Name: v2\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v2\n              RepositoryName: account-bootstrap-shared\n    - Description: account-creation-shared\n      Distributor: CCOE\n      Name: account-creation-shared\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-creation-shared\n        Provider: CodeCommit\n      BuildSpec: |\n        version: 0.2\n        phases:\n          install:\n            runtime-versions:\n              python: 3.x\n          build:\n            commands:\n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Lambda for backing custom resources to create an AWS Account\n          Name: v4\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v4\n              RepositoryName: account-creation-shared\n    - Description: account-create-update-notifier\n      Distributor: CCOE\n      Name: account-create-update-notifier\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-create-update-notifier\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Lambda to back a custom resource that dispatches notifications\n            to an included SNS Topic\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-create-update-notifier\n    - Description: account-bootstrap-shared-org-bootstrap\n      Distributor: CCOE\n      Name: account-bootstrap-shared-org-bootstrap\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-bootstrap-shared-org-bootstrap\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: IAM Role needed to use AWS Organizations to bootstrap AWS Accounts.\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-bootstrap-shared-org-bootstrap\n    - Description: account-details\n      Distributor: CCOE\n      Name: account-details\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-details\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Takes the given 'AccountName' and returns the account details\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-details\n    - Description: aws-control-tower-account-factory\n      Distributor: CCOE\n      Name: aws-control-tower-account-factory\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: aws-control-tower-account-factory\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: Augments AWS Control Tower Account Factory - simplifies user input,\n            dispatches extra parameters via AWS SNS andreturns the account id as an output\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: aws-control-tower-account-factory\n    - Description: account-details-org-bootstrap\n      Distributor: CCOE\n      Name: account-details-org-bootstrap\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-details-org-bootstrap\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Tags: []\n      Versions:\n        - Description: IAM Role needed to use AWS Organizations to list AWS Accounts.\n          Name: v1\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v1\n              RepositoryName: account-details-org-bootstrap\n\n    - Description: aws-service-catalog-account-creation\n      Distributor: CCOE\n      Name: aws-service-catalog-account-creation\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: aws-service-catalog-account-creation\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Versions:\n        - Description: account-bootstrap-shared-product and account-creation-shared-product\n            must both be provisioned into the same accountbefore this will work - they\n            build some resources needed for this to work and they provision the SSM params\n            with thecorrect ARNs so this works with no copy and pasting.Provisioning this\n            template will create an AWS Account and bootstrap it using aws-service-catalog-puppet\n            so you canprovision products into the account.\n          Name: v2\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v2\n              RepositoryName: aws-service-catalog-account-creation\n      ProviderName: ccoe\n      Tags:\n        - Key: team\n          Value: ccoe\n\n    - Description: Lambda for backing custom resources to wait for an account to become available\n      Distributor: CCOE\n      Name: account-waiter\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: account-waiter\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Versions:\n        - Description: Lambda for backing custom resources to wait for an account to become available\n          Name: v3\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v3\n              RepositoryName: account-waiter\n      ProviderName: ccoe\n      Tags:\n        - Key: team\n          Value: ccoe\n\n    - Description: Lambda for backing custom resources to move an account into the correct OU\n      Distributor: CCOE\n      Name: move-to-ou\n      Owner: CCOE@Example.com\n      Source:\n        Configuration:\n          RepositoryName: move-to-ou\n        Provider: CodeCommit\n      SupportDescription: Find us on Slack or Wiki\n      SupportEmail: ccoe-support@Example.com\n      SupportUrl: https://example.com/intranet/teams/ccoe/products/account-factory\n      Versions:\n        - Description: Lambda for backing custom resources to move an account into the correct OU\n          Name: v2\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              BranchName: v2\n              RepositoryName: move-to-ou\n      ProviderName: ccoe\n      Tags:\n        - Key: team\n          Value: ccoe\n\nSchema: factory-2019-04-01\n"
  },
  {
    "path": "unsorted/mulit-account-aws-cloudtrail/README.md",
    "content": "# multi-account-cloudtrail-enable\n\nThis will enable AWS CloudTrail in all accounts for which it is deployed to.\n\n## Description\nYou can choose which encryption to use for the buckets you create and you can choose whether to target\nall regions or not.\n\n## Install Instructions\n```bash\naws codecommit create-repository --repository-name aws-cloudtrail-enable\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/aws-cloudtrail-enable\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1 aws-cloudtrail-enable --force\n```"
  },
  {
    "path": "unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/README.md",
    "content": "# product.template\n# Description\nThis template creates an AWS CloudTrail trail and an Amazon S3 bucket where logs are published.\nYou can optionally change the behaviour:\n  - which encryption to use for your buckets\n  - whether CloudTrail validates the integrity of the log files\n  - whether the trail is publishing events from global services, such as IAM, to the log files\n  - whether the CloudTrail trail is created in the region in which you create the stack or in all regions\n\n\n## Parameters\nThe list of parameters for this template:\n\n### EnableLogFileValidation \nType: String \nDefault: true \nDescription: Indicates whether CloudTrail validates the integrity of log files \n### IncludeGlobalEvents \nType: String \nDefault: true \nDescription: Indicates whether the trail is publishing events from global services, such as IAM, to the log files. \n### MultiRegion \nType: String \nDefault: false \nDescription: Indicates whether the CloudTrail trail is created in the region in which you create the stack (false) or in all\nregions (true).\n \n### TrailBucket \nType: String  \nDescription: Bucket name for logs. \n### LoggingAccountID \nType: String  \nDescription: This is the account where the S3 buckets should be stored. If this is the account where the template is deployed\nthe bucket will be created\n \n### SSEAlgorithm \nType: String \nDefault: AES256 \nDescription: Which S3 bucket SSE Algorithm to use when creating the logging bucket. \n### KMSMasterKeyID \nType: String  \nDescription: KMS key ID to use when SSE algorithm is aws:kms. \n\n## Resources\nThe list of resources this template creates:\n\n### KMSTrail \nType: AWS::CloudTrail::Trail \nDescription: CloudTrail trail to use when KMS encryption is used \n### AES256Trail \nType: AWS::CloudTrail::Trail \nDescription: CloudTrail trail to use when AES256 encryption is used \n### SpokeTrail \nType: AWS::CloudTrail::Trail \nDescription: CloudTrail trail to use when deploying into a spoke account \n### S3KmsLoggingBucket \nType: AWS::S3::Bucket \nDescription: S3 bucket to use for logging the logging bucket when KMS encryption is used \n### S3KmsBucket \nType: AWS::S3::Bucket \nDescription: S3 bucket to use when KMS encryption is used for logging \n### S3KmsBucketPolicy \nType: AWS::S3::BucketPolicy \nDescription: S3 bucket policy to use when KMS encryption is used for logging \n### S3LoggingBucket \nType: AWS::S3::Bucket \nDescription: S3 bucket to use for logging the logging bucket when AES256 encryption is used \n### S3Bucket \nType: AWS::S3::Bucket \nDescription: S3 bucket to use when KMS encryption is used for logging \n### S3BucketPolicy \nType: AWS::S3::BucketPolicy \nDescription: S3 bucket policy to use when AES256 encryption is used for logging \n\n## Outputs\nThe list of outputs this template exposes:\n\n"
  },
  {
    "path": "unsorted/mulit-account-aws-cloudtrail/aws-cloudtrail-enable/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: |\n  This template creates an AWS CloudTrail trail and an Amazon S3 bucket where logs are published.\n  You can optionally change the behaviour:\n    - which encryption to use for your buckets\n    - whether CloudTrail validates the integrity of the log files\n    - whether the trail is publishing events from global services, such as IAM, to the log files\n    - whether the CloudTrail trail is created in the region in which you create the stack or in all regions\n\nParameters:\n  EnableLogFileValidation:\n    Type: String\n    Default: 'true'\n    Description: Indicates whether CloudTrail validates the integrity of log files\n    AllowedValues:\n      - 'true'\n      - 'false'\n\n  IncludeGlobalEvents:\n    Type: String\n    Default: 'true'\n    Description: Indicates whether the trail is publishing events from global services, such as IAM, to the log files.\n    AllowedValues:\n      - 'true'\n      - 'false'\n\n  MultiRegion:\n    Type: String\n    Default: 'false'\n    Description: |\n      Indicates whether the CloudTrail trail is created in the region in which you create the stack (false) or in all\n      regions (true).\n    AllowedValues:\n      - 'true'\n      - 'false'\n\n  TrailBucket:\n    Type: String\n    Description: Bucket name for logs.\n\n  LoggingAccountID:\n    Type: String\n    Description: |\n      This is the account where the S3 buckets should be stored. If this is the account where the template is deployed\n      the bucket will be created\n\n  SSEAlgorithm:\n    Type: 'String'\n    Default: 'AES256'\n    Description: Which S3 bucket SSE Algorithm to use when creating the logging bucket.\n    AllowedValues:\n    - 'AES256'\n    - 'aws:kms'\n\n  KMSMasterKeyID:\n    Type: 'String'\n    Description: 'KMS key ID to use when SSE algorithm is aws:kms.'\n\nConditions:\n  UseKMS: !Equals\n    - !Ref SSEAlgorithm\n    - 'aws:kms'\n  UseAES256: !Equals\n    - !Ref SSEAlgorithm\n    - 'AES256'\n  AccountMatch: !Equals\n    - !Ref AWS::AccountId\n    - !Ref LoggingAccountID\n  KMSDeploy: !And\n    - !Condition AccountMatch\n    - !Condition UseKMS\n  AES256Deploy: !And\n    - !Condition AccountMatch\n    - !Condition UseAES256\n  SpokeDeploy:\n    !Not [Condition: AccountMatch]\n\nResources:\n  KMSTrail:\n    Condition: KMSDeploy\n    Description: CloudTrail trail to use when KMS encryption is used\n    Type: AWS::CloudTrail::Trail\n    Properties:\n      S3BucketName: !Ref TrailBucket\n      IsLogging: True\n      EnableLogFileValidation: !Ref EnableLogFileValidation\n      IncludeGlobalServiceEvents: !Ref IncludeGlobalEvents\n      IsMultiRegionTrail: !Ref MultiRegion\n    DependsOn:\n      - S3KmsBucket\n      - S3KmsBucketPolicy\n\n  AES256Trail:\n    Condition: AES256Deploy\n    Description: CloudTrail trail to use when AES256 encryption is used\n    Type: AWS::CloudTrail::Trail\n    Properties:\n      S3BucketName: !Ref TrailBucket\n      IsLogging: True\n      EnableLogFileValidation: !Ref EnableLogFileValidation\n      IncludeGlobalServiceEvents: !Ref IncludeGlobalEvents\n      IsMultiRegionTrail: !Ref MultiRegion\n    DependsOn:\n      - S3Bucket\n      - S3BucketPolicy\n\n  SpokeTrail:\n    Condition: SpokeDeploy\n    Type: AWS::CloudTrail::Trail\n    Description: CloudTrail trail to use when deploying into a spoke account\n    Properties:\n      S3BucketName: !Ref TrailBucket\n      IsLogging: True\n      EnableLogFileValidation: !Ref EnableLogFileValidation\n      IncludeGlobalServiceEvents: !Ref IncludeGlobalEvents\n      IsMultiRegionTrail: !Ref MultiRegion\n\n  S3KmsLoggingBucket:\n    DeletionPolicy: Retain\n    Condition: KMSDeploy\n    Description: S3 bucket to use for logging the logging bucket when KMS encryption is used\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Sub centralised-cloudtrail-s3-access-logs-${AWS::AccountId}-${AWS::Region}\n      AccessControl: LogDeliveryWrite\n      VersioningConfiguration:\n        Status: Enabled\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              KMSMasterKeyID: !Ref KMSMasterKeyID\n              SSEAlgorithm: !Ref SSEAlgorithm\n\n  S3KmsBucket:\n    DeletionPolicy: Retain\n    Condition: KMSDeploy\n    Description: S3 bucket to use when KMS encryption is used for logging\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Ref TrailBucket\n      VersioningConfiguration:\n        Status: Enabled\n      LoggingConfiguration:\n        DestinationBucketName: !Ref S3KmsLoggingBucket\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              KMSMasterKeyID: !Ref KMSMasterKeyID\n              SSEAlgorithm: !Ref SSEAlgorithm\n\n  S3KmsBucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Condition: KMSDeploy\n    Description: S3 bucket policy to use when KMS encryption is used for logging\n    Properties:\n      Bucket: !Ref S3KmsBucket\n      PolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Sid: AWSBucketPermissionsCheck\n            Effect: Allow\n            Principal:\n              Service:\n                - cloudtrail.amazonaws.com\n            Action: s3:GetBucketAcl\n            Resource:\n              - !Sub \"arn:aws:s3:::${S3KmsBucket}\"\n          - Sid: AWSBucketDelivery\n            Effect: Allow\n            Principal:\n              Service:\n                - cloudtrail.amazonaws.com\n            Action: s3:PutObject\n            Resource:\n                    - Fn::Join:\n                        - \"\"\n                        -\n                          - \"arn:aws:s3:::\"\n                          - !Ref \"S3KmsBucket\"\n                          - \"/AWSLogs/*/*\"\n\n  # Create buckets using S3-SSE keys for default encryption\n  S3LoggingBucket:\n    DeletionPolicy: Retain\n    Condition: AES256Deploy\n    Description: S3 bucket to use for logging the logging bucket when AES256 encryption is used\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Sub centralised-cloudtrail-s3-access-logs-${AWS::AccountId}-${AWS::Region}\n      AccessControl: LogDeliveryWrite\n      VersioningConfiguration:\n        Status: Enabled\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: !Ref SSEAlgorithm\n\n  S3Bucket:\n    DeletionPolicy: Retain\n    Description: S3 bucket to use when KMS encryption is used for logging\n    Condition: AES256Deploy\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Ref TrailBucket\n      VersioningConfiguration:\n        Status: Enabled\n      LoggingConfiguration:\n        DestinationBucketName: !Ref S3LoggingBucket\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: !Ref SSEAlgorithm\n\n  S3BucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Description: S3 bucket policy to use when AES256 encryption is used for logging\n    Condition: AES256Deploy\n    Properties:\n      Bucket: !Ref S3Bucket\n      PolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Sid: AWSBucketPermissionsCheck\n            Effect: Allow\n            Principal:\n              Service:\n                - cloudtrail.amazonaws.com\n                - config.amazonaws.com\n            Action: s3:GetBucketAcl\n            Resource:\n              - !Sub \"arn:aws:s3:::${S3Bucket}\"\n          - Sid: AWSBucketDelivery\n            Effect: Allow\n            Principal:\n              Service:\n                - cloudtrail.amazonaws.com\n                - config.amazonaws.com\n            Action: s3:PutObject\n            Resource:\n                    - Fn::Join:\n                        - \"\"\n                        -\n                          - \"arn:aws:s3:::\"\n                          - !Ref \"S3Bucket\"\n                          - \"/AWSLogs/*/*\"\n          - Sid: AWSBucketRead\n            Effect: Allow\n            Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action: s3:GetObject\n            Resource:\n                    - Fn::Join:\n                        - \"\"\n                        -\n                          - \"arn:aws:s3:::\"\n                          - !Ref \"S3Bucket\"\n                          - \"/AWSLogs/*/*\"\n"
  },
  {
    "path": "unsorted/mulit-account-aws-cloudtrail/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\t\n# SPDX-License-Identifier: Apache-2.0\t\n\n schema: puppet-2019-04-01\t\n\n launches:\t\n  aws-cloudtrail-enable:\t\n    portfolio: demo-central-it-team-portfolio\t\n    product: aws-cloudtrail-enable\t\n    version: v1\n"
  },
  {
    "path": "unsorted/mulit-account-aws-cloudtrail/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: aws-cloudtrail-enable\n      Owner: central-it@customer.com\n      Description: aws-cloudtrail-enable product\n      Distributor: central-it-team\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it-team@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/account-iam\n      Tags:\n        - Key: product-type\n          Value: iam\n      Versions:\n        - Name: v1\n          Description: aws-cloudtrail-enable\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: aws-cloudtrail-enable\n              BranchName: master\n"
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/README.md",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-master/v1/product.template.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-master/v2/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: Creates an IAM Role that can be assumed by the Spoke GuardDuty Lambdas for self-registration\n\nParameters:\n  AWSOrganizationId:\n    Type: String\n    Description: The AWS Organizations ID (example o-xxxxxxx)\n  ResourcePrefix:\n    Description: \"Groups resources under a single prefix\"\n    Type: String\n    Default: \"sc-admin-product\"\n\nResources:\n  GuardDutyHubRole:\n    Type: \"AWS::IAM::Role\"\n    Properties:\n      RoleName: GuardDutyHubRole\n      Path: !Sub \"/${ResourcePrefix}/\"\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS:\n                - \"*\"\n            Action:\n              - \"sts:AssumeRole\"\n            Condition:\n              StringEquals:\n                aws:PrincipalOrgID:\n                  - !Ref AWSOrganizationId\n      Policies:\n        - PolicyName: \"Invite-Spoke\"\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: \"Allow\"\n                Action:\n                  - guardduty:CreateMembers\n                  - guardduty:InviteMembers\n                  - guardduty:ListDetectors\n                  - guardduty:CreateDetector\n                  - iam:CreateServiceLinkedRole\n                Resource: \"*\"\n\nOutputs:\n  GuardDutyHubRoleArn:\n    Description: ARN of the GuardDutyHubRole to be assumed by spoke accounts in the org\n    Value: !GetAtt GuardDutyHubRole.Arn\n"
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v1/README.md",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v1/product.template.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v2/README.md",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-org-bootstrap/v2/product.template.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-spoke/v1/product.template.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-spoke/v1/src/lambda_handler.py",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/product.template.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/register/lambda_handler.py",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/guardduty-spoke/v2/register/requirements.txt",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  guardduty-spoke:\n    portfolio: demo-central-it-team-portfolio\n    product: guardduty-spoke\n    version: v2\n    depends_on:\n      - guardduty-master\n      - guardduty-org-bootstrap\n\n  guardduty-master:\n    portfolio: demo-central-it-team-portfolio\n    product: guardduty-master\n    version: v2\n  \n  guardduty-org-bootstrap:\n    portfolio: demo-central-it-team-portfolio\n    product: guardduty-org-bootstrap\n    version: v2\n"
  },
  {
    "path": "unsorted/multi-account-aws-guardduty/portfolio.yaml",
    "content": ""
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/README.md",
    "content": "# SecurityHub\nThis is a solution that will set up AWS Security Hub in a Hub and Spoke style model.\n\n## Description\nAWS Security Hub provides you with a comprehensive view of your security state in AWS and helps you check your compliance with the security industry standards and best practices. Security Hub collects security data from across AWS accounts, services, and supported third-party partner products and helps you analyze your security trends and identify the highest priority security issues.\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name securityhub-master\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/securityhub-master\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/multi-account-aws-securityhub/securityhub-master/v1 securityhub-master --force\n\naws codecommit create-repository --repository-name securityhub-spoke\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/securityhub-spoke\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/multi-account-aws-securityhub/securityhub-spoke/v1 securityhub-spoke --force\n```\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  securityhub-master:\n    portfolio: demo-central-it-team-portfolio\n    product: securityhub-master\n    version: v1\n    parameters:\n      AWSOrganizationId:\n        default: 'o-qwertyuiopa'\n    outputs:\n      ssm:\n        - param_name: /sc-outputs/securityhub-master/SecurityHubRegisterRoleArn\n          stack_output: SecurityHubRegisterRoleArn\n    deploy_to:\n      tags:\n        - tag: aws_account_name:security\n          regions: default_region\n  securityhub-spoke:\n    portfolio: demo-central-it-team-portfolio\n    product: securityhub-spoke\n    version: v1\n    depends_on:\n      - securityhub-master\n    parameters:\n      HubEnablerFunctionRole:\n        ssm:\n          name: /sc-outputs/securityhub-master/SecurityHubRegisterRoleArn\n          region: eu-central-1\n      Email:\n        default: 'joe+sechubemail@example.com'\n      HubAccountId:\n        ssm:\n          name: /sc-outputs/avm-security-account/account_id\n          region: eu-central-1\n    deploy_to:\n      tags:\n        - tag: aws_account_name:development01\n          regions: default_region\n\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: securityhub-master\n      Owner: infrastructure-team@customer.com\n      Description: This will set up AWS Security Hub and an IAM role to allow self registration in the Security Account. \n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: infrastructure-team@customer.com\n      SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n      Tags:\n        - Key: lz-type\n          Value: core\n        - Key: product-type\n          Value: SecurityHub\n      Versions:\n        - Name: v1\n          Description: This will set up AWS Security Hub and an IAM role to allow self registration in the Security Account. \n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: securityhub-master\n              BranchName: master\n    - Name: securityhub-spoke\n      Owner: infrastructure-team@customer.com\n      Description: This will set up AWS Security Hub and assume an IAM role in the Security Account to perform self registration.\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: infrastructure-team@customer.com\n      SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n      Tags:\n        - Key: lz-type\n          Value: core\n        - Key: product-type\n          Value: SecurityHub\n      Versions:\n        - Name: v1\n          Description: This will set up AWS Security Hub and assume an IAM role in the Security Account to perform self registration.\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: securityhub-spoke\n              BranchName: master\n      BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.8\n            build:\n              commands:\n                - for dir in src/*; do pip install -r $dir/requirements.txt -t $dir/; done\n              {% for region in ALL_REGIONS %}\n                - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n              {% endfor %}\n          artifacts:\n            files:\n              - '*'\n              - '**/*'"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-master/v1/README.md",
    "content": "# securityhub-master\n\nThis well set up AWS Security Hub and an IAM role to allow self registration in the Security Account.\n\n## Parameters\n\n```\nAWSOrganizationId:\nType: String\nDescription: The AWS Organizations ID (example o-xxxxxxx)\n```\n\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-master/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: 2010-09-09\nDescription: Creates an IAM Role that can be assumed by the Spoke Security Hub Lambdas for self-registration\n\nParameters:\n  AWSOrganizationId:\n    Type: String\n    Description: The AWS Organizations ID (example o-xxxxxxx)\n\nResources:\n  SecurityHub:\n    Type: AWS::SecurityHub::Hub\n    Properties: \n      Tags:\n          \"Managed-by\" : \"Service-Catalog-Puppet\"\n\n  SecurityHubRegisterRole:\n    Type: \"AWS::IAM::Role\"\n    Properties:\n      RoleName: SecurityHubRegisterRole\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: \"Allow\"\n            Principal:\n              AWS:\n                - \"*\"\n            Action:\n              - \"sts:AssumeRole\"\n            Condition:\n              StringEquals:\n                aws:PrincipalOrgID:\n                  - !Ref AWSOrganizationId\n      Policies:\n        - PolicyName: \"Invite-Spoke\"\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: \"Allow\"\n                Action:\n                  - securityhub:AcceptInvitation\n                  - securityhub:CreateMembers\n                  - securityhub:InviteMembers\n                  - securityhub:DeleteMembers\n                  - securityhub:DisassociateMembers\n                Resource: \"*\"\n\n\n\nOutputs:\n  SecurityHubRegisterRoleArn:\n    Description: ARN of the SecurityHubRegisterRole to be assumed by spoke accounts in the org\n    Value: !GetAtt SecurityHubRegisterRole.Arn\n\n  SecurityHubArn:\n    Description: ARN of SecurityHub\n    Value: !Ref SecurityHub"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/README.md",
    "content": "# securityhub-spoke\n\nThis well set up AWS Security Hub and assume an IAM role in the Security Account to perform self registration.\n\n## Parameters\n\n```\nHubEnablerFunctionRole:\nType: String\nDescription: ARN of the SecurityHub role in the master that SecurityHubRegisterFunction will assume into\n\nEmail:\nType: String\nDescription: Email contact required for SecurityHub invite\n\nHubAccountId:\nType: String\nDescription: The AccountId of the SecurityHub master account\n```\n\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: Enables SecurityHub & creates a Lambda-backed custom resource which will assume a role in the hub account and register itself\n\nParameters:\n  HubEnablerFunctionRole:\n    Type: String\n    Description: ARN of the SecurityHub role in the master that SecurityHubRegisterFunction will assume into\n  Email:\n    Type: String\n    Description: Email contact required for SecurityHub invite\n  HubAccountId:\n    Type: String\n    Description: The AccountId of the SecurityHub master account\n\n\nResources:\n\n  SecurityHub:\n    Type: AWS::SecurityHub::Hub\n    Properties: \n      Tags:\n          \"Managed-by\" : \"Service-Catalog-Puppet\"\n\n  SecurityHubRegisterFunction:\n    Type: AWS::Serverless::Function\n    Description: |\n      A lambda function that will register itself in the hub and send an invite\n    Properties:\n      Runtime: python3.7\n      Handler: lambda_function.lambda_handler\n      CodeUri: ./src/register\n      Policies:\n        - arn:aws:iam::aws:policy/AWSLambdaExecute\n        - Version: 2012-10-17\n          Statement:\n            - Effect: Allow\n              Action:\n                - sts:AssumeRole\n              Resource: !Ref HubEnablerFunctionRole\n            - Effect: Allow\n              Action:\n                - securityhub:ListInvitations\n                - securityhub:AcceptInvitation\n              Resource: '*'\n      Timeout: 900\n\n  SpokeCustomResource:\n    Type: Custom::RegisterSecurityHub\n    DependsOn: SecurityHub\n    Properties:\n      ServiceToken: !GetAtt SecurityHubRegisterFunction.Arn\n      AssumableHubRoleArn: !Ref HubEnablerFunctionRole\n      SpokeAccountId: !Ref AWS::AccountId\n      HubAccountId: !Ref HubAccountId\n      Email: !Ref Email\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/cfnresponse.py",
    "content": "#  Copyright 2016 Amazon Web Services, Inc. or its affiliates. All Rights Reserved.\n#  This file is licensed to you under the AWS Customer Agreement (the \"License\").\n#  You may not use this file except in compliance with the License.\n#  A copy of the License is located at http://aws.amazon.com/agreement/ .\n#  This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.\n#  See the License for the specific language governing permissions and limitations under the License.\n\nimport requests\nimport json\n\nSUCCESS = \"SUCCESS\"\nFAILED = \"FAILED\"\n\ndef send(event, context, responseStatus, responseData, physicalResourceId=None, noEcho=False):\n    responseUrl = event['ResponseURL']\n\n    print(responseUrl)\n\n    responseBody = {}\n    responseBody['Status'] = responseStatus\n    responseBody['Reason'] = 'See the details in CloudWatch Log Stream: ' + context.log_stream_name\n    responseBody['PhysicalResourceId'] = physicalResourceId or context.log_stream_name\n    responseBody['StackId'] = event['StackId']\n    responseBody['RequestId'] = event['RequestId']\n    responseBody['LogicalResourceId'] = event['LogicalResourceId']\n    responseBody['NoEcho'] = noEcho\n    responseBody['Data'] = responseData\n\n    json_responseBody = json.dumps(responseBody)\n\n    print(\"Response body:\\n\" + json_responseBody)\n\n    headers = {\n        'content-type' : '',\n        'content-length' : str(len(json_responseBody))\n    }\n\n    try:\n        response = requests.put(responseUrl,\n                                data=json_responseBody,\n                                headers=headers)\n        print(\"Status code: \" + response.reason)\n    except Exception as e:\n        print(\"send(..) failed executing requests.put(..): \" + str(e))"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/lambda_function.py",
    "content": "# Any code, applications, scripts, templates, proofs of concept, documentation\n# and other items provided by AWS under this SOW are \"AWS Content,\"\" as defined\n# in the Agreement, and are provided for illustration purposes only. All such\n# AWS Content is provided solely at the option of AWS, and is subject to the\n# terms of the Addendum and the Agreement. Customer is solely responsible for\n# using, deploying, testing, and supporting any code and applications provided\n# by AWS under this SOW.\n#\n# (c) 2019 Amazon Web Services\n\nimport logging\nimport json\nimport boto3\nimport cfnresponse\n\n# Configure logging\nFORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'\nif len(logging.getLogger().handlers) > 0:\n    # The Lambda environment pre-configures a handler logging to stderr. If a handler is already configured,\n    # `.basicConfig` does not execute. Thus we set the level directly.\n    logging.getLogger().setLevel(logging.INFO)\nelse:\n    logging.basicConfig(format=FORMAT, level=logging.INFO)\n\ndef lambda_handler(event, context):\n    \"\"\" Lambda Function for command execution \"\"\"\n    logging.info(json.dumps(event, indent=2))\n    request_type = event['RequestType']\n    if request_type == 'Create':\n        associate_securityhub(event, context)\n    elif request_type == 'Delete':\n        disassociate_securityhub(event, context)\n\ndef assume_role(arn, session_name):\n    \"\"\"aws sts assume-role --role-arn arn:aws:iam::00000000000000:role/example-role --role-session-name example-role\"\"\"\n\n    sts_client = boto3.client('sts')\n    sts_client.get_caller_identity()[\"Account\"]\n\n    response = sts_client.assume_role(\n        RoleArn=arn, RoleSessionName=session_name)\n\n    session = boto3.Session(aws_access_key_id=response['Credentials']['AccessKeyId'],\n                            aws_secret_access_key=response['Credentials']['SecretAccessKey'],\n                            aws_session_token=response['Credentials']['SessionToken'])\n\n    return session\n\ndef associate_securityhub(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n\n    try:\n        create_invite_member(event)\n        accept_invite(event)\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=None)\n\ndef create_invite_member(event):\n\n    arn = event['ResourceProperties']['AssumableHubRoleArn']\n    spoke_account_id = event['ResourceProperties']['SpokeAccountId']\n    email = event['ResourceProperties']['Email']\n\n    session = assume_role(arn, 'SecurityHubInvite')\n\n    logging.info(\"Creating Member\")\n\n    client = session.client('securityhub')\n    create_response = client.create_members(\n        AccountDetails=[\n            {\n                'AccountId': spoke_account_id,\n                'Email': email\n            },\n        ]\n    )\n\n    logging.info(create_response)\n\n    logging.info(\"Inviting Member\")\n    invite_response = client.invite_members(\n        AccountIds=[\n            spoke_account_id,\n        ]\n    )\n\n    logging.info(invite_response)\n\ndef accept_invite(event):\n\n    HubAccountId = event['ResourceProperties']['HubAccountId']\n    \n    client = boto3.client('securityhub')\n\n    resp = client.list_invitations()\n    items = []\n    while resp:\n        items += resp['Invitations']\n        resp = client.list_invitations()(NextToken=resp['NextToken']) if 'NextToken' in resp else None\n\n    logging.info(\"Invites received in total\")\n    logging.info(items)\n\n    invite_id = None\n\n    for item in items:\n        if item['AccountId'] == HubAccountId:\n            logging.info(\"Success. Invite Received from Hub Security account.\")\n            invite_id = item['InvitationId']\n            logging.info(item)\n        else:\n            logging.error(\"Cannot find invite from Hub Security account.\")\n            raise Exception\n    \n    accept_response = client.accept_invitation(\n        MasterId=HubAccountId,\n        InvitationId=invite_id\n    )\n\n    logging.info(\"Accepted Invitation\")\n    logging.info(accept_response)\n\n\ndef disassociate_securityhub(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n\n    try:\n        delete_member(event)\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=None)\n\ndef delete_member(event):\n    \n    spoke_account_id = event['ResourceProperties']['SpokeAccountId']\n    arn = event['ResourceProperties']['AssumableHubRoleArn']\n\n    session = assume_role(arn, 'SecurityHubInvite')\n    \n    logging.info(\"Disassociating Member\")\n\n    client = session.client('securityhub')\n\n    response = client.disassociate_members(\n        AccountIds=[\n            spoke_account_id,\n        ]\n    )\n\n    logging.info(response)\n\n    logging.info(\"Deleting Member\")\n    \n    delete_response = client.delete_members(\n        AccountIds=[\n            spoke_account_id,\n        ]\n    )\n    logging.info(delete_response)\n"
  },
  {
    "path": "unsorted/multi-account-aws-securityhub/securityhub-spoke/v1/src/register/requirements.txt",
    "content": "boto3==1.10.0\nrequests==2.22.0"
  },
  {
    "path": "unsorted/networking/README.md",
    "content": "# networking \n\n## Description\nWith this product set you can create a VPC and a public subnet\n\n\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name networking-vpc\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/networking-vpc\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/networking/vpc/v1 networking-vpc --force\n\naws codecommit create-repository --repository-name networking-public-subnet\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/networking-public-subnet\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/networking/vpc/v1 networking-public-subnet --force\n```\n"
  },
  {
    "path": "unsorted/networking/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  networking-public-subnet:\n    portfolio: demo-central-it-team-portfolio\n    product: networking-public-subnet\n    version: v1\n    depends_on:\n      - networking-vpc\n    parameters:\n      VPCId:\n        ssm:\n          name: my-wonderful-vpc\n      PublicSubnetCIDR:\n        Default: 10.0.0.0/16\n    outputs:\n      ssm:\n        - param_name: my-wonderful-subnet\n          stack_output: PublicSubnetId\n\n  networking-vpc:\n    portfolio: demo-central-it-team-portfolio\n    product: networking-vpc\n    version: v1\n    parameters:\n      VPCCIDR:\n        Default: 10.0.0.0/16\n    outputs:\n      ssm:\n        - param_name: my-wonderful-vpc\n          stack_output: VPCId\n"
  },
  {
    "path": "unsorted/networking/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nPortfolios:\n    Components:\n      - Name: networking-vpc\n        Owner: Amazon-Web-Services\n        Description: VPC Product\n        Distributor: Amazon-Web-Services\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/\n        Tags:\n        - Key: product-type\n          Value: networking\n        Versions:\n          - Name: v1\n            Description: VPC Product\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: networking-vpc\n                BranchName: v1\n\n      - Name: networking-public-subnet\n        Owner: Amazon-Web-Services\n        Description: public-subnet Product\n        Distributor: Amazon-Web-Services\n        SupportDescription: Contact us on Chime for help #central-it-team\n        SupportEmail: central-it-team@customer.com\n        SupportUrl: https://wiki.customer.com/central-it-team/self-service/\n        Tags:\n        - Key: product-type\n          Value: networking\n        Versions:\n          - Name: v1\n            Description: public-subnet Product\n            Active: True\n            Source:\n              Provider: CodeCommit\n              Configuration:\n                RepositoryName: networking-public-subnet\n                BranchName: v1\n"
  },
  {
    "path": "unsorted/networking/public-subnet/v1/README.md",
    "content": "# product.template\n# Description\nBuilds out a public subnet for use\n\n\n## Parameters\nThe list of parameters for this template:\n\n### VPCId \nType: String  \nDescription: VPC to create the subnet in\n \n### PublicSubnetCIDR \nType: String \nDefault: 10.0.0.0/16 \nDescription: CIDR to use for the Public Subnet\n \n\n## Resources\nThe list of resources this template creates:\n\n### PublicSubnet \nType: AWS::EC2::Subnet \nDescription: The public subnet that is created \n### InternetGateway \nType: AWS::EC2::InternetGateway \nDescription: The internet gateway to attach to the public subnet \n### GatewayAttachement \nType: AWS::EC2::VPCGatewayAttachment \nDescription: Attach the gateway to the subnet \n### PublicRouteTable \nType: AWS::EC2::RouteTable \nDescription: Associate the route table for the subnet \n### PublicRoute \nType: AWS::EC2::Route \nDescription: Set up the route out to the internet \n### PublicSubnetRouteTableAssociation \nType: AWS::EC2::SubnetRouteTableAssociation \nDescription: Associate the route \n\n## Outputs\nThe list of outputs this template exposes:\n\n### PublicSubnetId \nDescription: The subnet id of the public subnet created  \n\n"
  },
  {
    "path": "unsorted/networking/public-subnet/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n    Builds out a public subnet for use\n\nParameters:\n  VPCId:\n    Type: String\n    Description: |\n      VPC to create the subnet in\n\n  PublicSubnetCIDR:\n    Type: String\n    Default: '10.0.0.0/16'\n    Description: |\n      CIDR to use for the Public Subnet\n\nResources:\n  PublicSubnet:\n    Type: AWS::EC2::Subnet\n    Description: The public subnet that is created\n    Properties:\n      AvailabilityZone:\n        Fn::Select:\n          - 0\n          - Fn::GetAZs: {Ref: 'AWS::Region'}\n      VpcId: !Ref VPCId\n      CidrBlock: !Ref PublicSubnetCIDR\n      MapPublicIpOnLaunch: true\n\n  InternetGateway:\n    Type: AWS::EC2::InternetGateway\n    Description: The internet gateway to attach to the public subnet\n\n  GatewayAttachement:\n    Type: AWS::EC2::VPCGatewayAttachment\n    Description: Attach the gateway to the subnet\n    Properties:\n      VpcId: !Ref VPCId\n      InternetGatewayId: !Ref InternetGateway\n\n  PublicRouteTable:\n    Type: AWS::EC2::RouteTable\n    Description: Associate the route table for the subnet\n    Properties:\n      VpcId: !Ref VPCId\n\n  PublicRoute:\n    Type: AWS::EC2::Route\n    DependsOn: GatewayAttachement\n    Description: Set up the route out to the internet\n    Properties:\n      RouteTableId: !Ref PublicRouteTable\n      DestinationCidrBlock: '0.0.0.0/0'\n      GatewayId: !Ref InternetGateway\n\n  PublicSubnetRouteTableAssociation:\n    Type: AWS::EC2::SubnetRouteTableAssociation\n    Description: Associate the route\n    Properties:\n      SubnetId: !Ref PublicSubnet\n      RouteTableId: !Ref PublicRouteTable\n\nOutputs:\n  PublicSubnetId:\n    Description: The subnet id of the public subnet created\n    Value: !Ref PublicSubnet\n"
  },
  {
    "path": "unsorted/networking/vpc/v1/README.md",
    "content": "# product.template\n# Description\nBuilds out a VPC for use\n\n\n## Parameters\nThe list of parameters for this template:\n\n### VPCCIDR \nType: String \nDefault: 10.0.0.0/16 \nDescription: Subnet to use for the VPC\n \n\n## Resources\nThe list of resources this template creates:\n\n### VPC \nType: AWS::EC2::VPC \nDescription: The vpc being created \n\n## Outputs\nThe list of outputs this template exposes:\n\n### VPCId \nDescription: The ID of the VPC that was created  \n\n"
  },
  {
    "path": "unsorted/networking/vpc/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: '2010-09-09'\nDescription: |\n  Builds out a VPC for use\n\nParameters:\n  VPCCIDR:\n    Type: String\n    Default: '10.0.0.0/16'\n    Description: |\n      Subnet to use for the VPC\n\nResources:\n  VPC:\n    Type: AWS::EC2::VPC\n    Description: The vpc being created\n    Properties:\n      EnableDnsSupport: true\n      EnableDnsHostnames: true\n      CidrBlock: !Ref VPCCIDR\n\nOutputs:\n  VPCId:\n    Description: The ID of the VPC that was created\n    Value: !Ref VPC\n"
  },
  {
    "path": "unsorted/s3-event-notifier/README.md",
    "content": "# S3 Event Notifier\n\nThis solution creates an event driven approach to process S3 PUT events via SQS and Lambda.\n\n![Template Design](s3-event-notifier-design.png)\n\n## Description\n\n* Deploys one product which will listen to any `PUT` events on S3 `files/` prefix folder\n* Sends the event to a SQS queue\n* Configures a dead-letter queue in case of failures\n* Uses KMS encryption on the SQS queues\n* Lambda trigger is configured on the SQS queue to extract the `bucketName`, `key` and `eventTime`\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name s3-event-notifier\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.us-east-2.amazonaws.com/v1/repos/s3-event-notifier\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/s3-event-notifier/v1 s3-event-notifier --force\n```\n\n## Usage Instructions\n\n- Copy the config from the portfolio.yaml. Here we are providing the details on the repository and BuildSpec needed for packaging the products\n- Copy the config from manifest.yaml. We will be having one launch in the manifest\n"
  },
  {
    "path": "unsorted/s3-event-notifier/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  s3-event-notification:\n    portfolio: demo-central-it-team-portfolio\n    product: s3-event-notifier\n    version: v1\n    deploy_to:\n      tags:\n        - tag: aws_account_name:app_dev\n          regions: default_region\n"
  },
  {
    "path": "unsorted/s3-event-notifier/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: s3-event-notifier\n      Owner: central-it@customer.com\n      Description: s3-event-notifier product for event driven architecture\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/s3-event-notifier\n      Tags:\n        - Key: product-type\n          Value: s3-event-notifier\n      Versions:\n        - Name: v1\n          Description: s3-event-notification product for processing the PUT events on S3\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: s3-event-notifier\n              BranchName: v1\n      BuildSpec: |\n        version: 0.2  \n        phases:  \n          install:\n            runtime-versions:\n              python: 3.8\n          build:\n            commands:  \n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}  \n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml  \n            {% endfor %}  \n        artifacts:  \n          files:  \n            - '*'  \n            - '**/*'\n\n"
  },
  {
    "path": "unsorted/s3-event-notifier/v1/product.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: >\n  Creates an event driven pattern to process S3 PUT events via SQS and Lambda\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"s3-event-notifier\", \"product\": \"s3-event-notifier\", \"version\": \"v1\"}\nResources:\n  # CMK for the SQS\n  FileProcessingCMK:\n    Type: AWS::KMS::Key\n    Properties:\n      Description: CMK for the encryption of the SQS\n      KeyPolicy:\n        Version: '2012-10-17'\n        Statement:\n          - Sid: Enable IAM User Permissions\n            Effect: Allow\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n            Action:\n              - \"kms:*\"\n            Resource: \"*\"\n          - Sid: Allow administration of the key\n            Effect: Allow\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:role/IsenConsoleAdmin\"\n            Action:\n              - \"kms:Create*\"\n              - \"kms:Describe*\"\n              - \"kms:Enable*\"\n              - \"kms:List*\"\n              - \"kms:Put*\"\n              - \"kms:Update*\"\n              - \"kms:Revoke*\"\n              - \"kms:Disable*\"\n              - \"kms:Get*\"\n              - \"kms:Delete*\"\n              - \"kms:ScheduleKeyDeletion\"\n              - \"kms:CancelKeyDeletion\"\n            Resource: \"*\"\n          - Sid: Allow use of the key by S3 services\n            Effect: Allow\n            Principal:\n              Service: \"s3.amazonaws.com\"\n            Action:\n              - \"kms:Decrypt\"\n              - \"kms:GenerateDataKey\"\n            Resource: \"*\"\n          - Sid: Allow use of the key by SQS services\n            Effect: Allow\n            Principal:\n              Service: \"sqs.amazonaws.com\"\n            Action:\n              - \"kms:Decrypt\"\n              - \"kms:GenerateDataKey\"\n          - Sid: Allow use of the key by Lambda services\n            Effect: Allow\n            Principal:\n              Service: \"lambda.amazonaws.com\"\n            Action:\n              - \"kms:Decrypt\"\n              - \"kms:GenerateDataKey\"\n            Resource: \"*\"\n  FileProcessingCMKAlias:\n    Type: AWS::KMS::Alias\n    Properties:\n      AliasName: \"alias/FileProcessingCMK\"\n      TargetKeyId: !Ref FileProcessingCMK\n  # SQS queue and queue policy\n  FileProcessingEventsQueue:\n    Type: AWS::SQS::Queue\n    Properties:\n      QueueName: \"FileProcessingEventsQueue\"\n      VisibilityTimeout: 60\n      KmsMasterKeyId: !Ref FileProcessingCMK\n      RedrivePolicy:\n        deadLetterTargetArn: !GetAtt FileProcessingDeadLetterQueue.Arn\n        maxReceiveCount: 5\n  FileProcessingEventsQueuePolicy:\n    Type: AWS::SQS::QueuePolicy\n    Properties:\n      Queues:\n        - !Ref FileProcessingEventsQueue\n      PolicyDocument:\n        Statement:\n          - Action:\n              - \"SQS:*\"\n            Effect: \"Allow\"\n            Resource: !GetAtt FileProcessingEventsQueue.Arn\n            Principal:\n              AWS: \"*\"\n            Condition:\n              ArnLike:\n                aws:SourceArn: !Sub \"arn:aws:s3:*:*:file-processing-${AWS::AccountId}\"\n              StringEquals:\n                aws:SourceAccount: !Sub \"${AWS::AccountId}\"\n  FileProcessingDeadLetterQueue:\n    Type: AWS::SQS::Queue\n    Properties:\n      QueueName: \"FileProcessingDeadLetterQueue\"\n      VisibilityTimeout: 60\n      KmsMasterKeyId: !Ref FileProcessingCMK\n  FileProcessingDeadLetterQueuePolicy:\n    Type: AWS::SQS::QueuePolicy\n    Properties:\n      Queues:\n        - !Ref FileProcessingDeadLetterQueue\n      PolicyDocument:\n        Statement:\n          - Action:\n              - \"SQS:*\"\n            Effect: \"Allow\"\n            Resource: !GetAtt FileProcessingDeadLetterQueue.Arn\n            Principal:\n              AWS: \"*\"\n            Condition:\n              ArnLike:\n                aws:SourceArn: !Sub \"arn:aws:sqs:${AWS::Region}:${AWS::AccountId}:FileProcessingEventsQueue\"\n              StringEquals:\n                aws:SourceAccount: !Sub \"${AWS::AccountId}\"\n  # S3 bucket for storing the files\n  S3Bucket:\n    DependsOn:\n      - FileProcessingCMK\n      - FileProcessingCMKAlias\n      - FileProcessingEventsQueue\n      - FileProcessingEventsQueuePolicy\n    Type: AWS::S3::Bucket\n    Properties:\n      BucketName: !Sub \"file-processing-${AWS::AccountId}\"\n      AccessControl: BucketOwnerFullControl\n      PublicAccessBlockConfiguration:\n        BlockPublicAcls: True\n        BlockPublicPolicy: True\n        IgnorePublicAcls: True\n        RestrictPublicBuckets: True\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n      NotificationConfiguration:\n        QueueConfigurations:\n          - Event: \"s3:ObjectCreated:Put\"\n            Filter:\n              S3Key:\n                Rules:\n                  - Name: \"prefix\"\n                    Value: \"files/\"\n            Queue: !GetAtt FileProcessingEventsQueue.Arn\n  # Bucket policy for the S3 bucket\n  S3BucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Properties:\n      PolicyDocument:\n        Statement:\n          - Action:\n              - s3:PutObject\n            Effect: Allow\n            Resource: !Join [\"\", [!GetAtt S3Bucket.Arn, \"/*\"]]\n            Principal:\n              AWS: !Sub \"arn:aws:iam::${AWS::AccountId}:root\"\n      Bucket: !Ref S3Bucket\n  # Lambda function and role for handling the SQS events\n  LambdaExecutionRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n            Action: \"sts:AssumeRole\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: InlinePolicy\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - \"SQS:SendMessage\"\n                  - \"SQS:ReceiveMessage\"\n                  - \"SQS:DeleteMessage\"\n                  - \"SQS:GetQueueAttributes\"\n                  - \"kms:Decrypt\"\n                  - \"kms:GenerateDataKey\"\n                Effect: Allow\n                Resource: \"*\"\n  LambdaFunction:\n    Type: AWS::Serverless::Function\n    Properties:\n      Description: \"Lambda for the event processing\"\n      Role: !GetAtt LambdaExecutionRole.Arn\n      CodeUri: ./src\n      Handler: handler.handler\n      MemorySize: 128\n      Runtime: \"python3.8\"\n      Timeout: 60\n  SQSAndLambdaMapping:\n    Type: AWS::Lambda::EventSourceMapping\n    Properties:\n      EventSourceArn: !GetAtt FileProcessingEventsQueue.Arn\n      FunctionName: !GetAtt LambdaFunction.Arn\nOutputs:\n  FileProcessingBucket:\n    Description: Bucket for uploading the files\n    Value: !Ref S3Bucket\n  SQSQueue:\n    Description: File processing queue\n    Value: !Ref FileProcessingEventsQueue\n"
  },
  {
    "path": "unsorted/s3-event-notifier/v1/requirements.txt",
    "content": "boto3\n"
  },
  {
    "path": "unsorted/s3-event-notifier/v1/src/handler.py",
    "content": "import json\nimport logging\n\n# Configure logging\n\nLOGGER = logging.getLogger(__name__)\nLOGGER.setLevel(logging.DEBUG)\n\n'''\nFunction to process the event\n'''\n\n\ndef handler(event, context):\n    LOGGER.debug(json.dumps(event, indent=4, default=str))\n\n    data = {}\n\n    try:\n        # Fetch the message records\n        records_ = event['Records']\n\n        for sqs_record in records_:\n\n            # The body of the SQS message is a text, hence converting it into a python dictionary\n            s3_event_string = sqs_record['body']\n            s3_event = json.loads(s3_event_string)\n\n            for s3_record in s3_event['Records']:\n                data['bucketName'] = s3_record['s3']['bucket']['name']\n                data['key'] = s3_record['s3']['object']['key']\n                data['eventTime'] = s3_record['eventTime']\n    except BaseException as ex:\n        raise ex\n    finally:\n        LOGGER.debug(json.dumps(data, indent=4, default=str))\n        return data\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/README.md",
    "content": "# Service Catalog Tools Dashboard\n\nThis is a solution to monitor the service catalog tools - Factory and Puppet, using dashboards in CloudWatch and a static website hosted on S3.\n\n![Product Launch Status](product-launch-status.png)\n\n![Pipelines Status](pipelines-status.png)\n\n## Description\n\nDeploys three products which create the dashboard for monitoring the service catalog tools\n\n- [get-metrics](get-metrics/v2/README.md)\n- [put-metrics](put-metrics/v2/README.md)\n- [static-web-app](static-web-app/v4/README.md)\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name get-metrics\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.us-east-2.amazonaws.com/v2/repos/get-metrics\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/service-catalog-tools-dashboard/get-metrics/v2 get-metrics --force\n```\n\n```bash\naws codecommit create-repository --repository-name put-metrics\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.us-east-2.amazonaws.com/v2/repos/put-metrics\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/service-catalog-tools-dashboard/put-metrics/v2 put-metrics --force\n```\n\n```bash\naws codecommit create-repository --repository-name static-web-app\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.us-east-2.amazonaws.com/v4/repos/static-web-app\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/service-catalog-tools-dashboard/static-web-app/v4 static-web-app --force\n```\n\n## Usage Instructions\n\n- Copy the config from the portfolio.yaml. Here we are providing the details on the repository and BuildSpec needed for packaging the products\n- Copy the config from manifest.yaml. We will be having three launches in the manifest\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/get-metrics/v2/README.md",
    "content": "# Get Metrics Product\n\nThis CloudFormation template creates custom Lambda functions and CloudWatch event rules for uploading the JSON output from SC tools into the S3 bucket hosting the static website.\n\n**NOTE** : **This is for illustration purposes only and not approved for production use**.\n\n## Parameters\n\nThe manifest.yaml should use the SSM to provide `S3BucketNameForStaticWebsite` value from the [static-web-app product](../../static-web-app/v1/README.md)\n```\nS3BucketNameForStaticWebsite:\n    Description: S3 bucket name for hosting the static website\n    Type: String\nIsDebugEnabled:\n    Description: Set true/false to enable/ disable logging of the get metrics lambda\n    Type: String\n```\n\n## Custom resources\n\n- [GetMetrics Lambda Function](src/handler.py) : The lambda function will use the service catalog commands to generate a `list-launches.json` and `show-pipelines.json`. The JSON files are uploaded into the S3 bucket at runtime. The JSON files are uploaded everytime we have an execution of the `servicecatalog-factory-pipeline` and `servicecatalog-puppet-pipeline`\n\n## Example\n\n```\nS3BucketNameForStaticWebsite = static-s3-website\nIsDebugEnabled               = true\n```\n\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/get-metrics/v2/product.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: \"Creates the get metric resources for fetching the SC-F and SC-P pipelines status\"\n\nParameters:\n  S3BucketNameForStaticWebsite:\n    Description: S3 bucket name for hosting the static website\n    Type: String\n  IsDebugEnabled:\n    Description: Set true/false to enable/ disable logging of the get metrics lambda\n    Type: String\nResources:\n  # Role for the build projects - Factory and Puppet\n  DashboardCodeBuildRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /servicecatalog-monitoring/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      Policies:\n        - PolicyName: SCFDashboardCodeBuildPolicy\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - sts:AssumeRole\n                  - ecr:BatchCheckLayerAvailability\n                  - ecr:GetDownloadUrlForLayer\n                  - ecr:BatchGetImage\n                  - ecr:GetAuthorizationToken\n                  - logs:CreateLogGroup\n                  - logs:CreateLogStream\n                  - logs:PutLogEvents\n                  - codecommit:GitPull\n                  - codepipeline:ListPipelineExecutions\n                  - ssm:GetParameter\n                  - servicecatalog:ListPortfolioAccess\n                  - servicecatalog:AssociatePrincipalWithPortfolio\n                  - iam:GetRole\n                Effect: Allow\n                Resource: \"*\"\n              - Action:\n                  - s3:PutObject\n                  - s3:GetObject\n                  - s3:GetObjectVersion\n                  - s3:GetBucketAcl\n                  - s3:GetBucketLocation\n                Effect: Allow\n                Resource:\n                  - !Join [\"\", [\"arn:aws:s3:::\",!Ref S3BucketNameForStaticWebsite, \"/*\"]]\n                  - !Join [\"\", [\"arn:aws:s3:::\",!Ref S3BucketNameForStaticWebsite]]\n  # Creates a build project for exporting the SC products status\n  PuppetPipelineBuildLogs:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: PuppetPipelineBuildLogs\n      Description: Build project for exporting the SC products status\n      Environment:\n        Type: LINUX_CONTAINER\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:5.0\n      ServiceRole: !GetAtt DashboardCodeBuildRole.Arn\n      Source:\n        Type: CODECOMMIT\n        Location: !Join\n          - \"\"\n          - - \"https://git-codecommit.\"\n            - !Ref \"AWS::Region\"\n            - \".amazonaws.com/v1/repos/ServiceCatalogPuppet\"\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.8\n              commands:\n                - pip install aws-service-catalog-puppet\n            build:\n              commands:\n                - servicecatalog-puppet expand manifest.yaml\n                - servicecatalog-puppet list-launches manifest-expanded.yaml --format json > list-launches.json\n          artifacts:\n            files:\n              - list-launches.json\n      Artifacts:\n        Type: S3\n        Location: !Ref S3BucketNameForStaticWebsite\n        Name: assets\n        Packaging: NONE\n        EncryptionDisabled: true\n  # Creates a build project for exporting the SC factory pipeline status\n  FactoryPipelineBuildLogs:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: FactoryPipelineBuildLogs\n      Description: Build project for exporting the SC factory pipelines status\n      Environment:\n        Type: LINUX_CONTAINER\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:5.0\n      ServiceRole: !GetAtt DashboardCodeBuildRole.Arn\n      Source:\n        Type: CODECOMMIT\n        Location: !Join\n          - \"\"\n          - - \"https://git-codecommit.\"\n            - !Ref \"AWS::Region\"\n            - \".amazonaws.com/v1/repos/ServiceCatalogFactory\"\n        BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.8\n              commands:\n                - pip install aws-service-catalog-factory\n            build:\n              commands:\n                - servicecatalog-factory show-pipelines . --format json > show-pipelines.json\n          artifacts:\n            files:\n              - show-pipelines.json\n      Artifacts:\n        Type: S3\n        ArtifactIdentifier: outputArtifact\n        Location: !Ref S3BucketNameForStaticWebsite\n        Name: assets\n        Packaging: NONE\n        EncryptionDisabled: true\n  # Custom Lambda resource to start the code build project for fetching the SC-F and SC-P metrics\n  GetMetricLambdaFunction:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      MemorySize: 128\n      Role: !GetAtt GetMetricLambdaRole.Arn\n      Runtime: python3.8\n      Timeout: 500\n      Environment:\n        Variables:\n          DEBUG_MODE: !Ref IsDebugEnabled\n  # Lambda role for executing custom GetMetricLambdaFunction\n  GetMetricLambdaRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /servicecatalog-monitoring/\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n        Version: \"2012-10-17\"\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: GetSCFMetricsPolicy\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - codebuild:StartBuild\n                Effect: Allow\n                Resource: \"*\"\n  # Puppet pipeline event invoked on success/ failure of servicecatalog-puppet-pipeline\n  PuppetPipelineStatusEventRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Name: service-catalog-puppet-pipeline-metrics\n      Description: Event to detect a successful/ failed execution of the service catalog puppet pipeline\n      EventPattern:\n        source:\n          - \"aws.codepipeline\"\n        detail-type:\n          - \"CodePipeline Pipeline Execution State Change\"\n        detail:\n          pipeline:\n            - \"servicecatalog-puppet-pipeline\"\n          state:\n            - \"SUCCEEDED\"\n            - \"FAILED\"\n      Targets:\n        - Id: \"PuppetPipelineMetric\"\n          Arn: !GetAtt \"GetMetricLambdaFunction.Arn\"\n          Input: '{\"ProjectName\":\"PuppetPipelineBuildLogs\"}'\n    DependsOn:\n      - PuppetPipelineBuildLogs\n  # Factory pipeline event invoked on success/ failure of servicecatalog-factory-pipeline\n  FactoryPipelineStatusEventRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Name: service-catalog-factory-pipeline-metrics\n      Description: Event to detect a successful/ failed execution of the service catalog factory pipeline\n      EventPattern:\n        source:\n          - \"aws.codepipeline\"\n        detail-type:\n          - \"CodePipeline Pipeline Execution State Change\"\n        detail:\n          pipeline:\n            - \"servicecatalog-factory-pipeline\"\n          state:\n            - \"SUCCEEDED\"\n            - \"FAILED\"\n      Targets:\n        - Id: \"FactoryPipelineMetric\"\n          Arn: !GetAtt \"GetMetricLambdaFunction.Arn\"\n          Input: '{\"ProjectName\":\"FactoryPipelineBuildLogs\"}'\n    DependsOn:\n      - FactoryPipelineBuildLogs\n  # Permission for the puppet event rule lambda invocation\n  GetMetricPuppetLambdaInvokePermission:\n    Type: AWS::Lambda::Permission\n    Properties:\n      Action: lambda:InvokeFunction\n      Principal: events.amazonaws.com\n      SourceArn: !GetAtt PuppetPipelineStatusEventRule.Arn\n      FunctionName: !Ref GetMetricLambdaFunction\n  # Permission for the factory event rule lambda invocation\n  GetMetricFactoryLambdaInvokePermission:\n    Type: AWS::Lambda::Permission\n    Properties:\n      Action: lambda:InvokeFunction\n      Principal: events.amazonaws.com\n      SourceArn: !GetAtt FactoryPipelineStatusEventRule.Arn\n      FunctionName: !Ref GetMetricLambdaFunction\nOutputs:\n  FactoryBuildProject:\n    Description: Build project for the SC-F pipeline statistics\n    Value: !Ref FactoryPipelineBuildLogs\n  PuppetBuildProject:\n    Description: Build project for the SC-P pipeline statistics\n    Value: !Ref PuppetPipelineBuildLogs\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/get-metrics/v2/requirements.txt",
    "content": "boto3==1.9.163"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/get-metrics/v2/src/handler.py",
    "content": "#!/usr/bin/env python\n\n\"\"\" CodeBuild CloudFormation Lambda Function For Fetching Metrics \"\"\"\nimport json\nimport logging\nimport os\n\nimport boto3\n\n# Instantiate the code build client\nclient = boto3.client('codebuild')\n\n# Configure logging\nLOGGER = logging.getLogger(__name__)\nDEBUG_MODE = os.getenv('DEBUG_MODE', 'true')\nif DEBUG_MODE == 'true':\n    LOGGER.setLevel(logging.DEBUG)\nelse:\n    LOGGER.setLevel(logging.INFO)\n\n# Constants\nSUCCESS = \"SUCCESS\"\nFAILED = \"FAILED\"\n\n\ndef start_build(project_name):\n    if not project_name:\n        raise ValueError(\n            'missing ProjectName resource property'\n        )\n\n    response = client.start_build(\n        projectName=project_name\n    )\n    return response\n\n\ndef handler(event, context):\n    LOGGER.info('event: {}'.format(json_dump_format(event)))\n\n    project_name = event.get('ProjectName')\n\n    try:\n        start_build_response = start_build(project_name)\n        LOGGER.info(\n            'start_build response: {}'.format(json_dump_format(start_build_response)\n                                              )\n        )\n        # only return specific fields to prevent \"response object is too long\" errors\n        response = {\n            'build_id': start_build_response['build']['id'],\n            'project_name': start_build_response['build']['projectName'],\n            'arn': start_build_response['build']['arn'],\n        }\n        response_status = SUCCESS\n        request_id = start_build_response['ResponseMetadata']['RequestId']\n        reason = 'Create'\n    except Exception as e:\n        error = 'failed to start build: {}'.format(e)\n        LOGGER.error(error)\n        response_status = FAILED\n        reason = error\n        pass\n\n    response_body = {\n        'Status': response_status,\n        'Reason': ('Reason: ' + json_dump_format(reason) +\n                   '. See the details in CloudWatch Log Stream: ' + context.log_stream_name),\n        'RequestId': request_id,\n        'Data': response\n    }\n\n    LOGGER.info(\n        'lambda response: {}'.format(json_dump_format(response_body)\n                                     )\n    )\n\n\ndef json_dump_format(obj):\n    return json.dumps(obj, indent=4, sort_keys=True, default=str)\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nactions:\n  # Action for the build and deploy of the static website\n  build-static-content:\n    type: codebuild\n    project_name: BuildStaticWebsite\n    account_id: \"123456789012\"\n    region: \"us-east-2\"\n\nlaunches:\n  sc-tools-dashboard-static-web-app:\n    portfolio: demo-central-it-team-portfolio\n    product: static-web-app\n    version: v4\n    parameters:\n      CIDRForDashboardAccess:\n        default: \"192.168.0.0/20\"\n    outputs:\n      ssm:\n        - param_name: sc-dashboard-bucket-name\n          stack_output: S3BucketName\n    # Post build to initiate CodeBuild\n    post_actions:\n      - name: build-static-content\n  sc-tools-dashboard-get-metrics:\n    portfolio: demo-central-it-team-portfolio\n    product: get-metrics\n    version: v2\n    depends_on:\n      - sc-tools-dashboard-static-web-app\n    parameters:\n      S3BucketNameForStaticWebsite:\n        ssm:\n          name: sc-dashboard-bucket-name\n          region: us-east-2\n      IsDebugEnabled:\n        default: \"true\"\n  sc-tools-dashboard-put-metrics:\n    portfolio: demo-central-it-team-portfolio\n    product: put-metrics\n    version: v2\n    parameters:\n      IsDebugEnabled:\n        default: \"true\"\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: static-web-app\n      Owner: central-it@customer.com\n      Description: Deploys a static website in S3 bucket to display service catalog tools dashboard\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/service-catalog-tools-dashboard/static-web-app\n      Tags:\n        - Key: product-type\n          Value: service-catalog-tools-dashboard\n      Versions:\n        - Name: v4\n          Description: Deploys a static website in S3 bucket to display service catalog tools dashboard\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: static-web-app\n              BranchName: v4\n    - Name: get-metrics\n      Owner: central-it@customer.com\n      Description: get-metrics product for fetching the service catalog tools launch and pipelines information\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/service-catalog-tools-dashboard/get-metrics\n      Tags:\n        - Key: product-type\n          Value: service-catalog-tools-dashboard\n      Versions:\n        - Name: v2\n          Description: get-metrics product for fetching the service catalog tools launch and pipelines information\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: get-metrics\n              BranchName: v2\n      BuildSpec: |\n        version: 0.2  \n        phases:  \n          install:\n            runtime-versions:\n              python: 3.8\n          build:\n            commands:  \n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}  \n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml  \n            {% endfor %}  \n        artifacts:  \n          files:  \n            - '*'  \n            - '**/*'\n    - Name: put-metrics\n      Owner: central-it@customer.com\n      Description: put-metrics product to push custom metrics into CloudWatch and create CloudWatch dashboard\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/service-catalog-tools-dashboard/put-metrics\n      Tags:\n        - Key: product-type\n          Value: service-catalog-tools-dashboard\n      Versions:\n        - Name: v2\n          Description: put-metrics product to push custom metrics into CloudWatch and create CloudWatch dashboard\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: put-metrics\n              BranchName: v2\n      BuildSpec: |\n        version: 0.2\n        phases:\n          install:\n            runtime-versions:\n              python: 3.8\n          build:\n            commands:\n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/put-metrics/v2/README.md",
    "content": "# Put Metrics Product\n\nThis CloudFormation template creates custom Lambda functions and CloudWatch event rules for uploading the metrics for SC tools pipelines into CloudWatch.\n\n**NOTE** : **This is for illustration purposes only and not approved for production use**.\n\n## Parameters\n\n```\nIsDebugEnabled:\n    Description: Set true/false to enable/ disable logging of the get metrics lambda\n    Type: String\n```\n\n## Custom resources\n\n- [PutMetrics Lambda Function](src/handler.py) : The lambda function will upload custom metrics into cloud watch for the pipeline execution status of `servicecatalog-factory-pipeline` and `servicecatalog-puppet-pipeline`. The states tracked are `SUCCEEDED`, `FAILED` and `CANCELED`. The metrics will be used to plot the CloudWatch dashboard for the pipelines\n\n## Example\n\n```\nIsDebugEnabled = true\n```\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/put-metrics/v2/product.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: \"Creates a CloudWatch dashboard that monitors SC-F and SC-P pipelines execution status\"\n\nParameters:\n  IsDebugEnabled:\n    Description: Set true/false to enable/ disable logging of the get metrics lambda\n    Type: String\nResources:\n  # Custom Lambda resource to put the pipeline metrics into cloud watch\n  PutMetricLambdaFunction:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: ./src\n      Handler: handler.handler\n      MemorySize: 128\n      Role: !GetAtt PutMetricLambdaRole.Arn\n      Runtime: python3.7\n      Timeout: 500\n      Environment:\n        Variables:\n          DEBUG_MODE: !Ref IsDebugEnabled\n  # Event to collect the CloudWatch dashboard metrics for service catalog factory and puppet pipelines\n  SCFPipelinesEventForCWDashboard:\n    Type: AWS::Events::Rule\n    Properties:\n      Name: service-catalog-pipelines-dashboard-metrics\n      Description: Event to detect a successful/ failed or cancelled execution of the service catalog pipelines\n      EventPattern:\n        source:\n          - \"aws.codepipeline\"\n        detail-type:\n          - \"CodePipeline Pipeline Execution State Change\"\n        detail:\n          pipeline:\n            - \"servicecatalog-factory-pipeline\"\n            - \"servicecatalog-puppet-pipeline\"\n          state:\n            - \"SUCCEEDED\"\n            - \"FAILED\"\n            - \"CANCELED\"\n      Targets:\n        - Id: \"PutMetricLambda\"\n          Arn: !GetAtt \"PutMetricLambdaFunction.Arn\"\n  # Permission for the SCF event rule lambda invocation\n  PutMetricLambdaInvokePermission:\n    Type: AWS::Lambda::Permission\n    Properties:\n      Action: lambda:InvokeFunction\n      Principal: events.amazonaws.com\n      SourceArn: !GetAtt SCFPipelinesEventForCWDashboard.Arn\n      FunctionName: !Ref PutMetricLambdaFunction\n  # Lambda role for executing custom PutMetricLambdaFunction\n  PutMetricLambdaRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /servicecatalog-monitoring/\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - sts:AssumeRole\n            Effect: Allow\n            Principal:\n              Service: lambda.amazonaws.com\n        Version: 2012-10-17\n      ManagedPolicyArns:\n        - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\n      Policies:\n        - PolicyName: PutSCFMetricsPolicy\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - cloudwatch:PutMetricData\n                Effect: Allow\n                Resource: \"*\"\n  # Dashboard for viewing the metrics for the pipelines\n  ServiceCatalogFoundationDashboard:\n    Type: AWS::CloudWatch::Dashboard\n    Properties:\n      DashboardName: Service-Catalog-Foundation-Dashboard\n      DashboardBody: !Sub |\n        {\n            \"widgets\": [\n                {\n                    \"type\": \"metric\",\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 12,\n                    \"height\": 3,\n                    \"properties\": {\n                        \"metrics\": [\n                            [ \"Service Catalog Foundation\", \"SucceededExecutions\", \"By Pipelines\", \"servicecatalog-factory-pipeline\" ],\n                            [ \".\", \"FailedExecutions\", \".\", \".\" ],\n                            [ \".\", \"CancelledExecutions\", \".\", \".\" ]\n                        ],\n                        \"view\": \"singleValue\",\n                        \"region\": \"${AWS::Region}\",\n                        \"stat\": \"Sum\",\n                        \"period\": 300,\n                        \"setPeriodToTimeRange\": true,\n                        \"title\": \"Service Catalog Factory Pipeline Counts\"\n                    }\n                },\n                {\n                    \"type\": \"metric\",\n                    \"x\": 12,\n                    \"y\": 0,\n                    \"width\": 12,\n                    \"height\": 3,\n                    \"properties\": {\n                        \"metrics\": [\n                            [ \"Service Catalog Foundation\", \"SucceededExecutions\", \"By Pipelines\", \"servicecatalog-puppet-pipeline\" ],\n                            [ \".\", \"FailedExecutions\", \".\", \".\" ],\n                            [ \".\", \"CancelledExecutions\", \".\", \".\" ]\n                        ],\n                        \"view\": \"singleValue\",\n                        \"region\": \"${AWS::Region}\",\n                        \"setPeriodToTimeRange\": true,\n                        \"title\": \"Service Catalog Puppet Pipeline Counts\",\n                        \"period\": 300,\n                        \"stat\": \"Sum\"\n                    }\n                },\n                {\n                    \"type\": \"metric\",\n                    \"x\": 0,\n                    \"y\": 3,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"properties\": {\n                        \"metrics\": [\n                            [ \"Service Catalog Foundation\", \"SucceededExecutions\", \"By Pipelines\", \"servicecatalog-factory-pipeline\" ],\n                            [ \".\", \"FailedExecutions\", \".\", \".\" ],\n                            [ \".\", \"CancelledExecutions\", \".\", \".\" ]\n                        ],\n                        \"view\": \"timeSeries\",\n                        \"stacked\": false,\n                        \"region\": \"${AWS::Region}\",\n                        \"stat\": \"Sum\",\n                        \"period\": 900,\n                        \"legend\": {\n                            \"position\": \"right\"\n                        },\n                        \"title\": \"Service Catalog Factory Pipeline Time Series\"\n                    }\n                },\n                {\n                    \"type\": \"metric\",\n                    \"x\": 12,\n                    \"y\": 3,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"properties\": {\n                        \"metrics\": [\n                            [ \"Service Catalog Foundation\", \"SucceededExecutions\", \"By Pipelines\", \"servicecatalog-puppet-pipeline\" ],\n                            [ \".\", \"FailedExecutions\", \".\", \".\" ],\n                            [ \".\", \"CancelledExecutions\", \".\", \".\" ]\n                        ],\n                        \"view\": \"timeSeries\",\n                        \"stacked\": false,\n                        \"region\": \"${AWS::Region}\",\n                        \"legend\": {\n                            \"position\": \"right\"\n                        },\n                        \"yAxis\": {\n                            \"right\": {\n                                \"label\": \"\"\n                            }\n                        },\n                        \"title\": \"Service Catalog Puppet Pipeline Time Series\",\n                        \"period\": 300,\n                        \"stat\": \"Sum\"\n                    }\n                }\n            ]\n        }\nOutputs:\n  CloudWatchDashboardName:\n    Value: !Ref ServiceCatalogFoundationDashboard\n    Description: Logical name of the service catalog CloudWatch dashboard\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/put-metrics/v2/requirements.txt",
    "content": "boto3==1.9.163"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/put-metrics/v2/src/handler.py",
    "content": "#!/usr/bin/env python\n\n\"\"\" Lambda Function For Putting Metrics into CloudWatch \"\"\"\nimport json\nimport logging\nimport os\nfrom datetime import datetime\n\nimport boto3\n\n# Instantiate the cloud watch client\nclient = boto3.client('cloudwatch')\n\n# Configure logging\nLOGGER = logging.getLogger(__name__)\nDEBUG_MODE = os.getenv('DEBUG_MODE', 'true')\nif DEBUG_MODE == 'true':\n    LOGGER.setLevel(logging.DEBUG)\nelse:\n    LOGGER.setLevel(logging.INFO)\n\n\n# Configure the metric names for Success, Failure and Cancelled executions\ndef succeeded_executions():\n    return \"SucceededExecutions\"\n\n\ndef failed_executions():\n    return \"FailedExecutions\"\n\n\ndef cancelled_executions():\n    return \"CancelledExecutions\"\n\n\n# dictionary for the metric names\npipeline_state_map = {\n    'SUCCEEDED': succeeded_executions(),\n    'FAILED': failed_executions(),\n    'CANCELED': cancelled_executions()\n}\n\n\ndef handler(event, context):\n    pipeline_name, pipeline_state, execution_timestamp = get_event_info(event)\n    put_metrics(pipeline_name, pipeline_state_map[pipeline_state], execution_timestamp)\n\n\ndef get_event_info(event):\n    LOGGER.info('Event: {}'.format(json_dump_format(event)))\n    pipeline_name = event['detail']['pipeline']\n    pipeline_state = event['detail']['state']\n    execution_timestamp = event['time']\n    return pipeline_name, pipeline_state, execution_timestamp\n\n\ndef put_metrics(name, status, timestamp):\n    datetime_obj = datetime.strptime(timestamp, '%Y-%m-%dT%H:%M:%SZ')\n\n    client.put_metric_data(\n        Namespace='Service Catalog Foundation',\n        MetricData=[\n            {\n                'MetricName': '{}'.format(status),\n                'Dimensions': [\n                    {\n                        'Name': 'By Pipelines',\n                        'Value': name\n                    }\n                ],\n                'Timestamp': datetime_obj.timestamp(),\n                'Value': 1,\n                'Unit': 'Count',\n                'StorageResolution': 1\n            }\n        ]\n    )\n\n\ndef json_dump_format(obj):\n    return json.dumps(obj, indent=4, sort_keys=True, default=str)\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/README.md",
    "content": "# Static Web App Product\n\nThis CloudFormation template creates dashboard product hosted on S3 bucket for tracking the status of the SC tools.\n\n**NOTE** : **This is for illustration purposes only and not approved for production use**.\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.9.\n\n## Local development server\n\n- Navigate to the root folder. Here the root folder is _v1_\n- Run `npm install` for installing all the dependencies from `package.json`\n- Run `npm run-script start` for a dev server. Navigate to `http://localhost:4200/`\n- The app will automatically reload if you change any of the source files.\n- Any environment specific variables are defined in `environment.ts` and `environment.prod.ts`\n\n## Location for the JSON data\n\n- The application has the `list-launches.json` stored in `src/assets/data`\n- All JSON files generated by the code pipeline will be stored here\n\n## Deployment to S3\n\n- The code build project will be deploying the static website into the S3 bucket\n- We have a cloud watch event which listens for any change to the code commit repository of static-web-app and triggers the code build\n\n## Parameters\n\n```\nCIDRForDashboardAccess:\n    Description: IP CIDR range which will be allowed to access the monitoring dashboard hosted on S3\n    Type: String\n```\n\n## Example\n\n```\nCIDRForDashboardAccess = 192.168.0.0/20\n```\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/angular.json",
    "content": "{\n  \"$schema\": \"./node_modules/@angular/cli/lib/config/schema.json\",\n  \"version\": 1,\n  \"newProjectRoot\": \"projects\",\n  \"projects\": {\n    \"web-dashboard\": {\n      \"root\": \"\",\n      \"sourceRoot\": \"src\",\n      \"projectType\": \"application\",\n      \"prefix\": \"app\",\n      \"schematics\": {\n        \"@schematics/angular:component\": {\n          \"style\": \"scss\"\n        }\n      },\n      \"architect\": {\n        \"build\": {\n          \"builder\": \"@angular-devkit/build-angular:browser\",\n          \"options\": {\n            \"outputPath\": \"dist\",\n            \"index\": \"src/index.html\",\n            \"main\": \"src/main.ts\",\n            \"polyfills\": \"src/polyfills.ts\",\n            \"tsConfig\": \"src/tsconfig.app.json\",\n            \"assets\": [\n              \"src/favicon.ico\",\n              \"src/assets\",\n              \"src/error.html\"\n            ],\n            \"styles\": [\n              \"src/styles.scss\",\n              \"node_modules/bootstrap/dist/css/bootstrap.min.css\"\n            ],\n            \"scripts\": [],\n            \"es5BrowserSupport\": true\n          },\n          \"configurations\": {\n            \"production\": {\n              \"fileReplacements\": [\n                {\n                  \"replace\": \"src/environments/environment.ts\",\n                  \"with\": \"src/environments/environment.prod.ts\"\n                }\n              ],\n              \"optimization\": true,\n              \"outputHashing\": \"all\",\n              \"sourceMap\": false,\n              \"extractCss\": true,\n              \"namedChunks\": false,\n              \"aot\": true,\n              \"extractLicenses\": true,\n              \"vendorChunk\": false,\n              \"buildOptimizer\": true,\n              \"budgets\": [\n                {\n                  \"type\": \"initial\",\n                  \"maximumWarning\": \"2mb\",\n                  \"maximumError\": \"5mb\"\n                }\n              ]\n            }\n          }\n        },\n        \"serve\": {\n          \"builder\": \"@angular-devkit/build-angular:dev-server\",\n          \"options\": {\n            \"browserTarget\": \"web-dashboard:build\"\n          },\n          \"configurations\": {\n            \"production\": {\n              \"browserTarget\": \"web-dashboard:build:production\"\n            }\n          }\n        },\n        \"extract-i18n\": {\n          \"builder\": \"@angular-devkit/build-angular:extract-i18n\",\n          \"options\": {\n            \"browserTarget\": \"web-dashboard:build\"\n          }\n        },\n        \"test\": {\n          \"builder\": \"@angular-devkit/build-angular:karma\",\n          \"options\": {\n            \"main\": \"src/test.ts\",\n            \"polyfills\": \"src/polyfills.ts\",\n            \"tsConfig\": \"src/tsconfig.spec.json\",\n            \"karmaConfig\": \"src/karma.conf.js\",\n            \"styles\": [\n              \"src/styles.scss\"\n            ],\n            \"scripts\": [],\n            \"assets\": [\n              \"src/favicon.ico\",\n              \"src/assets\"\n            ]\n          }\n        },\n        \"lint\": {\n          \"builder\": \"@angular-devkit/build-angular:tslint\",\n          \"options\": {\n            \"tsConfig\": [\n              \"src/tsconfig.app.json\",\n              \"src/tsconfig.spec.json\"\n            ],\n            \"exclude\": [\n              \"**/node_modules/**\"\n            ]\n          }\n        }\n      }\n    },\n    \"web-dashboard-e2e\": {\n      \"root\": \"e2e/\",\n      \"projectType\": \"application\",\n      \"prefix\": \"\",\n      \"architect\": {\n        \"e2e\": {\n          \"builder\": \"@angular-devkit/build-angular:protractor\",\n          \"options\": {\n            \"protractorConfig\": \"e2e/protractor.conf.js\",\n            \"devServerTarget\": \"web-dashboard:serve\"\n          },\n          \"configurations\": {\n            \"production\": {\n              \"devServerTarget\": \"web-dashboard:serve:production\"\n            }\n          }\n        },\n        \"lint\": {\n          \"builder\": \"@angular-devkit/build-angular:tslint\",\n          \"options\": {\n            \"tsConfig\": \"e2e/tsconfig.e2e.json\",\n            \"exclude\": [\n              \"**/node_modules/**\"\n            ]\n          }\n        }\n      }\n    }\n  },\n  \"defaultProject\": \"web-dashboard\"\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/buildspec.yml",
    "content": "version: 0.2\n\nphases:\n  install:\n    runtime-versions:\n      nodejs: 10\n  pre_build:\n    commands:\n      - echo Installing NPM dependencies....\n      - npm install\n  build:\n    commands:\n      - echo Building the project....\n      - npm run-script build\n  post_build:\n    commands:\n      - echo Build is completed on `date`\nartifacts:\n  files:\n    - \"**/*\"\n  base-directory: \"dist\"\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/protractor.conf.js",
    "content": "// Protractor configuration file, see link for more information\n// https://github.com/angular/protractor/blob/master/lib/config.ts\n\nconst {SpecReporter} = require('jasmine-spec-reporter');\n\nexports.config = {\n    allScriptsTimeout: 11000,\n    specs: [\n        './src/**/*.e2e-spec.ts'\n    ],\n    capabilities: {\n        'browserName': 'chrome'\n    },\n    directConnect: true,\n    baseUrl: 'http://localhost:4200/',\n    framework: 'jasmine',\n    jasmineNodeOpts: {\n        showColors: true,\n        defaultTimeoutInterval: 30000,\n        print: function () {\n        }\n    },\n    onPrepare() {\n        require('ts-node').register({\n            project: require('path').join(__dirname, './tsconfig.e2e.json')\n        });\n        jasmine.getEnv().addReporter(new SpecReporter({spec: {displayStacktrace: true}}));\n    }\n};\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.e2e-spec.ts",
    "content": "import {AppPage} from './app.po';\nimport {browser, logging} from 'protractor';\n\ndescribe('workspace-project App', () => {\n    let page: AppPage;\n\n    beforeEach(() => {\n        page = new AppPage();\n    });\n\n    it('should display welcome message', () => {\n        page.navigateTo();\n        expect(page.getTitleText()).toEqual('Welcome to web-dashboard!');\n    });\n\n    afterEach(async () => {\n        // Assert that there are no errors emitted from the browser\n        const logs = await browser.manage().logs().get(logging.Type.BROWSER);\n        expect(logs).not.toContain(jasmine.objectContaining({\n            level: logging.Level.SEVERE,\n        } as logging.Entry));\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/src/app.po.ts",
    "content": "import {browser, by, element} from 'protractor';\n\nexport class AppPage {\n    navigateTo() {\n        return browser.get(browser.baseUrl) as Promise<any>;\n    }\n\n    getTitleText() {\n        return element(by.css('app-root h1')).getText() as Promise<string>;\n    }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/e2e/tsconfig.e2e.json",
    "content": "{\n  \"extends\": \"../tsconfig.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"../out-tsc/app\",\n    \"module\": \"commonjs\",\n    \"target\": \"es5\",\n    \"types\": [\n      \"jasmine\",\n      \"jasminewd2\",\n      \"node\"\n    ]\n  }\n}"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/package.json",
    "content": "{\n  \"name\": \"web-dashboard\",\n  \"version\": \"0.0.0\",\n  \"scripts\": {\n    \"ng\": \"ng\",\n    \"start\": \"ng serve\",\n    \"build\": \"ng build --prod\",\n    \"test\": \"ng test\",\n    \"lint\": \"ng lint\",\n    \"e2e\": \"ng e2e\"\n  },\n  \"private\": true,\n  \"dependencies\": {\n    \"@angular/animations\": \"~9.1.1\",\n    \"@angular/common\": \"~9.1.1\",\n    \"@angular/compiler\": \"~9.1.1\",\n    \"@angular/core\": \"~9.1.1\",\n    \"@angular/forms\": \"~9.1.1\",\n    \"@angular/platform-browser\": \"~9.1.1\",\n    \"@angular/platform-browser-dynamic\": \"~9.1.1\",\n    \"@angular/router\": \"~9.1.1\",\n    \"bootstrap\": \"^4.4.1\",\n    \"core-js\": \"^3.6.5\",\n    \"jquery\": \"^3.5.0\",\n    \"popper\": \"^1.0.1\",\n    \"rxjs\": \"~6.5.5\",\n    \"serialize-javascript\": \"^3.1.0\",\n    \"tslib\": \"^1.11.1\",\n    \"zone.js\": \"~0.10.3\"\n  },\n  \"devDependencies\": {\n    \"@angular-devkit/build-angular\": \"~0.901.1\",\n    \"@angular/cli\": \"~9.1.1\",\n    \"@angular/compiler-cli\": \"~9.1.1\",\n    \"@angular/language-service\": \"~9.1.1\",\n    \"@types/node\": \"~13.11.1\",\n    \"@types/jasmine\": \"~3.5.10\",\n    \"@types/jasminewd2\": \"~2.0.8\",\n    \"codelyzer\": \"~5.2.2\",\n    \"jasmine-core\": \"~3.5.0\",\n    \"jasmine-spec-reporter\": \"~5.0.1\",\n    \"karma\": \"~5.0.1\",\n    \"karma-chrome-launcher\": \"~3.1.0\",\n    \"karma-coverage-istanbul-reporter\": \"~2.1.1\",\n    \"karma-jasmine\": \"~3.1.1\",\n    \"karma-jasmine-html-reporter\": \"^1.5.3\",\n    \"protractor\": \"~5.4.3\",\n    \"ts-node\": \"~8.8.2\",\n    \"tslint\": \"~6.1.1\",\n    \"typescript\": \"~3.8.3\"\n  }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/product.template.yaml",
    "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: \"Creates a static website dashboard that monitors SC-F/ SC-P pipelines and products health\"\n\nParameters:\n  CIDRForDashboardAccess:\n    Description: IP CIDR range which will be allowed to access the monitoring dashboard hosted on S3\n    Type: String\n\nResources:\n  # S3 Bucket for hosting the static website for monitoring dashboard\n  S3StaticHostingBucket:\n    Type: AWS::S3::Bucket\n    DeletionPolicy: Retain # S3 bucket cannot be deleted when non empty\n    Properties:\n      AccessControl: BucketOwnerFullControl\n      WebsiteConfiguration:\n        IndexDocument: index.html\n        ErrorDocument: error.html\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              SSEAlgorithm: AES256\n  # Bucket policy for the S3 bucket hosting the static website\n  StaticHostingBucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    Properties:\n      PolicyDocument:\n        Id: AllowSelectedIPSource\n        Version: 2012-10-17\n        Statement:\n          - Sid: PublicReadForGetBucketObjects\n            Effect: Allow\n            Principal: \"*\"\n            Action: \"s3:GetObject\"\n            Resource: !Join [\"\", [!GetAtt [S3StaticHostingBucket, Arn], \"/*\"]]\n            Condition:\n              IpAddress:\n                aws:SourceIp:\n                  - !Ref CIDRForDashboardAccess\n      Bucket: !Ref S3StaticHostingBucket\n  # Code build role for the static website\n  StaticWebsiteBuildRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /servicecatalog-monitoring/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - codebuild.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      Policies:\n        - PolicyName: StaticWebsiteBuildPolicy\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - \"sts:AssumeRole\"\n                  - \"logs:CreateLogGroup\"\n                  - \"logs:CreateLogStream\"\n                  - \"logs:PutLogEvents\"\n                  - \"codecommit:Get*\"\n                  - \"codecommit:List*\"\n                  - \"codecommit:GitPull\"\n                  - \"s3:List*\"\n                  - \"s3:Get*\"\n                  - \"s3:PutObject\"\n                Effect: Allow\n                Resource: \"*\"\n  # Code build project for the static website\n  BuildStaticWebsite:\n    Type: AWS::CodeBuild::Project\n    Properties:\n      Name: BuildStaticWebsite\n      Description: Project to build the static website for the metrics dashboard\n      Environment:\n        Type: LINUX_CONTAINER\n        ComputeType: BUILD_GENERAL1_SMALL\n        Image: aws/codebuild/standard:5.0\n      ServiceRole: !GetAtt StaticWebsiteBuildRole.Arn\n      Source:\n        Type: CODECOMMIT\n        Location: !Join\n          - \"\"\n          - - \"https://git-codecommit.\"\n            - !Ref \"AWS::Region\"\n            - \".amazonaws.com/v4/repos/static-web-app\"\n      Artifacts:\n        Type: S3\n        Location: !Ref S3StaticHostingBucket\n        Packaging: NONE\n        EncryptionDisabled: true\n        Name: \"/\"\n  # Role for the CW event to invoke the code build\n  CWEventInvokeStaticWebsiteBuildRole:\n    Type: AWS::IAM::Role\n    Properties:\n      Path: /servicecatalog-monitoring/\n      AssumeRolePolicyDocument:\n        Version: 2012-10-17\n        Statement:\n          - Effect: Allow\n            Principal:\n              Service:\n                - events.amazonaws.com\n            Action:\n              - sts:AssumeRole\n      Policies:\n        - PolicyName: CWEventPolicyForCodeBuild\n          PolicyDocument:\n            Statement:\n              - Action:\n                  - \"sts:AssumeRole\"\n                  - \"codebuild:StartBuild\"\n                Effect: Allow\n                Resource: \"*\"\n  # Event for triggering the code build project\n  StaticWebsiteEventRole:\n    Type: AWS::Events::Rule\n    Properties:\n      Name: service-catalog-metrics-static-web-app\n      Description: Event to detect a code change to trigger the code build project\n      EventPattern:\n        source:\n          - \"aws.codecommit\"\n        detail:\n          referenceType:\n            - branch\n          event:\n            - referenceCreated\n            - referenceUpdated\n          referenceName:\n            - v4\n        detail-type:\n          - CodeCommit Repository State Change\n        resources:\n          - !Sub 'arn:aws:codecommit:${AWS::Region}:${AWS::AccountId}:static-web-app'\n      Targets:\n        - Id: \"InvokeStaticWebAppBuild\"\n          Arn: !GetAtt BuildStaticWebsite.Arn\n          RoleArn: !GetAtt CWEventInvokeStaticWebsiteBuildRole.Arn\nOutputs:\n  WebsiteURL:\n    Value: !GetAtt [S3StaticHostingBucket, WebsiteURL]\n    Description: URL for website hosted on S3\n  S3BucketName:\n    Value: !Ref S3StaticHostingBucket\n    Description: Name of S3 bucket to hold website content\n  StaticWebsiteCodeBuildName:\n    Value: !Ref BuildStaticWebsite\n    Description: Code build project for the static website build and deployment\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_helpers/header.interceptor.ts",
    "content": "import {Injectable} from '@angular/core';\nimport {HttpEvent, HttpHandler, HttpInterceptor, HttpRequest} from '@angular/common/http';\nimport {Observable} from 'rxjs';\n\n@Injectable()\nexport class HeaderInterceptor implements HttpInterceptor {\n    intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n        // add headers\n        request = request.clone({\n            setHeaders: {\n                'Content-Type': 'application/json',\n                'Cache-Control': 'no-cache',\n                'Pragma': 'no-cache',\n                'Expires': 'Sat, 01 Jan 2000 00:00:00 GMT'\n            }\n        });\n\n        return next.handle(request);\n    }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_helpers/index.ts",
    "content": "export * from './header.interceptor';\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/index.ts",
    "content": "export * from './product-info';\nexport * from './product-launch-list';\nexport * from './pipeline-info';\nexport * from './pipeline-list';\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-info.ts",
    "content": "export class PipelineInfo {\n    name: string;\n    status: string;\n    revision_id: string;\n    revision_summary: string;\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/pipeline-list.ts",
    "content": "import {PipelineInfo} from \"./pipeline-info\";\n\nexport class PipelineList {\n    key: PipelineInfo;\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-info.ts",
    "content": "export class ProductInfo {\n    account_id: number;\n    region: string;\n    launch: string;\n    portfolio: string;\n    product: string;\n    expected_version: string;\n    actual_version: string;\n    active: boolean;\n    status: string;\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_models/product-launch-list.ts",
    "content": "import {ProductInfo} from \"./product-info\";\n\nexport class ProductLaunchList {\n    key: ProductInfo;\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/index.ts",
    "content": "export * from './list-launch.service';\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/list-launch.service.ts",
    "content": "import {Injectable} from '@angular/core';\nimport {ProductInfo, ProductLaunchList} from \"../_models\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {environment} from \"../../environments/environment\";\n\n@Injectable({\n    providedIn: 'root'\n})\nexport class ListLaunchService {\n\n    list_launches: Observable<ProductInfo[]>;\n    baseUrl: string = `${environment.apiUrl}/assets/list-launches.json`;\n    private _list_launches: BehaviorSubject<ProductInfo[]>;\n    private dataStore: {  // This is where we will store our data in memory\n        list_launches: ProductInfo[];\n    };\n\n    constructor(private http: HttpClient) {\n        this.dataStore = {list_launches: []};\n        this._list_launches = <BehaviorSubject<ProductInfo[]>>new BehaviorSubject([]);\n        this.list_launches = this._list_launches.asObservable();\n    }\n\n    loadAll() {\n        let product_array: ProductInfo[];\n        return this.http.get<ProductLaunchList[]>(`${this.baseUrl}`)\n            .subscribe(\n                data => {\n                    console.log('Loading the data from JSON....');\n                    console.log(data);\n                    product_array = Object.keys(data).map(function (key) {\n                        return data[key];\n                    });\n                    console.log('Data converted to a collection....');\n                    console.log(product_array);\n                    this.dataStore.list_launches = product_array;\n                    this._list_launches.next(Object.assign({}, this.dataStore).list_launches);\n                }, error => console.log('Failed to load status.', error)\n            )\n    }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/_services/pipeline-status.service.ts",
    "content": "import {Injectable} from '@angular/core';\nimport {PipelineInfo} from \"../_models\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {environment} from \"../../environments/environment\";\n\n@Injectable({\n    providedIn: 'root'\n})\nexport class PipelineStatusService {\n\n    pipelines: Observable<PipelineInfo[]>;\n    baseUrl: string = `${environment.apiUrl}/assets/show-pipelines.json`;\n    private _pipelines: BehaviorSubject<PipelineInfo[]>;\n    private dataStore: {  // This is where we will store our data in memory\n        pipelines: PipelineInfo[];\n    };\n\n    constructor(private http: HttpClient) {\n        this.dataStore = {pipelines: []};\n        this._pipelines = <BehaviorSubject<PipelineInfo[]>>new BehaviorSubject([]);\n        this.pipelines = this._pipelines.asObservable();\n    }\n\n    loadAll() {\n        let pipeline_array: PipelineInfo[];\n        return this.http.get<PipelineInfo[]>(`${this.baseUrl}`)\n            .subscribe(\n                data => {\n                    console.log('Loading the data from JSON....');\n                    console.log(data);\n                    pipeline_array = Object.keys(data).map(function (key) {\n                        return data[key];\n                    });\n                    console.log('Data converted to a collection....');\n                    console.log(pipeline_array);\n                    this.dataStore.pipelines = pipeline_array;\n                    this._pipelines.next(Object.assign({}, this.dataStore).pipelines);\n                }, error => console.log('Failed to load status.', error)\n            )\n    }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app-routing.module.ts",
    "content": "import {NgModule} from '@angular/core';\nimport {RouterModule, Routes} from '@angular/router';\nimport {ListLaunchesComponent} from \"./list-launches/list-launches.component\";\nimport {ShowPipelinesComponent} from \"./show-pipelines/show-pipelines.component\";\n\nconst routes: Routes = [\n    {\n        path: '',\n        redirectTo: '/list-launches',\n        pathMatch: 'full'\n    },\n    {\n        path: 'list-launches',\n        component: ListLaunchesComponent\n    },\n    {\n        path: 'show-pipelines',\n        component: ShowPipelinesComponent\n    }\n];\n\n@NgModule({\n    imports: [RouterModule.forRoot(routes, {useHash: true})],\n    exports: [RouterModule]\n})\nexport class AppRoutingModule {\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.html",
    "content": "<!-- Header -->\n<app-header></app-header>\n\n<!--Dynamic component -->\n<router-outlet></router-outlet>\n\n<!-- Footer -->\n<app-footer></app-footer>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.scss",
    "content": ""
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.spec.ts",
    "content": "import {async, TestBed} from '@angular/core/testing';\nimport {RouterTestingModule} from '@angular/router/testing';\nimport {AppComponent} from './app.component';\n\ndescribe('AppComponent', () => {\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            imports: [\n                RouterTestingModule\n            ],\n            declarations: [\n                AppComponent\n            ],\n        }).compileComponents();\n    }));\n\n    it('should create the app', () => {\n        const fixture = TestBed.createComponent(AppComponent);\n        const app = fixture.debugElement.componentInstance;\n        expect(app).toBeTruthy();\n    });\n\n    it(`should have as title 'web-dashboard'`, () => {\n        const fixture = TestBed.createComponent(AppComponent);\n        const app = fixture.debugElement.componentInstance;\n        expect(app.title).toEqual('web-dashboard');\n    });\n\n    it('should render title in a h1 tag', () => {\n        const fixture = TestBed.createComponent(AppComponent);\n        fixture.detectChanges();\n        const compiled = fixture.debugElement.nativeElement;\n        expect(compiled.querySelector('h1').textContent).toContain('Welcome to web-dashboard!');\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.component.ts",
    "content": "import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\n\n@Component({\n    selector: 'app-root',\n    templateUrl: './app.component.html',\n    styleUrls: ['./app.component.scss'],\n    encapsulation: ViewEncapsulation.None,\n    changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent {\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/app.module.ts",
    "content": "import {BrowserModule} from '@angular/platform-browser';\nimport {NgModule} from '@angular/core';\n\nimport {AppRoutingModule} from './app-routing.module';\nimport {AppComponent} from './app.component';\nimport {ListLaunchesComponent} from './list-launches/list-launches.component';\n\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {FormsModule, ReactiveFormsModule} from \"@angular/forms\";\nimport {HeaderComponent} from './header/header.component';\nimport {FooterComponent} from './footer/footer.component';\nimport {HeaderInterceptor} from \"./_helpers\";\nimport {ShowPipelinesComponent} from './show-pipelines/show-pipelines.component';\nimport {SpinnerComponent} from './spinner/spinner.component';\n\n\n@NgModule({\n    declarations: [\n        AppComponent,\n        ListLaunchesComponent,\n        HeaderComponent,\n        FooterComponent,\n        ShowPipelinesComponent,\n        SpinnerComponent\n    ],\n    imports: [\n        BrowserModule,\n        FormsModule,\n        ReactiveFormsModule,\n        HttpClientModule,\n        AppRoutingModule\n    ],\n    providers: [\n        {provide: HTTP_INTERCEPTORS, useClass: HeaderInterceptor, multi: true}\n    ],\n    bootstrap: [AppComponent]\n})\nexport class AppModule {\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.html",
    "content": "<div class=\"footer\">\n    <p>Dashboard for monitoring Service Catalog Products</p>\n</div>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.scss",
    "content": "@import \"~src/styles\";\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.spec.ts",
    "content": "import {async, ComponentFixture, TestBed} from '@angular/core/testing';\n\nimport {FooterComponent} from './footer.component';\n\ndescribe('FooterComponent', () => {\n    let component: FooterComponent;\n    let fixture: ComponentFixture<FooterComponent>;\n\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            declarations: [FooterComponent]\n        })\n            .compileComponents();\n    }));\n\n    beforeEach(() => {\n        fixture = TestBed.createComponent(FooterComponent);\n        component = fixture.componentInstance;\n        fixture.detectChanges();\n    });\n\n    it('should create', () => {\n        expect(component).toBeTruthy();\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/footer/footer.component.ts",
    "content": "import {Component, OnInit} from '@angular/core';\n\n@Component({\n    selector: 'app-footer',\n    templateUrl: './footer.component.html',\n    styleUrls: ['./footer.component.scss']\n})\nexport class FooterComponent implements OnInit {\n\n    constructor() {\n    }\n\n    ngOnInit() {\n    }\n\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.html",
    "content": "<div class=\"header\">\n    <ul class=\"nav nav-pills float-right\">\n        <li class=\"nav-item\">\n            <a class=\"nav-link\" routerLink=\"/list-launches\">Product Launch Status</a>\n        </li>\n        <li>\n            <a class=\"nav-link\" routerLink=\"/show-pipelines\">Pipelines Status</a>\n        </li>\n    </ul>\n    <h3 class=\"float-left\">Service Catalog Monitoring Dashboard</h3>\n</div>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.scss",
    "content": "@import \"~src/styles\";\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.spec.ts",
    "content": "import {async, ComponentFixture, TestBed} from '@angular/core/testing';\n\nimport {HeaderComponent} from './header.component';\n\ndescribe('HeaderComponent', () => {\n    let component: HeaderComponent;\n    let fixture: ComponentFixture<HeaderComponent>;\n\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            declarations: [HeaderComponent]\n        })\n            .compileComponents();\n    }));\n\n    beforeEach(() => {\n        fixture = TestBed.createComponent(HeaderComponent);\n        component = fixture.componentInstance;\n        fixture.detectChanges();\n    });\n\n    it('should create', () => {\n        expect(component).toBeTruthy();\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/header/header.component.ts",
    "content": "import {Component, OnInit} from '@angular/core';\n\n@Component({\n    selector: 'app-header',\n    templateUrl: './header.component.html',\n    styleUrls: ['./header.component.scss']\n})\nexport class HeaderComponent implements OnInit {\n\n    constructor() {\n    }\n\n    ngOnInit() {\n    }\n\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/list-launches/list-launches.component.html",
    "content": "<div class=\"container row heading\">\n    <div class=\"col-lg-12\">\n        <h4>Product Launch Status</h4>\n        <p></p>\n    </div>\n</div>\n\n<app-spinner [enable]=\"show_spinner\"></app-spinner>\n\n<div *ngIf=\"!show_spinner\">\n    <div class=\"container row\">\n        <div class=\"col-lg-12\">\n            <h6 class=\"text-primary\">Last refreshed {{ now | date:'MMM d, y, h:mm:ss a'}}</h6>\n            <p></p>\n        </div>\n    </div>\n\n    <div class=\"row table-data\">\n        <div class=\"col-lg-12\">\n            <table class=\"table table-striped table-responsive\">\n                <thead class=\"thead-dark\">\n                <tr>\n                    <th class=\"text-center\" scope=\"col\">Account ID</th>\n                    <th class=\"text-center\" scope=\"col\">Region</th>\n                    <th class=\"text-center\" scope=\"col\">Launch</th>\n                    <th class=\"text-center\" scope=\"col\">Portfolio</th>\n                    <th class=\"text-center\" scope=\"col\">Product</th>\n                    <th class=\"text-center\" scope=\"col\">Expected Version</th>\n                    <th class=\"text-center\" scope=\"col\">Actual Version</th>\n                    <th class=\"text-center\" scope=\"col\">Active</th>\n                    <th class=\"text-center\" scope=\"col\">Status</th>\n                </tr>\n                </thead>\n                <tbody class=\"text-center\">\n                <tr *ngFor=\"let list_launch of list_launches$|async\">\n                    <td>{{list_launch.account_id}}</td>\n                    <td>{{list_launch.region}}</td>\n                    <td>{{list_launch.launch}}</td>\n                    <td>{{list_launch.portfolio}}</td>\n                    <td>{{list_launch.product}}</td>\n                    <td\n                            [ngClass]=\"[list_launch.expected_version !== list_launch.actual_version ? 'bg-warning':'']\">\n                        {{list_launch.expected_version}}\n                    </td>\n                    <td\n                            [ngClass]=\"[list_launch.expected_version !== list_launch.actual_version ? 'bg-warning':'']\">\n                        {{list_launch.actual_version}}\n                    </td>\n                    <td>{{list_launch.active}}</td>\n                    <td [ngClass]=\"[list_launch.status.toUpperCase().trim() !== 'AVAILABLE' ? 'bg-danger':'']\">\n                        {{list_launch.status}}\n                    </td>\n                </tr>\n                </tbody>\n            </table>\n        </div>\n    </div>\n</div>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/list-launches/list-launches.component.scss",
    "content": "@import \"~src/styles\";\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/list-launches/list-launches.component.spec.ts",
    "content": "import {async, ComponentFixture, TestBed} from '@angular/core/testing';\n\nimport {ListLaunchesComponent} from './list-launches.component';\n\ndescribe('ListLaunchesComponent', () => {\n    let component: ListLaunchesComponent;\n    let fixture: ComponentFixture<ListLaunchesComponent>;\n\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            declarations: [ListLaunchesComponent]\n        })\n            .compileComponents();\n    }));\n\n    beforeEach(() => {\n        fixture = TestBed.createComponent(ListLaunchesComponent);\n        component = fixture.componentInstance;\n        fixture.detectChanges();\n    });\n\n    it('should create', () => {\n        expect(component).toBeTruthy();\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/list-launches/list-launches.component.ts",
    "content": "import {ChangeDetectionStrategy, ChangeDetectorRef, Component, OnInit, ViewEncapsulation} from '@angular/core';\nimport {ProductInfo} from \"../_models\";\nimport {Observable} from \"rxjs\";\nimport {ListLaunchService} from \"../_services\";\n\n@Component({\n    selector: 'app-list-launches',\n    templateUrl: './list-launches.component.html',\n    styleUrls: ['./list-launches.component.scss'],\n    encapsulation: ViewEncapsulation.None,\n    changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ListLaunchesComponent implements OnInit {\n\n    list_launches$: Observable<ProductInfo[]>;\n    now: number;\n    show_spinner: boolean = true;\n\n    constructor(private listLaunchService: ListLaunchService,\n                private changeDetectorRef: ChangeDetectorRef) {\n    }\n\n    ngOnInit() {\n\n        // Load the data every 5 seconds\n        setInterval(() => {\n            this.loadAll();\n            this.now = Date.now();\n            this.changeDetectorRef.markForCheck();\n            this.show_spinner = false;\n        }, 5000);\n\n    }\n\n    loadAll() {\n        this.list_launches$ = this.listLaunchService.list_launches;\n        this.listLaunchService.loadAll();\n    }\n\n}\n\n\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/show-pipelines/show-pipelines.component.html",
    "content": "<div class=\"container row heading\">\n    <div class=\"col-lg-12\">\n        <h4>Pipelines Status</h4>\n        <p></p>\n    </div>\n</div>\n\n<app-spinner [enable]=\"show_spinner\"></app-spinner>\n\n<div *ngIf=\"!show_spinner\">\n    <div class=\"container row\">\n        <div class=\"col-lg-12\">\n            <h6 class=\"text-primary\">Last refreshed {{ now | date:'MMM d, y, h:mm:ss a'}}</h6>\n            <p></p>\n        </div>\n    </div>\n\n    <div class=\"row table-data\">\n        <div class=\"col-lg-12\">\n            <table class=\"table table-striped table-responsive\">\n                <thead class=\"thead-dark\">\n                <tr>\n                    <th class=\"text-center\" scope=\"col\">Pipeline Name</th>\n                    <th class=\"text-center\" scope=\"col\">Status</th>\n                    <th class=\"text-center\" scope=\"col\">Revision ID</th>\n                    <th class=\"text-center\" scope=\"col\">Revision Summary</th>\n                </tr>\n                </thead>\n                <tbody class=\"text-center\">\n                <tr *ngFor=\"let pipeline of pipelines$|async\">\n                    <td>{{pipeline.name}}</td>\n                    <td\n                            [ngClass]=\"[pipeline.status.toUpperCase().trim() !== 'SUCCEEDED' ? 'bg-danger':'']\">\n                        {{pipeline.status}}\n                    </td>\n                    <td>{{pipeline.revision_id}}</td>\n                    <td>{{pipeline.revision_summary}}</td>\n                </tr>\n                </tbody>\n            </table>\n        </div>\n    </div>\n</div>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/show-pipelines/show-pipelines.component.scss",
    "content": "@import \"~src/styles\";\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/show-pipelines/show-pipelines.component.spec.ts",
    "content": "import {async, ComponentFixture, TestBed} from '@angular/core/testing';\n\nimport {ShowPipelinesComponent} from './show-pipelines.component';\n\ndescribe('ShowPipelinesComponent', () => {\n    let component: ShowPipelinesComponent;\n    let fixture: ComponentFixture<ShowPipelinesComponent>;\n\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            declarations: [ShowPipelinesComponent]\n        })\n            .compileComponents();\n    }));\n\n    beforeEach(() => {\n        fixture = TestBed.createComponent(ShowPipelinesComponent);\n        component = fixture.componentInstance;\n        fixture.detectChanges();\n    });\n\n    it('should create', () => {\n        expect(component).toBeTruthy();\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/show-pipelines/show-pipelines.component.ts",
    "content": "import {ChangeDetectorRef, Component, OnInit} from '@angular/core';\nimport {Observable} from \"rxjs\";\nimport {PipelineInfo} from \"../_models\";\nimport {PipelineStatusService} from \"../_services/pipeline-status.service\";\n\n@Component({\n    selector: 'app-show-pipelines',\n    templateUrl: './show-pipelines.component.html',\n    styleUrls: ['./show-pipelines.component.scss']\n})\nexport class ShowPipelinesComponent implements OnInit {\n\n    pipelines$: Observable<PipelineInfo[]>;\n    now: number;\n    show_spinner: boolean = true;\n\n    constructor(private pipelineStatusService: PipelineStatusService,\n                private changeDetectorRef: ChangeDetectorRef) {\n    }\n\n    ngOnInit() {\n        // Load the data every 5 seconds\n        setInterval(() => {\n            this.loadAll();\n            this.now = Date.now();\n            this.changeDetectorRef.markForCheck();\n            this.show_spinner = false;\n        }, 5000);\n    }\n\n    loadAll() {\n        this.pipelines$ = this.pipelineStatusService.pipelines;\n        this.pipelineStatusService.loadAll();\n    }\n\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.html",
    "content": "<!--Spinner-->\n<div *ngIf=\"enable\">\n    <div class=\"text-center\">\n        <div class=\"spinner-border text-primary\" role=\"status\"></div>\n        <p *ngIf=\"message && message !== ''\" class=\"text-primary spinner-message\">\n            {{message}}\n        </p>\n    </div>\n</div>\n\n\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.scss",
    "content": "@import \"~src/styles\";\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.spec.ts",
    "content": "import {async, ComponentFixture, TestBed} from '@angular/core/testing';\n\nimport {SpinnerComponent} from './spinner.component';\n\ndescribe('SpinnerComponent', () => {\n    let component: SpinnerComponent;\n    let fixture: ComponentFixture<SpinnerComponent>;\n\n    beforeEach(async(() => {\n        TestBed.configureTestingModule({\n            declarations: [SpinnerComponent]\n        })\n            .compileComponents();\n    }));\n\n    beforeEach(() => {\n        fixture = TestBed.createComponent(SpinnerComponent);\n        component = fixture.componentInstance;\n        fixture.detectChanges();\n    });\n\n    it('should create', () => {\n        expect(component).toBeTruthy();\n    });\n});\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/app/spinner/spinner.component.ts",
    "content": "import {Component, Input, OnInit} from '@angular/core';\n\n@Component({\n    selector: 'app-spinner',\n    templateUrl: './spinner.component.html',\n    styleUrls: ['./spinner.component.scss']\n})\nexport class SpinnerComponent implements OnInit {\n\n    @Input() message: string = 'Loading the details....';\n    @Input() enable: boolean = false;\n\n    constructor() {\n    }\n\n    ngOnInit() {\n    }\n\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/list-launches.json",
    "content": "{\n  \"123456789014_eu-west-1_product-one\": {\n    \"account_id\": \"123456789014\",\n    \"region\": \"eu-west-1\",\n    \"launch\": \"product-one\",\n    \"portfolio\": \"compute-portfolio\",\n    \"product\": \"product-one\",\n    \"expected_version\": \"v2\",\n    \"actual_version\": \"v1\",\n    \"active\": true,\n    \"status\": \"AVAILABLE\"\n  },\n  \"123456789015_eu-west-1_product-two\": {\n    \"account_id\": \"123456789015\",\n    \"region\": \"eu-west-1\",\n    \"launch\": \"product-two\",\n    \"portfolio\": \"network-portfolio\",\n    \"product\": \"product-two\",\n    \"expected_version\": \"v1\",\n    \"actual_version\": \"v1\",\n    \"active\": true,\n    \"status\": \"ERROR\"\n  }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/assets/show-pipelines.json",
    "content": "{\n  \"servicecatalog-factory-pipeline\": {\n    \"name\": \"servicecatalog-factory-pipeline\",\n    \"status\": \"Succeeded\",\n    \"revision_id\": \"6702bd413ddd3ad978c82a195db1e83a9ceaf664\",\n    \"revision_summary\": \"Added monitoring products\"\n  },\n  \"product-two-network-portfolio-v1-pipeline\": {\n    \"name\": \"product-two-network-portfolio-v1-pipeline\",\n    \"status\": \"Failed\",\n    \"revision_id\": \"80260f1d8d43bd03b25ddb02624f03f1c945e5c3\",\n    \"revision_summary\": \"Added subnets\"\n  }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/browserslist",
    "content": "# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers\n# For additional information regarding the format and rule options, please see:\n# https://github.com/browserslist/browserslist#queries\n#\n# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed\n\n> 0.5%\nlast 2 versions\nFirefox ESR\nnot dead\nnot IE 9-11"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.prod.ts",
    "content": "export const environment = {\n    production: true,\n    apiUrl: location.origin\n};\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/environments/environment.ts",
    "content": "// This file can be replaced during build by using the `fileReplacements` array.\n// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.\n// The list of file replacements can be found in `angular.json`.\n\nexport const environment = {\n    production: false,\n    apiUrl: location.origin\n};\n\n/*\n * For easier debugging in development mode, you can import the following file\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\n *\n * This import should be commented out in production mode because it will have a negative impact\n * on performance if an error is thrown.\n */\n// import 'zone.js/dist/zone-error';  // Included with Angular CLI.\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/error.html",
    "content": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n    <title>Web Dashboard</title>\n    <base href=\"/\">\n\n    <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n    <link href=\"favicon.ico\" rel=\"icon\" type=\"image/x-icon\">\n</head>\n<body>\n<h1>Oops!</h1>\n<h3>We can't find the page you requested</h3>\n</body>\n\n\n</html>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/index.html",
    "content": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n    <title>Web Dashboard</title>\n    <base href=\"/\">\n\n    <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n    <link href=\"favicon.ico\" rel=\"icon\" type=\"image/x-icon\">\n</head>\n<body>\n<app-root></app-root>\n</body>\n</html>\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/karma.conf.js",
    "content": "// Karma configuration file, see link for more information\n// https://karma-runner.github.io/1.0/config/configuration-file.html\n\nmodule.exports = function (config) {\n    config.set({\n        basePath: '',\n        frameworks: ['jasmine', '@angular-devkit/build-angular'],\n        plugins: [\n            require('karma-jasmine'),\n            require('karma-chrome-launcher'),\n            require('karma-jasmine-html-reporter'),\n            require('karma-coverage-istanbul-reporter'),\n            require('@angular-devkit/build-angular/plugins/karma')\n        ],\n        client: {\n            clearContext: false // leave Jasmine Spec Runner output visible in browser\n        },\n        coverageIstanbulReporter: {\n            dir: require('path').join(__dirname, '../coverage/web-dashboard'),\n            reports: ['html', 'lcovonly', 'text-summary'],\n            fixWebpackSourcePaths: true\n        },\n        reporters: ['progress', 'kjhtml'],\n        port: 9876,\n        colors: true,\n        logLevel: config.LOG_INFO,\n        autoWatch: true,\n        browsers: ['Chrome'],\n        singleRun: false,\n        restartOnFileChange: true\n    });\n};\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/main.ts",
    "content": "import {enableProdMode} from '@angular/core';\nimport {platformBrowserDynamic} from '@angular/platform-browser-dynamic';\n\nimport {AppModule} from './app/app.module';\nimport {environment} from './environments/environment';\n\nif (environment.production) {\n    enableProdMode();\n}\n\nplatformBrowserDynamic().bootstrapModule(AppModule)\n    .catch(err => console.error(err));\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/polyfills.ts",
    "content": "/**\n * This file includes polyfills needed by Angular and is loaded before the app.\n * You can add your own extra polyfills to this file.\n *\n * This file is divided into 2 sections:\n *   1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\n *   2. Application imports. Files imported after ZoneJS that should be loaded before your main\n *      file.\n *\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\n *\n * Learn more in https://angular.io/guide/browser-support\n */\n\n/***************************************************************************************************\n * BROWSER POLYFILLS\n */\n\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\n// import 'classlist.js';  // Run `npm install --save classlist.js`.\n\n/**\n * Web Animations `@angular/platform-browser/animations`\n * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.\n * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).\n */\n// import 'web-animations-js';  // Run `npm install --save web-animations-js`.\n\n/**\n * By default, zone.js will patch all possible macroTask and DomEvents\n * user can disable parts of macroTask/DomEvents patch by setting following flags\n * because those flags need to be set before `zone.js` being loaded, and webpack\n * will put import in the top of bundle, so user need to create a separate file\n * in this directory (for example: zone-flags.ts), and put the following flags\n * into that file, and then add the following code before importing zone.js.\n * import './zone-flags.ts';\n *\n * The flags allowed in zone-flags.ts are listed here.\n *\n * The following flags will work for all browsers.\n *\n * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame\n * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick\n * (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames\n *\n *  in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js\n *  with the following flag, it will bypass `zone.js` patch for IE/Edge\n *\n *  (window as any).__Zone_enable_cross_context_check = true;\n *\n */\n\n/***************************************************************************************************\n * Zone JS is required by default for Angular itself.\n */\nimport 'zone.js/dist/zone'; // Included with Angular CLI.\n\n\n/***************************************************************************************************\n * APPLICATION IMPORTS\n */\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/styles.scss",
    "content": "/* You can add global styles to this file, and also import other style files */\n\nbody {\n  background-color: white;\n  padding: 1.5rem 1rem 1.5rem 1rem;\n}\n\n.browser-upgrade {\n  margin: 0.2em 0;\n  background: #ccc;\n  color: #000;\n  padding: 0.2em 0;\n}\n\n/* Custom page header */\n.header {\n  padding-bottom: 3rem;\n  border-bottom: .05rem solid #e5e5e5;\n}\n\n/* Make the masthead heading the same height as the navigation */\n.header h3 {\n  margin-top: 0;\n  margin-bottom: 0;\n  line-height: 3rem;\n  color: black;\n}\n\nh4 {\n  color: black;\n}\n\n.header img {\n  padding-left: 1em;\n}\n\n.nav-link {\n  color: blue;\n  font-weight: bold;\n}\n\n.table td {\n  color: black;\n}\n\n/* Custom page footer */\n.footer {\n  padding-top: 1.5rem;\n  color: black;\n  border-top: .05rem solid #e5e5e5;\n}\n\n/* Customize container */\n@media (min-width: 48em) {\n  .container {\n    max-width: 46rem;\n  }\n}\n\n.container-narrow > hr {\n  margin: 2rem 0;\n}\n\n.form, .table-data {\n  margin: 1.5rem 0;\n  color: black;\n}\n\n.required label {\n  font-weight: bold;\n}\n\n.required label:after {\n  color: #e32;\n  content: ' *';\n  display: inline;\n}\n\n/* Responsive: Portrait tablets and up */\n@media screen and (min-width: 48em) {\n  /* Remove the padding we set earlier */\n  .header,\n  .footer {\n    padding-right: 0;\n    padding-left: 0;\n  }\n  /* Space out the masthead */\n  .header {\n    margin-bottom: 2rem;\n  }\n}\n\n.btn-space {\n  margin-right: 0.5rem;\n}\n\n/**\nSpinner styling\n */\n.spinner-message {\n  text-align: center;\n}\n\n\n\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/test.ts",
    "content": "// This file is required by karma.conf.js and loads recursively all the .spec and framework files\n\nimport 'zone.js/dist/zone-testing';\nimport {getTestBed} from '@angular/core/testing';\nimport {BrowserDynamicTestingModule, platformBrowserDynamicTesting} from '@angular/platform-browser-dynamic/testing';\n\ndeclare const require: any;\n\n// First, initialize the Angular testing environment.\ngetTestBed().initTestEnvironment(\n    BrowserDynamicTestingModule,\n    platformBrowserDynamicTesting()\n);\n// Then we find all the tests.\nconst context = require.context('./', true, /\\.spec\\.ts$/);\n// And load the modules.\ncontext.keys().map(context);\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.app.json",
    "content": "{\n  \"extends\": \"../tsconfig.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"../out-tsc/app\",\n    \"types\": []\n  },\n  \"exclude\": [\n    \"test.ts\",\n    \"**/*.spec.ts\"\n  ]\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tsconfig.spec.json",
    "content": "{\n  \"extends\": \"../tsconfig.json\",\n  \"compilerOptions\": {\n    \"outDir\": \"../out-tsc/spec\",\n    \"types\": [\n      \"jasmine\",\n      \"node\"\n    ]\n  },\n  \"files\": [\n    \"test.ts\",\n    \"polyfills.ts\"\n  ],\n  \"include\": [\n    \"**/*.spec.ts\",\n    \"**/*.d.ts\"\n  ]\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/src/tslint.json",
    "content": "{\n  \"extends\": \"../tslint.json\",\n  \"rules\": {\n    \"directive-selector\": [\n      true,\n      \"attribute\",\n      \"app\",\n      \"camelCase\"\n    ],\n    \"component-selector\": [\n      true,\n      \"element\",\n      \"app\",\n      \"kebab-case\"\n    ]\n  }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/tsconfig.json",
    "content": "{\n  \"compileOnSave\": false,\n  \"compilerOptions\": {\n    \"baseUrl\": \"./\",\n    \"outDir\": \"./dist/out-tsc\",\n    \"sourceMap\": true,\n    \"declaration\": false,\n    \"module\": \"es2015\",\n    \"moduleResolution\": \"node\",\n    \"emitDecoratorMetadata\": true,\n    \"experimentalDecorators\": true,\n    \"importHelpers\": true,\n    \"target\": \"es5\",\n    \"typeRoots\": [\n      \"node_modules/@types\"\n    ],\n    \"lib\": [\n      \"es2018\",\n      \"dom\"\n    ]\n  }\n}\n"
  },
  {
    "path": "unsorted/service-catalog-tools-dashboard/static-web-app/v4/tslint.json",
    "content": "{\n  \"extends\": \"tslint:recommended\",\n  \"rulesDirectory\": [\n    \"codelyzer\"\n  ],\n  \"rules\": {\n    \"array-type\": false,\n    \"arrow-parens\": false,\n    \"deprecation\": {\n      \"severity\": \"warn\"\n    },\n    \"import-blacklist\": [\n      true,\n      \"rxjs/Rx\"\n    ],\n    \"interface-name\": false,\n    \"max-classes-per-file\": false,\n    \"max-line-length\": [\n      true,\n      140\n    ],\n    \"member-access\": false,\n    \"member-ordering\": [\n      true,\n      {\n        \"order\": [\n          \"static-field\",\n          \"instance-field\",\n          \"static-method\",\n          \"instance-method\"\n        ]\n      }\n    ],\n    \"no-consecutive-blank-lines\": false,\n    \"no-console\": [\n      true,\n      \"debug\",\n      \"info\",\n      \"time\",\n      \"timeEnd\",\n      \"trace\"\n    ],\n    \"no-empty\": false,\n    \"no-inferrable-types\": [\n      true,\n      \"ignore-params\"\n    ],\n    \"no-non-null-assertion\": true,\n    \"no-redundant-jsdoc\": true,\n    \"no-switch-case-fall-through\": true,\n    \"no-use-before-declare\": true,\n    \"no-var-requires\": false,\n    \"object-literal-key-quotes\": [\n      true,\n      \"as-needed\"\n    ],\n    \"object-literal-sort-keys\": false,\n    \"ordered-imports\": false,\n    \"quotemark\": [\n      true,\n      \"single\"\n    ],\n    \"trailing-comma\": false,\n    \"no-output-on-prefix\": true,\n    \"use-input-property-decorator\": true,\n    \"use-output-property-decorator\": true,\n    \"use-host-property-decorator\": true,\n    \"no-input-rename\": true,\n    \"no-output-rename\": true,\n    \"use-life-cycle-interface\": true,\n    \"use-pipe-transform-interface\": true,\n    \"component-class-suffix\": true,\n    \"directive-class-suffix\": true\n  }\n}\n"
  },
  {
    "path": "unsorted/service-control-policy/README.md",
    "content": "# service-control-policy\nThis is a solution that provides the ability to create & attach Service Control Policies.\n\n## Description\nService control policies (SCPs) are one type of policy that you can use to manage your organization. SCPs offer central control over the maximum available permissions for all accounts in your organization, allowing you to ensure your accounts stay within your organization’s access control guidelines.\n \nscp-create can be used to create a service control policy. scp-attach will then be used to attach this policy against an Organizational Unit or Account.\n\n## Install Instructions\n\n```bash\naws codecommit create-repository --repository-name scp-create\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/scp-create\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/service-control-policy/scp-create/v1 scp-create --force\n\naws codecommit create-repository --repository-name scp-attach\ngit clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/scp-attach\nsvn export https://github.com/awslabs/aws-service-catalog-products/trunk/service-control-policy/scp-attach/v1 scp-attach --force\n```\n"
  },
  {
    "path": "unsorted/service-control-policy/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n  scp-create-guardrail-001:\n    portfolio: demo-central-it-team-portfolio\n    product: scp-create\n    version: v1\n    parameters:\n      PolicyName:\n        default: 'enable_encryption_rest_log_archive'\n      PolicyDescription:\n        default: 'Prevents encryption configuration being added to any S3 resource unless using a specific role'\n      S3Bucket:\n        ssm:\n          name: /sc-outputs/scp-guardrails-security-account/BucketName\n          region: eu-central-1\n      S3Object:\n        default: '1.0_enable_encryption_rest_log_archive.json'\n      OrgRole:\n        ssm:\n          name: /sc-outputs/org-bootstrap-roles/SCPManagementRoleArn\n          region: eu-central-1\n    deploy_to:\n      tags:\n        - tag: aws_account_name:core_security\n          regions: default_region\n    outputs:\n      ssm:\n        - param_name: /sc-outputs/scp-create-guardrail-001/PolicyId\n          stack_output: PolicyId\n  scp-attach-guardrail-001:\n    portfolio: demo-central-it-team-portfolio\n    product: scp-attach\n    version: v1\n    depends_on:\n      - scp-create-guardrail-001\n    parameters:\n      PolicyId:\n        ssm:\n          name: /sc-outputs/scp-create-guardrail-001/PolicyId\n          region: eu-central-1\n      TargetId:\n        default: 'ou-xxxx-yyyyyyyy'\n      OrgRole:\n        ssm:\n          name: /sc-outputs/org-bootstrap-roles/SCPManagementRoleArn\n          region: eu-central-1\n    deploy_to:\n      tags:\n        - tag: aws_account_name:core_security\n          regions: default_region\n\n"
  },
  {
    "path": "unsorted/service-control-policy/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: scp-create\n      Owner: infrastructure-team@customer.com\n      Description: Creates SCP\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: infrastructure-team@customer.com\n      SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n      Tags:\n        - Key: lz-type\n          Value: core\n        - Key: product-type\n          Value: scp\n      Versions:\n        - Name: v1\n          Description: Creates SCP\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: scp-create\n              BranchName: master\n      BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.8\n            build:\n              commands:\n                - for dir in src/*; do pip install -r $dir/requirements.txt -t $dir/; done\n              {% for region in ALL_REGIONS %}\n                - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n              {% endfor %}\n          artifacts:\n            files:\n              - '*'\n              - '**/*'\n    - Name: scp-attach\n      Owner: infrastructure-team@customer.com\n      Description: Attaches SCP\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: infrastructure-team@customer.com\n      SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n      Tags:\n        - Key: lz-type\n          Value: core\n        - Key: product-type\n          Value: scp\n      Versions:\n        - Name: v1\n          Description: Attaches SCP\n          Active: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: scp-attach\n              BranchName: master\n      BuildSpec: |\n          version: 0.2\n          phases:\n            install:\n              runtime-versions:\n                python: 3.8\n            build:\n              commands:\n                - for dir in src/*; do pip install -r $dir/requirements.txt -t $dir/; done\n              {% for region in ALL_REGIONS %}\n                - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n              {% endfor %}\n          artifacts:\n            files:\n              - '*'\n              - '**/*'"
  },
  {
    "path": "unsorted/service-control-policy/scp-attach/v1/README.md",
    "content": "# scp-attach\n\nThis cloudformation template uses custom resources backed by Lambda to attach Service Control Policies (SCP).\n\n## IMPORTANT - Portfolio Build Spec\n\nModify the Build Spec in the Factory portfolio.yaml to ensure the Python packages are installed - as specified by the requirements.txt \n\nFor example:\n\n```\n  - Name: scp-attach\n    Owner: infrastructure-team@customer.com\n    Description: Attaches SCP\n    Distributor: IT-Support-Customer\n    SupportDescription: Contact us on Chime for help #central-it-team\n    SupportEmail: infrastructure-team@customer.com\n    SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n    Tags:\n      - Key: lz-type\n        Value: core\n    Versions:\n      - Name: v1\n        Description: Attaches SCP\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Configuration:\n            RepositoryName: scp-attach\n            BranchName: master\n    BuildSpec: |\n        version: 0.2\n        phases:\n          build:\n            commands:\n              - for dir in src/*; do pip install -r $dir/requirements.txt -t $dir/; done\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'\n```\n\n## Parameters\n\n```\nPolicyId:\nDescription: The unique identifier (ID) of the policy that you want to attach to the target\nType: String\n\nTargetId:\nDescription: The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.\nType: String\n\nOrgRole:\nDescription: IAM Role Lambda uses to perform policy attach/delete actions\nType: String\n```\n\nFor example :\n```\nPolicyId = \"p-dcvs56kz\"\nTargetId = \"ou-aqba-fqufiols\"\nOrgRole = \"arn:aws:iam::1234567890:role/OrgSCP\"\n```\n\n### OrgRole\n\nThis IAM role requires the following permissions and would sit in the Organisation Master account:\n\n```\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"VisualEditor0\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"organizations:DetachPolicy\",\n                \"organizations:AttachPolicy\"\n            ],\n            \"Resource\": \"*\"\n        }\n    ]\n}\n```\n\nTypically this would be a cross account role with a trust relationship like:\n\n```\n{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Principal\": {\n        \"AWS\": \"arn:aws:iam::0987654321:root\"\n      },\n      \"Action\": \"sts:AssumeRole\",\n      \"Condition\": {}\n    }\n  ]\n}\n```"
  },
  {
    "path": "unsorted/service-control-policy/scp-attach/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: 'Attaches SCP Policy using supporting lambda functions'\n\nParameters:\n  PolicyId:\n    Description: The unique identifier (ID) of the policy that you want to attach to the target\n    Type: String\n  \n  TargetId:\n    Description: The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. \n    Type: String\n  \n  OrgRole:\n    Description: IAM Role Lambda uses to perform policy attach/delete actions\n    Type: String\n\nResources:\n\n  AttachPolicyLambdaRole:\n    Type: 'AWS::IAM::Role'\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement:\n        - Effect: Allow\n          Principal:\n            Service: 'lambda.amazonaws.com'\n          Action:\n          - 'sts:AssumeRole'\n      Path: '/'\n      ManagedPolicyArns:\n      - 'arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole'\n      Policies:\n      - PolicyName: AssumeOrgRole\n        PolicyDocument:\n          Statement:\n          - Effect: Allow\n            Action:\n              - sts:AssumeRole\n            Resource: '*'\n  \n  AttachPolicyLambda:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: ./src/attach_policy\n      Handler: lambda_function.lambda_handler\n      MemorySize: 128\n      Role: !GetAtt AttachPolicyLambdaRole.Arn\n      Runtime: python3.7\n      Timeout: 60\n\n  AttachPolicy:\n    Type: Custom::AttachPolicy\n    Properties:\n      ServiceToken: !GetAtt 'AttachPolicyLambda.Arn'\n      PolicyId: !Ref 'PolicyId'\n      TargetId: !Ref 'TargetId'\n      OrgRole: !Ref 'OrgRole'\n"
  },
  {
    "path": "unsorted/service-control-policy/scp-attach/v1/src/attach_policy/cfnresponse.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport requests\nimport json\n\nSUCCESS = \"SUCCESS\"\nFAILED = \"FAILED\"\n\ndef send(event, context, responseStatus, responseData, physicalResourceId=None, noEcho=False):\n    responseUrl = event['ResponseURL']\n\n    print(responseUrl)\n\n    responseBody = {}\n    responseBody['Status'] = responseStatus\n    responseBody['Reason'] = 'See the details in CloudWatch Log Stream: ' + context.log_stream_name\n    responseBody['PhysicalResourceId'] = physicalResourceId or context.log_stream_name\n    responseBody['StackId'] = event['StackId']\n    responseBody['RequestId'] = event['RequestId']\n    responseBody['LogicalResourceId'] = event['LogicalResourceId']\n    responseBody['NoEcho'] = noEcho\n    responseBody['Data'] = responseData\n\n    json_responseBody = json.dumps(responseBody)\n\n    print(\"Response body:\\n\" + json_responseBody)\n\n    headers = {\n        'content-type' : '',\n        'content-length' : str(len(json_responseBody))\n    }\n\n    try:\n        response = requests.put(responseUrl,\n                                data=json_responseBody,\n                                headers=headers)\n        print(\"Status code: \" + response.reason)\n    except Exception as e:\n        print(\"send(..) failed executing requests.put(..): \" + str(e))"
  },
  {
    "path": "unsorted/service-control-policy/scp-attach/v1/src/attach_policy/lambda_function.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport logging\nimport json\nimport boto3\nimport cfnresponse\n\n# Configure logging\nFORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'\nif len(logging.getLogger().handlers) > 0:\n    logging.getLogger().setLevel(logging.INFO)\nelse:\n    logging.basicConfig(format=FORMAT, level=logging.INFO)\n\n\ndef lambda_handler(event, context):\n    \"\"\" Lambda Function for command execution \"\"\"\n    logging.info(\"Received event: \" + json.dumps(event, indent=2))\n    request_type = event['RequestType']\n    if request_type == 'Create':\n        attach_policy(event, context)\n    elif request_type == 'Delete':\n        detach_policy(event, context)\n    elif request_type == 'Update':\n        update_policy(event, context)\n\n\ndef attach_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n\n    policy_id = event['ResourceProperties']['PolicyId']\n    target_id = event['ResourceProperties']['TargetId']\n    org_role = event['ResourceProperties']['OrgRole']\n\n    try:\n        session = assume_role(org_role, \"AttachPolicy\")\n        client = session.client('organizations')\n        response = client.attach_policy(\n            PolicyId=policy_id,\n            TargetId=target_id\n        )\n        logging.info(response)\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=None)\n\n\ndef detach_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n\n    policy_id = event['ResourceProperties']['PolicyId']\n    target_id = event['ResourceProperties']['TargetId']\n    org_role = event['ResourceProperties']['OrgRole']\n\n    try:\n        session = assume_role(org_role, \"DetachPolicy\")\n        client = session.client('organizations')\n        response = client.detach_policy(\n            PolicyId=policy_id,\n            TargetId=target_id\n        )\n        logging.info(response)\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=None)\n\n\ndef update_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n    org_role = event['ResourceProperties']['OrgRole']\n    old_policy_id = event['OldResourceProperties']['PolicyId']\n    old_target_id = event['OldResourceProperties']['TargetId']\n\n    new_policy_id = event['ResourceProperties']['PolicyId']\n    new_target_id = event['ResourceProperties']['TargetId']\n\n    try:\n        session = assume_role(org_role, \"UpdatePolicy\")\n        client = session.client('organizations')\n\n        response = client.detach_policy(\n            PolicyId=old_policy_id,\n            TargetId=old_target_id\n        )\n        logging.info(response)\n\n        response = client.attach_policy(\n            PolicyId=new_policy_id,\n            TargetId=new_target_id\n        )\n        logging.info(response)\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=None)\n\n\ndef assume_role(arn, session_name):\n    \"\"\"aws sts assume-role --role-arn arn:aws:iam::00000000000000:role/example-role --role-session-name example-role\"\"\"\n\n    sts_client = boto3.client('sts')\n    sts_client.get_caller_identity()[\"Account\"]\n\n    response = sts_client.assume_role(\n        RoleArn=arn, RoleSessionName=session_name)\n\n    session = boto3.Session(aws_access_key_id=response['Credentials']['AccessKeyId'],\n                            aws_secret_access_key=response['Credentials']['SecretAccessKey'],\n                            aws_session_token=response['Credentials']['SessionToken'])\n\n    return session\n"
  },
  {
    "path": "unsorted/service-control-policy/scp-attach/v1/src/attach_policy/requirements.txt",
    "content": "boto3==1.10.0"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/.gitignore",
    "content": "venv\ndeploy.sh\nproduct.template.yaml.output"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/README.md",
    "content": "# scp-create\n\nThis cloudformation template uses custom resources backed by Lambda to create Service Control Policies (SCP).\n\n## IMPORTANT - Portfolio Build Spec\n\nModify the Build Spec in the Factory portfolio.yaml to ensure the Python packages are installed - as specified by the requirements.txt \n\nFor example:\n\n```\n  - Name: scp-create\n    Owner: infrastructure-team@customer.com\n    Description: Creates SCP\n    Distributor: IT-Support-Customer\n    SupportDescription: Contact us on Chime for help #central-it-team\n    SupportEmail: infrastructure-team@customer.com\n    SupportUrl: https://wiki.customer.com/infrastructure-team/self-service/\n    Tags:\n      - Key: lz-type\n        Value: core\n    Versions:\n      - Name: v1\n        Description: Creates SCP\n        Active: True\n        Source:\n          Provider: CodeCommit\n          Configuration:\n            RepositoryName: scp-create\n            BranchName: master\n    BuildSpec: |\n        version: 0.2\n        phases:\n          build:\n            commands:\n              - for dir in src/*; do pip install -r $dir/requirements.txt -t $dir/; done\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'\n\n```\n\n## Parameters\n\n```\nPolicyName:\nDescription: Name of SCP Policy\nType: String\n\nPolicyDescription:\nDescription: Description of Policy\nType: String\n\nS3Bucket:\nDescription: S3 bucket where policy has been uploaded\nType: String\n\nS3Object:\nDescription: S3 object name of policy\nType: String\n\nOrgRole:\nDescription: IAM Role Lambda uses to perform policy attach/delete actions.\nType: String\n```\n\nFor example :\n```\nPolicyName = \"deny_cloudtrail_stoplogging\"\nS3Bucket = \"scp-policy-bucket\"\nS3Object = \"deny_cloudtrail_stoplogging.json\"\nPolicyDescription = \"Prevents Cloudtrail logging being turned off.\"\nOrgRole = \"arn:aws:iam::1234567890:role/OrgSCP\"\n```\n\n## OrgRole\n\nThis IAM role requires the following permissions and would sit in the Organisation Master account:\n\n```\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"VisualEditor0\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"organizations:UpdatePolicy\",\n                \"organizations:DetachPolicy\",\n                \"organizations:AttachPolicy\",\n                \"organizations:DeletePolicy\",\n                \"organizations:DescribePolicy\",\n                \"organizations:CreatePolicy\",\n                \"organizations:ListPolicies\"\n            ],\n            \"Resource\": \"*\"\n        }\n    ]\n}\n```\n\nTypically this would be a cross account role with a trust relationship like:\n\n```\n{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Principal\": {\n        \"AWS\": \"arn:aws:iam::0987654321:root\"\n      },\n      \"Action\": \"sts:AssumeRole\",\n      \"Condition\": {}\n    }\n  ]\n}\n```\n\n## Outputs\nThis product will output a PolicyId e.g. `p-dcvs56kz`. This Id will be used in the `SCP-Attach` product to attach the policy with a target.\n"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: AWS::Serverless-2016-10-31\nDescription: 'Creates SCP Policy using supporting lambda functions'\n\nParameters:\n  PolicyName:\n    Description: Name of SCP Policy\n    Type: String\n  \n  PolicyDescription:\n    Description: Description of Policy\n    Type: String\n\n  S3Bucket:\n    Description: S3 bucket where policy has been uploaded\n    Type: String\n\n  S3Object:\n    Description: S3 object name of policy\n    Type: String\n  \n  OrgRole:\n    Description: ARN of IAM role that Lambda will assume to perform policy attach/delete actions.\n    Type: String\n\nResources:\n\n  CreatePolicyLambdaRole:\n    Type: 'AWS::IAM::Role'\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: '2012-10-17'\n        Statement:\n        - Effect: Allow\n          Principal:\n            Service: 'lambda.amazonaws.com'\n          Action:\n          - 'sts:AssumeRole'\n      Path: '/'\n      ManagedPolicyArns:\n      - 'arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole'\n      Policies:\n      - PolicyName: AssumeOrgRole\n        PolicyDocument:\n          Statement:\n          - Effect: Allow\n            Action:\n              - sts:AssumeRole\n              - s3:List*\n              - s3:Get*\n            Resource: '*'\n  \n  CreatePolicyLambda:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: ./src/create_policy\n      Handler: lambda_function.lambda_handler\n      MemorySize: 128\n      Role: !GetAtt CreatePolicyLambdaRole.Arn\n      Runtime: python3.7\n      Timeout: 60\n      Environment:\n        Variables:\n          DEBUG_MODE: 'true'\n\n  CreatePolicy:\n    Type: Custom::CreatePolicy\n    Properties:\n      ServiceToken: !GetAtt 'CreatePolicyLambda.Arn'\n      PolicyName: !Ref 'PolicyName'\n      S3Object: !Ref 'S3Object'\n      S3Bucket: !Ref 'S3Bucket'\n      OrgRole: !Ref 'OrgRole'\n      PolicyDescription: !Ref 'PolicyDescription'\n  \nOutputs:\n  PolicyId:\n    Description: 'Policy Id of SCP'\n    Value: !Ref 'CreatePolicy'"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/src/create_policy/cfnresponse.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport requests\nimport json\n\nSUCCESS = \"SUCCESS\"\nFAILED = \"FAILED\"\n\ndef send(event, context, responseStatus, responseData, physicalResourceId=None, noEcho=False):\n    responseUrl = event['ResponseURL']\n\n    responseBody = {}\n    responseBody['Status'] = responseStatus\n    responseBody['Reason'] = 'See the details in CloudWatch Log Stream: ' + context.log_stream_name\n    responseBody['PhysicalResourceId'] = physicalResourceId or context.log_stream_name\n    responseBody['StackId'] = event['StackId']\n    responseBody['RequestId'] = event['RequestId']\n    responseBody['LogicalResourceId'] = event['LogicalResourceId']\n    responseBody['NoEcho'] = noEcho\n    responseBody['Data'] = responseData\n\n    json_responseBody = json.dumps(responseBody)\n\n    print(\"Response body:\\n\" + json_responseBody)\n\n    headers = {\n        'content-type' : '',\n        'content-length' : str(len(json_responseBody))\n    }\n\n    try:\n        response = requests.put(responseUrl,\n                                data=json_responseBody,\n                                headers=headers)\n        print(\"Status code: \" + response.reason)\n    except Exception as e:\n        print(\"send(..) failed executing requests.put(..): \" + str(e))"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/src/create_policy/lambda_function.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport logging\nimport json\nimport boto3\nimport cfnresponse\n\n# Configure logging\nFORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'\nif len(logging.getLogger().handlers) > 0:\n    logging.getLogger().setLevel(logging.INFO)\nelse:\n    logging.basicConfig(format=FORMAT, level=logging.INFO)\n\ndef lambda_handler(event, context):\n    \"\"\" Lambda Function for command execution \"\"\"\n    logging.info(\"Received event: \" + json.dumps(event, indent=2))\n    request_type = event['RequestType']\n    if request_type == 'Create':\n        create_policy(event, context)\n    elif request_type == 'Delete':\n        delete_policy(event, context)\n    elif request_type == 'Update':\n        update_policy(event, context)\n\n\ndef get_policy(event):\n    s3_bucket = event['ResourceProperties']['S3Bucket']\n    s3_object = event['ResourceProperties']['S3Object']\n    s3 = boto3.resource('s3')\n    policy_file = s3.Object(s3_bucket, s3_object)\n    return policy_file.get()['Body'].read().decode('utf-8')\n\n\ndef assume_role(arn, session_name):\n    \"\"\"aws sts assume-role --role-arn arn:aws:iam::00000000000000:role/example-role --role-session-name example-role\"\"\"\n\n    sts_client = boto3.client('sts')\n    sts_client.get_caller_identity()[\"Account\"]\n\n    response = sts_client.assume_role(\n        RoleArn=arn, RoleSessionName=session_name)\n\n    session = boto3.Session(aws_access_key_id=response['Credentials']['AccessKeyId'],\n                            aws_secret_access_key=response['Credentials']['SecretAccessKey'],\n                            aws_session_token=response['Credentials']['SessionToken'])\n\n    return session\n\n\ndef create_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n    org_role = event['ResourceProperties']['OrgRole']\n    policy_name = event['ResourceProperties']['PolicyName']\n    policy_description = event['ResourceProperties']['PolicyDescription']\n    policy_id = None\n\n    try:\n        session = assume_role(org_role, \"CreatePolicy\")\n        client = session.client('organizations')\n        response = client.create_policy(\n            Content=get_policy(event),\n            Description=policy_description,\n            Name=policy_name,\n            Type=\"SERVICE_CONTROL_POLICY\"\n        )\n        policy_id = response['Policy']['PolicySummary']['Id']\n        logging.info(\"Policy created. Policy Id {0}\".format(policy_id))\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=policy_id)\n\n\ndef update_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n    org_role = event['ResourceProperties']['OrgRole']\n    policy_name = event['ResourceProperties']['PolicyName']\n    policy_description = event['ResourceProperties']['PolicyDescription']\n\n    try:\n        policy_id = event['PhysicalResourceId']\n        session = assume_role(org_role, \"UpdatePolicy\")\n        client = session.client('organizations')\n\n        response = client.update_policy(\n            Content=get_policy(event),\n            Description=policy_description,\n            Name=policy_name,\n            PolicyId=policy_id\n        )\n\n        policy_id = response['Policy']['PolicySummary']['Id']\n        logging.info(\"Policy Updated. Policy Id {0}\".format(policy_id))\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=policy_id)\n\n\ndef delete_policy(event, context):\n    status = cfnresponse.FAILED\n    data = {}\n    org_role = event['ResourceProperties']['OrgRole']\n\n    try:\n        policy_id = event['PhysicalResourceId']\n        session = assume_role(org_role, \"DeletePolicy\")\n        client = session.client('organizations')\n\n        response = client.delete_policy(\n            PolicyId=policy_id\n        )\n        logging.debug(response)\n        logging.info(\"Policy {0} deleted.\".format(policy_id))\n        status = cfnresponse.SUCCESS\n\n    except BaseException as ex:\n        logging.exception(ex)\n\n    finally:\n        cfnresponse.send(event=event, context=context, responseStatus=status, responseData=data,\n                         physicalResourceId=policy_id)\n"
  },
  {
    "path": "unsorted/service-control-policy/scp-create/v1/src/create_policy/requirements.txt",
    "content": "boto3==1.10.0\nrequests==2.22.0"
  },
  {
    "path": "unsorted/ssm-backup-restore/README.md",
    "content": "# SSM Backup and Restore\n\nThis service catalog product will create a primary S3 bucket in the same region with a bucket policy, and a Disaster Recovery (DR) bucket in the specified region. CloudFormation invokes Lambda as a Custom Resource to back-up SSM parameter store in the launched region to the primary S3 bucket.\nThe primary bucket will replicate to the DR bucket. After CREATE_COMPLETE for the CloudFormation Stack, a CloudWatch Rule is scheduled to invoke the backup lambda function based on the rate (Specified as a parameter). An SNS topic is created to notify the user when backups occur. \n\nThis serverless application creates a Lambda function which restores SSM parameters from an S3 backup. The function will restore from either the Main SSM bucket or the DR SSM bucket and once completed will send an email to the address specified during the backup process, in order to alert of its completion or communicate any errors. The function will also automatically terminate the Service Catalog product it belongs to which will delete the CloudFormation stack and the function itself, making it so that the user does not have to worry about 'cleaning up' after a restoration. Note that the function will also apply the bucket policy of the Main bucket to the DR bucket to facilitate the restoration.\n"
  },
  {
    "path": "unsorted/ssm-backup-restore/manifest.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nschema: puppet-2019-04-01\n\nlaunches:\n\n  ssm-backup-restore-ssm-backup:\n    portfolio: demo-central-it-team-portfolio\n    product: ssm-backup\n    version: v1\n    parameters:\n        pS3BucketName:\n          default: #insert bucket name\n        pKmsKeyId:\n          default: #insert KMS Key Id\n        pDrRegion:\n          default: #insert dr region\n        pBackupSchedule:\n          default: rate(30 minutes)\n        pSNSUpdateEmail:\n          default: #insert email address\n    outputs:\n        ssm:\n          - param_name: /ssm-backup/BackupFunctionArn\n            stack_output: oBackupFunctionArn\n          - param_name: /ssm-backup/SSMLambdaRoleArn\n            stack_output: oSSMLambdaRoleArn\n          - param_name: /ssm-backup/SSMMainBucketName\n            stack_output: oSSMMainBucketName\n          - param_name: /ssm-backup/SSMDRBucketArn\n            stack_output: oSSMDRBucketArn\n          - param_name: /ssm-backup/SNSTopicArn\n            stack_output: oSNSTopicArn\n          - param_name: /ssm-backup/CreateDRBucketFunctionArn\n            stack_output: oCreateDRBucketFunctionArn\n          - param_name: /ssm-backup/DRBucket\n            stack_output: oDRBucket\n          - param_name: /ssm-backup/BackUpBucket\n            stack_output: oBackUpBucket\n          - param_name: /ssm-backup/CloudWatchRule\n            stack_output: CloudWatchRule\n    deploy_to:\n      tags:\n        - tag: aws_account_name:Organization_Management_Account\n          regions: default_region\n\n  ssm-backup-restore-ssm-restore:\n    portfolio: demo-central-it-team-portfolio\n    product: ssm-backup\n    version: v1\n    parameters:\n      pS3BucketName:\n        default: #insert bucket name\n    outputs:\n      ssm:\n        - param_name: /ssm-backup/RestoreFunctionArn\n          stack_output: oRestoreFunctionArn\n    deploy_to:\n      tags:\n        - tag: aws_account_name:Organization_Management_Account\n          regions: default_region\n"
  },
  {
    "path": "unsorted/ssm-backup-restore/portfolio.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nSchema: factory-2019-04-01\nPortfolios:\n  Components:\n    - Name: ssm-backup\n      Owner: central-it@customer.com\n      Description: back-up SSM Parameter Store for DR.\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/ssm-backup-product\n      Tags:\n        - Key: product-type\n          Value: ssm-backup\n      Versions:\n        - Name: v1\n          Description: ssm-backup-product for backing up all SSM Parameters to S3 within a given account/region. \n          Active: True\n          Options:\n            ShouldCFNNag: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: ssm-backup\n              BranchName: v1\n      BuildSpec: |\n        version: 0.2  \n        phases:  \n          install:\n            runtime-versions:\n              python: 3.8\n          build:\n            commands:  \n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}  \n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml  \n            {% endfor %}  \n        artifacts:  \n          files:  \n            - '*'  \n            - '**/*'\n\n    - Name: ssm-restore\n      Owner: central-it@customer.com\n      Description: restore SSM Parameter Store from S3 DR bucket.\n      Distributor: IT-Support-Customer\n      SupportDescription: Contact us on Chime for help #central-it-team\n      SupportEmail: central-it@customer.com\n      SupportUrl: https://wiki.customer.com/central-it-team/self-service/ssm-backup-product\n      Tags:\n        - Key: product-type\n          Value: ssm-restore\n      Versions:\n        - Name: v1\n          Description: ssm-restore-product for restoring SSM Parameter Store from S3 DR bucket within a given account.\n          Active: True\n          Options:\n            ShouldCFNNag: True\n          Source:\n            Provider: CodeCommit\n            Configuration:\n              RepositoryName: ssm-restore\n              BranchName: v1\n      BuildSpec: |\n        version: 0.2\n        phases:\n          install:\n            runtime-versions:\n              python: 3.8\n          build:\n            commands:\n              - pip install -r requirements.txt -t src\n            {% for region in ALL_REGIONS %}\n              - aws cloudformation package --template $(pwd)/product.template.yaml --s3-bucket sc-factory-artifacts-${ACCOUNT_ID}-{{ region }} --s3-prefix ${STACK_NAME} --output-template-file product.template-{{ region }}.yaml\n            {% endfor %}\n        artifacts:\n          files:\n            - '*'\n            - '**/*'"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-backup/README.md",
    "content": "# SSM-ParamStore-Backup\n\n![Template Design] (SSM-Store-Architecture.png)\n\n### Description:\nThis service catalog product will create a primary S3 bucket in the same region with a bucket policy, and a Disaster Recovery (DR) bucket in the specified region. CloudFormation invokes Lambda as a Custom Resource to back-up SSM parameter store in the launched region to the primary S3 bucket.\nThe primary bucket will replicate to the DR bucket. After CREATE_COMPLETE for the CloudFormation Stack, a CloudWatch Rule is scheduled to invoke the backup lambda function based on the rate (Specified as a parameter). An SNS topic is created to notify the user when backups occur. \n\n### Returns:\n1. SUCCESSFUL-200 CFN\n OR \n2. FAILURE - CFN Error and/or Lambda Error, CloudWatch Log Group\n\n### λ CFN Custom Resource Examples:\n```\n  rBackupParameters:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !GetAtt rStoreParametersFunction.Arn\n      \n  rCreateDrBucket:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !GetAtt rCreateDrBucketFunction.Arn\n      AccountID: !Sub '${AWS::AccountId}'\n```\n"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-backup/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: \"AWS::Serverless-2016-10-31\"\nDescription: |\n  Custom serverless solution that backs up SSM parameters to an S3 Bucket, bucket encrypted via KMS, user can specify AWS managed key or CMK\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"ssm-backup-restore\", \"product\": \"ssm-backup\", \"version\": \"v1\"}\n\nParameters:\n  pS3BucketName:\n    Type: String\n    Description: The name for the S3 storage bucket, must be globally unique. i.e. include account number in name\n  \n  pKmsKeyId:\n    Type: String\n    Description: The KMS or CMK id for S3 bucket encryption\n  \n  pDrRegion:\n    Type: String\n    Description: The region for Disaster Recovery\n\n  pBackupSchedule:\n    Type: String\n    Description: The schedule to backup parameters, based on RPO.\n    ConstraintDescription: rate(30 minutes), rate(1 hour), rate(1 day)\n\n  pSNSUpdateEmail:\n    Type: String # Change this to a regex for emails <-Constraint Description\n    Description: The email address to ping when a backup or restore operation occurs\n    \n  pIamRolePath:\n    Type: String\n    Description: The desired IAM Role path. \n\nResources:\n  # S3 Bucket\n  rBackupS3Bucket:\n    Type: AWS::S3::Bucket\n    DeletionPolicy: Retain\n    Properties:\n      BucketName: !Ref pS3BucketName\n      VersioningConfiguration:\n        Status: Enabled\n      ReplicationConfiguration:\n        Role: !GetAtt rBucketReplicationRole.Arn\n        Rules:\n          - Id: DrReplicationRule\n            Status: Enabled\n            SourceSelectionCriteria:\n              SseKmsEncryptedObjects:\n                Status: 'Enabled'\n            Destination:\n              Bucket: !GetAtt rCreateDrBucket.bucket_arn\n              StorageClass: STANDARD\n              EncryptionConfiguration:\n                 ReplicaKmsKeyID: !Sub 'arn:aws:kms:${pDrRegion}:${AWS::AccountId}:alias/aws/s3'\n      BucketEncryption:\n        ServerSideEncryptionConfiguration:\n          - ServerSideEncryptionByDefault:\n              KMSMasterKeyID: !Ref pKmsKeyId\n              SSEAlgorithm: aws:kms\n  \n  # S3 Bucket Policy\n  rS3BucketPolicy:\n    Type: AWS::S3::BucketPolicy\n    DeletionPolicy: Retain\n    Properties:\n      Bucket: !Ref rBackupS3Bucket\n      PolicyDocument:\n        Statement:\n          - Sid: AWSParamBucketPermissionCheck\n            Effect: Allow\n            Principal:\n              AWS: !GetAtt rLambdaRole.Arn\n            Action: s3:GetBucketAcl\n            Resource: !GetAtt rBackupS3Bucket.Arn\n          - Sid: AWSParamBucketDelivery\n            Effect: Allow\n            Principal:\n              AWS: !GetAtt rLambdaRole.Arn\n            Action: \n              - s3:PutObject\n              - s3:GetObject\n            Resource: !Sub \"arn:aws:s3:::${rBackupS3Bucket}/*\"\n  \n  # IAM Role For SSM Lambda Functions\n  rLambdaRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - 'sts:AssumeRole'\n            Effect: Allow\n      Path: !Ref pIamRolePath\n      RoleName: SSMParameterBackupRole\n      ManagedPolicyArns:\n        - \"arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: ParameterStoreBackupPermissions\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - ssm:GetParameterHistory\n                  - ssm:GetParametersByPath\n                  - ssm:GetParameters\n                  - ssm:GetParameter\n                  - ssm:DescribeParameters\n                Resource: !Sub \"arn:aws:ssm:*:${AWS::AccountId}:*\"\n        - PolicyName: PutParamToS3Bucket\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - s3:PutObject\n                  - s3:GetBucketAcl\n                Resource: !GetAtt rBackupS3Bucket.Arn\n        - PolicyName: ParameterStoreRestorePermissions\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - ssm:PutParameter\n                Resource: !Sub \"arn:aws:ssm:*:${AWS::AccountId}:*\"\n        - PolicyName: GetParamFromS3Bucket\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - s3:GetBucketAcl\n                  - s3:GetObject\n                  - s3:List*\n                  - s3:Read*\n                  - s3:GetBucketPolicy\n                  - s3:PutBucketPolicy\n                Resource: [!GetAtt rBackupS3Bucket.Arn, !GetAtt rCreateDrBucket.bucket_arn]\n        - PolicyName: CleanUpPermissions\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - servicecatalog:TerminateProvisionedProduct\n                  - servicecatalog:DescribeProvisionedProduct\n                  - cloudformation:DeleteStack\n                  - cloudformation:DescribeStacks\n                  - iam:DetachRolePolicy\n                  - iam:DeleteRole\n                  - iam:DeletePolicy\n                  - iam:DeleteRolePolicy\n                  - lambda:DeleteFunction\n                  - lambda:RemovePermission\n                  - events:DeleteRule\n                  - events:RemoveTargets\n                  - sns:Publish\n                  - sns:Unsubscribe\n                  - sns:DeleteTopic\n                  - sns:GetTopicAttributes\n                Resource: \"*\"\n\n  # Lambda Function to Backup SSM\n  rStoreParametersFunction:\n    Type: AWS::Serverless::Function\n    Description: The lambda function that gets all Systems Manager Parameters from Parameter store and backs up to S3\n    Name: !Sub \"BackupParameterStoreFunction-${AWS::AccountId}-${AWS::Region}\"\n    Properties:\n      Environment:\n        Variables:\n          S3BucketARN: !GetAtt rBackupS3Bucket.Arn\n          S3BucketName: !Ref rBackupS3Bucket\n          Region: !Sub \"${AWS::Region}\"\n      CodeUri: ./src\n      Handler: handler.lambda_handler\n      Runtime: python3.8\n      Timeout: 900\n      Role: !GetAtt rLambdaRole.Arn\n  \n  # Custom Resource to Invoke the Backup Lambda Function \n  rBackupParameters:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !GetAtt rStoreParametersFunction.Arn\n\n  # CloudWatch Rule to Schedule the Backup Lambda Invocation \n  rCloudWatchRule:\n    Type: AWS::Events::Rule\n    Properties:\n      Description: A scheduled rule that triggers the store lambda function to backup ssm parameters\n      Name: BackupSSMParameterStoreRule\n      ScheduleExpression: !Ref pBackupSchedule\n      State: ENABLED\n      Targets:\n        - Arn: !GetAtt rStoreParametersFunction.Arn\n          Id: !Ref rStoreParametersFunction\n  \n  # Permissions for Rule to Invoke Lambda Functions\n  rPermissionsToInvoke:\n    Type: AWS::Lambda::Permission\n    Properties:\n      FunctionName: !Ref rStoreParametersFunction\n      Action: \"lambda:InvokeFunction\"\n      Principal: \"events.amazonaws.com\"\n      SourceArn: !GetAtt rCloudWatchRule.Arn\n\n  # SNS Topic to Ping when an Update Occurs\n  rSSMUpdateSNSTopic:\n    Type: AWS::SNS::Topic\n    Properties:\n      TopicName: \"SSMUpdateTopic\"\n\n  rSSMUpdateSNSSubscription:\n    Type: AWS::SNS::Subscription\n    Properties:\n      Endpoint: !Ref pSNSUpdateEmail\n      Protocol: email\n      TopicArn: !Ref rSSMUpdateSNSTopic\n  \n  # Create DR Bucket\n  rCreateDrBucketFunction:\n    Type: AWS::Serverless::Function\n    Description: The lambda creates a s3 bucket in another region.\n    Name: !Sub \"CreateDrBucketFunction-${AWS::AccountId}-${AWS::Region}\"\n    Properties:\n      Environment:\n        Variables:\n          DrRegion: !Ref pDrRegion\n          S3BucketName: !Ref pS3BucketName\n          #OriginalLambdaRoleName: !Ref rLambdaRole\n          OriginalLambdaRoleName: SSMParameterBackupRole\n          OriginalPolicyName: GetParamFromS3Bucket\n      CodeUri: ./src\n      Handler: createBucket.lambda_handler\n      Runtime: python3.8\n      Timeout: 900\n      Role: !GetAtt rCreateBucketRole.Arn\n  \n  # Custom Resource to Invoke the Create DR Bucket Lambda Function\n  rCreateDrBucket:\n    Type: Custom::CustomResource\n    Properties:\n      ServiceToken: !GetAtt rCreateDrBucketFunction.Arn\n      AccountID: !Sub '${AWS::AccountId}'\n\n  # S3 Bucket Replication Role\n  rBucketReplicationRole:\n    Type: AWS::IAM::Role\n    Properties:\n      RoleName: DrReplicationRole\n      Path: !Ref pIamRolePath\n      AssumeRolePolicyDocument:\n        Statement:\n          - Action:\n              - 'sts:AssumeRole'\n            Effect: Allow\n            Principal:\n              Service:\n                - s3.amazonaws.com\n      Policies:\n        - PolicyName: S3ReplicationPermissions\n          PolicyDocument:\n            Version: '2012-10-17'\n            Statement:\n              - Effect: Allow\n                Action:\n                  - s3:GetReplicationConfiguration\n                  - s3:ListBucket\n                Resource:\n                  - !Sub 'arn:aws:s3:::${pS3BucketName}'\n              - Effect: Allow\n                Action:\n                  - s3:GetObjectVersionForReplication\n                  - s3:GetObjectVersionAcl\n                  - s3:GetObjectVersionTagging\n                Resource:\n                  - !Sub 'arn:aws:s3:::${pS3BucketName}/*'\n              - Effect: Allow\n                Action:\n                  - s3:ReplicateObject\n                  - s3:ReplicateDelete\n                  - s3:ReplicateTags\n                Resource: !Sub '${rCreateDrBucket.bucket_arn}/*'\n \n  # IAM Role For DR Bucket Lambda Function\n  rCreateBucketRole:\n    Type: AWS::IAM::Role\n    Properties:\n      AssumeRolePolicyDocument:\n        Version: \"2012-10-17\"\n        Statement:\n          - Principal:\n              Service:\n                - lambda.amazonaws.com\n            Action:\n              - 'sts:AssumeRole'\n            Effect: Allow\n      Path: !Ref pIamRolePath\n      RoleName: DrCreateBucketRole\n      ManagedPolicyArns:\n        - \"arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole\"\n      Policies:\n        - PolicyName: CreateBucketPermissions\n          PolicyDocument:\n            Version: \"2012-10-17\"\n            Statement:\n              - Effect: Allow\n                Action: \n                  - s3:PutObject\n                  - s3:DeleteBucket\n                  - s3:CreateBucket\n                  - s3:PutBucketVersioning\n                  - s3:GetBucketVersioning\n                  - s3:GetBucketPolicy\n                  - s3:PutBucketPolicy\n                Resource: \"arn:aws:s3:::*\"\n\nOutputs:\n  oBackupFunctionArn:\n    Value: !GetAtt rStoreParametersFunction.Arn\n  \n  oSSMLambdaRoleArn:\n    Value: !GetAtt rLambdaRole.Arn\n    Export:\n      Name: SSMBackupRestoreLambdaArn\n\n  oSSMMainBucketName:\n    Value: !Ref rBackupS3Bucket\n    Export:\n      Name: SSMMainBucketName\n\n  oSSMDRBucketArn:\n    Value: !GetAtt rCreateDrBucket.bucket_arn\n    Export:\n      Name: SSMDRBucketArn\n  \n  oSNSTopicArn:\n    Value: !Ref  rSSMUpdateSNSTopic\n    Export:\n      Name: SSMBackupRestoreSNSTopicArn\n  \n  oCreateDRBucketFunctionArn:\n    Value: !GetAtt rCreateDrBucketFunction.Arn\n  \n  oDRBucket:\n    Value: !GetAtt rCreateDrBucket.bucket_arn\n  \n  oBackUpBucket:\n    Value: !GetAtt rBackupS3Bucket.Arn\n  \n  oCloudWatchRule:\n    Value: !Ref rCloudWatchRule"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-backup/v1/requirements.txt",
    "content": "crhelper\nbotocore\nboto3"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-backup/v1/src/createBucket.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport boto3\nimport os, logging, json\n\nfrom botocore.retries import bucket\n#from pkg_resources import Version\nfrom crhelper import CfnResource\nfrom botocore.exceptions import ClientError\n\n# declare helper and logging\nhelper = CfnResource()\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n# get env variables\nDrRegion = os.environ['DrRegion']\nS3BucketName = os.environ['S3BucketName']\nOriginalLambdaRoleName = os.environ['OriginalLambdaRoleName']\nOriginalPolicyName = os.environ['OriginalPolicyName']\n\ndef lambda_handler(event, context):\n    helper(event, context)\n\n@helper.create\n@helper.update\ndef create_resources(event, context):\n\n    s3 = boto3.client('s3', region_name = DrRegion)\n    account_id = event['ResourceProperties']['AccountID']\n\n    #format bucket name\n    dr_bucket_name = str(f'disasterrecovery-{S3BucketName}')\n\n    #Create S3 bucket for DR\n    response = create_bucket(s3, dr_bucket_name, DrRegion)\n    logger.info(f'response from bucket creation{response}')\n\n    #enable bucket versioning\n    response = enable_bucket_versioning(s3, dr_bucket_name)\n    logger.info(f'response to setting bucket versioning: {response}')\n\n    bucket_arn = str(f'arn:aws:s3:::{dr_bucket_name}')\n    helper.Data['bucket_arn'] = bucket_arn\n\ndef create_bucket(s3, dr_bucket_name, DrRegion):\n    try:\n      response = s3.create_bucket(\n        Bucket = dr_bucket_name,\n        CreateBucketConfiguration = {\n          'LocationConstraint': DrRegion\n        }\n      )\n      return response\n    except ClientError as e:\n      logger.info(e.response)\n\ndef enable_bucket_versioning(s3, dr_bucket_name):\n  try: \n    response = s3.put_bucket_versioning(\n      Bucket = dr_bucket_name,\n      VersioningConfiguration={\n          'Status': 'Enabled'\n        }\n      )\n    return response\n  except ClientError as e:\n    logger.info(e.response)\n\n@helper.delete\ndef delete_bucket(event,context):\n    try:\n        bucket_name = str(f'disasterrecovery-{S3BucketName}')\n        s3_resource = boto3.resource('s3', region_name = DrRegion)\n        s3 = boto3.client('s3', region_name = DrRegion)\n        bucket = s3_resource.Bucket(bucket_name)\n        #Delete bucket objects 1st\n        logger.info(f'Deleting bucket objects from bucket:{bucket_name}')\n        bucket.objects.all().delete()\n        logger.info(f'objects deleted successfully from bucket:{bucket_name}')\n        #Delete bucket 2nd\n        logger.info(f'Deleting s3 bucket {bucket_name}')\n        response = s3.delete_bucket(\n            Bucket = bucket_name)\n        logger.info(response)\n        logger.info(f'deleted s3 bucket {bucket_name}')\n        \n        return response\n    except ClientError as e:\n        logger.info(e.response)\n        \n        "
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-backup/v1/src/handler.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport boto3\nimport os, logging, json\nfrom crhelper import CfnResource\nfrom botocore.exceptions import ClientError\n\n# declare helper and logging\nhelper = CfnResource()\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n# get env variables\nS3BucketArn = os.environ['S3BucketARN']\nS3BucketName = os.environ['S3BucketName']\nregion = os.environ['Region']\n\ndef lambda_handler(event, context):\n    logger.info(event)\n    try:\n        # Decides whether event is a Customer Resource or an Event Rule\n        if event.get('RequestType'):\n            helper(event=event, context=context)\n        else:\n            store_ssm_parameters(event=event, context=context)\n\n    except Exception as e:\n        logger.error(e.response)\n        raise ValueError(e.response)\n            \n\n@helper.create\n@helper.update\ndef store_ssm_parameters(event, context):\n    # if event['RequestType'] == 'Delete':\n    #     do_nada()\n    # else:\n    #get region\n    # declare boto3 client for ssm\n    ssm = boto3.client('ssm', region_name=region)\n    # 1. get list of ssm parameters\n    parameters = get_ssm_params(event, ssm)\n    # 2. get parameter values \n    params_with_values = get_parameter_values(parameters, ssm)\n    # 3. store parameters as json objects in s3\n    store_params(params_with_values, region)\n\ndef get_ssm_params(event, ssm):\n\n    try:\n        # get parameters from ssm w/ describe. if too many parameters, \n        # a next token is provided to loop until end\n        token_exist = False\n        \n        parameters = ssm.describe_parameters()\n        just_parameters = parameters['Parameters']\n        logger.info(parameters)\n        \n        # print the logs for viewing ssm parameters\n        logger.info('The following are ssm parameters collected:')\n        logger.info(just_parameters)\n        \n        if 'NextToken' in parameters:\n            token_exist = True\n            logger.info('there are more paramters to get.')\n            token = parameters['NextToken']\n        \n        while token_exist:\n            logger.info('found next token.')\n            next_parameters = ssm.describe_parameters(NextToken = token)\n            logger.info(next_parameters)\n            just_next_parameters = next_parameters['Parameters']\n            # append the lists\n            #new_param_dict = {**just_parameters, **just_next_parameters}\n            for i in just_next_parameters:\n                logger.info(i)\n                just_parameters.append(i)\n            logger.info(just_parameters)\n            #just_parameters = new_param_dict\n            \n            if 'NextToken' in next_parameters:\n                logger.info('But wait, theres more parameters!!!')\n                token = next_parameters['NextToken']\n            else:\n                token_exist = False\n        \n        return just_parameters\n\n    except ClientError as ex:\n        logger.info(ex.response)\n\n\n\ndef store_params(parameters, region):\n    \n    # decalare s3 boto3 resource\n    s3 = boto3.resource('s3', region_name=region)\n\n    try:\n        for parameter in parameters:\n            logger.info('uploading parameter to s3')\n            logger.info(parameter['Name'])\n            logger.info(parameter)\n            name = parameter['Name']\n            processed_parameter = json_processing(parameter)\n            new_object = s3.Object(S3BucketName, str(f'{name}.txt'))\n            new_object.put(Body=processed_parameter, BucketKeyEnabled=True)\n        \n    except ClientError as e:\n        logger.info(e.response)\n\ndef json_processing(parameter):\n    try:\n        object = parameter\n        #alter data type from datetime to string\n        date = str(object['LastModifiedDate'])\n        object['LastModifiedDate'] = date\n        str_object = json.dumps(object)\n        return str_object\n    \n    except ClientError as ep:\n        logger.info(ep.response)   \n    \n\ndef get_parameter_values(parameters, ssm):\n    for param in parameters:\n        response = ssm.get_parameter(\n           Name = param['Name'],\n           WithDecryption = True\n        )\n        param['Value'] = response['Parameter']['Value']\n    return parameters\n\n\n@helper.delete\ndef delete_resource(event, context):\n    request = event.get('RequestType')\n    logger.info(f'received request to remove Custom Resource: {request}, not deleting parameters!')\n\n    "
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-restore/README.md",
    "content": "# λ SSM-ParamStore-Restore\n\n![Template Design] (SSM-Restore-Architecture.png)\n\n### Description:\nThis serverless application creates a Lambda function which restores SSM parameters from an S3 backup. The function will restore from either the Main SSM bucket or the DR SSM bucket and once completed will send an email to the address specified during the backup process, in order to alert of its completion or communicate any errors. The function will also automatically terminate the Service Catalog product it belongs to which will delete the CloudFormation stack and the function itself, making it so that the user does not have to worry about 'cleaning up' after a restoration. Note that the function will also apply the bucket policy of the Main bucket to the DR bucket to facilitate the restoration.\n\n### Returns:\nThis function is not made with a custom resource and therefore does not return a value to the CloudFormation stack that created it. The function is called based on a rate (every three minutes) in order to circumvent circular dependencies associated with the functionality and how custom resources work. The function sends a message to an SNS topic with its status which can be thought of as its 'return' and then terminates the Service Catalog product thus deleting the function. Therefore the function will run only once given that the restoration process takes less than three minutes. This rate can be adjusted - see the following example.\n\n### Serverless Event Trigger Example:\n\n```\n  rRestoreParametersFunction:\n    Type: AWS::Serverless::Function\n    Properties:\n      Events:\n        AutoTrigger:\n          Type: Schedule\n          Properties:\n            Schedule: \"rate(5 minutes)\"\n```"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-restore/v1/product.template.yaml",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: \"AWS::Serverless-2016-10-31\"\nDescription: |\n  Custom serverless solution that restores SSM parameters from a recovery S3 bucket\n  {\"framework\": \"servicecatalog-products\", \"role\": \"product\", \"product-set\": \"ssm-backup-restore\", \"product\": \"ssm-restore\", \"version\": \"v1\"}\n\nParameters:\n  pS3BucketName:\n    Type: String\n    Description: The name of the S3 bucket that holds the parameters\n\nResources:\n  # Lambda Function to Restore Parameters\n  rRestoreParametersFunction:\n    Type: AWS::Serverless::Function\n    Description: The lambda function that restores SSM Parameters from S3\n    Name: !Sub \"RestoreParameterStoreFunction-${AWS::AccountId}-${AWS::Region}\"\n    Properties:\n      Environment:\n        Variables:\n          S3BucketName: !Ref pS3BucketName\n          Region: !Sub '${AWS::Region}'\n          RE: 're'\n          StackName: !Sub '${AWS::StackName}'\n          SNSTopicArn: !ImportValue SSMBackupRestoreSNSTopicArn\n          MainBucketName: !ImportValue SSMMainBucketName\n          DRBucketArn: !ImportValue SSMDRBucketArn\n      CodeUri: ./src\n      Handler: restore.lambda_handler\n      Runtime: python3.8\n      Timeout: 300\n      Events:\n        AutoTrigger:\n          Type: Schedule\n          Properties:\n            Schedule: \"rate(3 minutes)\"\n      Role: !ImportValue SSMBackupRestoreLambdaArn\n\nOutputs:\n  oRestoreFunctionArn:\n    Value: !GetAtt rRestoreParametersFunction.Arn"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-restore/v1/requirements.txt",
    "content": "boto3\nbotocore"
  },
  {
    "path": "unsorted/ssm-backup-restore/ssm-restore/v1/src/restore.py",
    "content": "# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\nimport boto3\nimport os, logging, json, time\nfrom botocore.exceptions import ClientError\n\n# Declare logging\nlogger = logging.getLogger()\nlogger.setLevel(logging.INFO)\n\n# Get env variables\nS3BucketName = os.environ['S3BucketName']\nRegion = os.environ['Region']\nStackName = os.environ['StackName']\nSNSTopicARN = os.environ['SNSTopicArn']\nMainBucketName = os.environ['MainBucketName']\nDRBucketArn = os.environ['DRBucketArn']\n\ndef lambda_handler(event, context):\n    setup_dr_bucket_policy(event, context)\n    restore_ssm_parameters(event, context)\n\ndef restore_ssm_parameters(event, context):\n    try:\n        # Set s3 boto3 client\n        s3 = boto3.client('s3')\n        # Declare boto3 client for ssm\n        ssm = boto3.client('ssm', region_name= Region)\n        # List objects in the bucket\n        objects = list_parameters_in_bucket(s3)\n        params_to_restore = [obj['Key'] for obj in objects]\n        # Set s3 resource\n        s3_resource = boto3.resource('s3')\n        # Get objects\n        for o in objects:\n            s3_object = get_object(o['Key'],s3_resource)\n            logger.info(s3_object)\n            response = formulate_parameter(s3_object, ssm)\n            logger.info(response)\n        # Clean up resources associated with this invocation of restore\n        clean_up(params_to_restore)\n        \n    except ClientError as restore_ssm_error:\n        logger.info(restore_ssm_error.response)\n\ndef setup_dr_bucket_policy(event, context):\n    try:\n        s3 = boto3.client('s3')\n        response = s3.get_bucket_policy(Bucket=MainBucketName)\n        policy = json.loads(response['Policy'])\n        policy['Statement'][0]['Resource'] = DRBucketArn\n        policy['Statement'][1]['Resource'] = DRBucketArn + \"/*\"\n        bucket_policy = json.dumps(policy)\n        response = s3.put_bucket_policy(Bucket=DRBucketArn.split(':::')[1], Policy=bucket_policy)\n        return response\n    except ClientError as e:\n        logger.info(e.response)\n\ndef clean_up(params_restored):\n    error_status = 0\n    try:\n        # Set service catalog client\n        sc = boto3.client('servicecatalog')\n        # Get provisioned product id of 'this' product\n        pp_id = StackName[StackName.find('pp-'):]\n        # Make sure provisioned product is in the AVAILABLE state\n        while True:\n            response = sc.describe_provisioned_product(Id=pp_id)\n            pp_status = response['ProvisionedProductDetail']['Status']\n\n            if (pp_status == 'AVAILABLE'):\n                break\n            elif (pp_status == 'ERROR' or pp_status == 'TAINTED'):\n                logger.error(\"Service Catalog Product is in an error state!\")\n                error_status = (\"The Service Catalog product associated with the restoration has entered a bad state.\\n\"\n                \"Please have an administrator troubleshoot with the following logs:\\n\" + response['ProvisionedProductDetail']['StatusMessage'])\n                break\n            else:\n                logger.info(\"Sleeping for 5 seconds - waiting for Service Catalog Provisioned Product to be AVAILABLE\")\n                time.sleep(5)\n        # Terminate provisoned product\n        logger.info(\"Cleaning up Service Catalog Provisioned Product ...\")\n        response = sc.terminate_provisioned_product(ProvisionedProductId=pp_id)\n        # Determine what message to send\n        if error_status:\n            message = (error_status + \"\\nThe Service Catalog Provisioned Product for restoration has been terminated and \"\n            \"the associated CloudFormation Stack has been deleted.\")\n        else:\n            message = (\"The SSM Restoration has completed.\\nThe Service Catalog Provisioned Product for restoration \"\n            \"has been terminated and the associated CloudFormation Stack has been deleted. The following is a list of \" \n            f\"restored parameters:\\n{params_restored}\")\n        # Send SNS email that restore is complete\n        sns = boto3.client('sns')\n        logger.info(\"SNS Topic being sent ...\")\n        sns.publish(\n            TopicArn = SNSTopicARN,\n            Subject = \"SSM Restoration Progress\",\n            Message = message\n        )\n\n    except ClientError as clean_up_error:\n        logger.info(clean_up_error.response)\n\ndef list_parameters_in_bucket(s3):\n    try:\n        logger.info(\"getting objects from the S3 bucket...\")\n\n        response = s3.list_objects_v2(\n            Bucket = S3BucketName\n        )\n\n        objects = response['Contents']\n\n        if response['IsTruncated'] == False:\n            key_count = response['KeyCount']\n            logger.info(f'Got {key_count} keys from the S3 bucket. No more to get')\n        else:\n            next_continuation_token = response['NextContinuationToken']\n            logger.info('got a continuation token, still pulling objects')\n            key_count = response['KeyCount']\n\n            more_keys = True\n\n            while more_keys:\n                next_response = s3.list_objects_v2(\n                    Bucket = S3BucketName,\n                    ContinuationToken = next_continuation_token\n                )\n\n                next_objects = next_response['Contents']\n\n                for i in next_objects:\n                    objects.append(i)\n                \n                if next_response['IsTruncated'] == False:\n                    more_keys = False\n                else:\n                    next_continuation_token = next_response['NextContinuationToken']\n        \n        logger.info('got objects from bucket:')\n        logger.info(objects)\n\n        return objects\n    except ClientError as list_objects_error:\n        logger.info(list_objects_error.response)\n\n\ndef get_object(key_name,s3_resource):\n    try:\n        str_obj = s3_resource.Object(S3BucketName,key_name)\n        response = str_obj.get()['Body'].read()\n        return response\n        \n    except ClientError as getObject_error:\n        logger.info(getObject_error.response)\n\ndef create_parameter(name, value, p_type, tier, data_type, ssm):\n    try:\n        logger.info('creating parameter')\n        response = ssm.put_parameter(\n            Name = name,\n            Value = value,\n            Type = p_type,\n            Tier = tier,\n            DataType = data_type,\n            Overwrite = True\n        )\n        logger.info(name)\n        return response\n    except ClientError as create_parameter_error:\n        logger.info(create_parameter_error.response) \n\ndef formulate_parameter(object, ssm):\n    try:\n        json_obj = json.loads(object)\n        name = json_obj['Name']\n        value = json_obj['Value']\n        p_type = json_obj['Type']\n        tier = json_obj['Tier']\n        data_type = json_obj['DataType']\n        response = create_parameter(name, value, p_type, tier, data_type, ssm)\n\n        return response\n\n    except ClientError as formulate_parameter:\n        logger.info(formulate_parameter.response)   "
  }
]